Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #16

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/classes/Generator.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

### Properties

- [handlerRole](Generator.md#handlerrole)
- [node](Generator.md#node)

### Accessors
Expand Down Expand Up @@ -53,6 +54,18 @@ BucketDeployment.constructor

## Properties

### handlerRole

• `Readonly` **handlerRole**: `IRole`

Execution role of the Lambda function behind the custom CloudFormation resource of type `Custom::CDKBucketDeployment`.

#### Inherited from

BucketDeployment.handlerRole

___

### node

• `Readonly` **node**: `Node`
Expand Down
25 changes: 25 additions & 0 deletions docs/interfaces/GeneratorProps.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
- [fileName](GeneratorProps.md#filename)
- [fileType](GeneratorProps.md#filetype)
- [include](GeneratorProps.md#include)
- [logGroup](GeneratorProps.md#loggroup)
- [logRetention](GeneratorProps.md#logretention)
- [memoryLimit](GeneratorProps.md#memorylimit)
- [metadata](GeneratorProps.md#metadata)
Expand Down Expand Up @@ -383,12 +384,36 @@ Omit.include

___

### logGroup

• `Optional` `Readonly` **logGroup**: `ILogGroup`

The Log Group used for logging of events emitted by the custom resource's lambda function.

Providing a user-controlled log group was rolled out to commercial regions on 2023-11-16.
If you are deploying to another type of region, please check regional availability first.

**`Default`**

```ts
- a default log group created by AWS Lambda
```

#### Inherited from

Omit.logGroup

___

### logRetention

• `Optional` `Readonly` **logRetention**: `RetentionDays`

The number of days that the lambda function's log events are kept in CloudWatch Logs.

This is a legacy API and we strongly recommend you migrate to `logGroup` if you can.
`logGroup` allows you to create a fully customizable log group and instruct the Lambda function to send logs to it.

**`Default`**

```ts
Expand Down
32 changes: 16 additions & 16 deletions package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading