| Package | Description |
|---|---|
| software.amazon.awscdk.customresources |
AWS CDK Custom Resources
|
| Modifier and Type | Method and Description |
|---|---|
static AwsCustomResource.Builder |
AwsCustomResource.Builder.create(software.constructs.Construct scope,
String id) |
AwsCustomResource.Builder |
AwsCustomResource.Builder.functionName(String functionName)
(experimental) A name for the Lambda function implementing this custom resource.
|
AwsCustomResource.Builder |
AwsCustomResource.Builder.installLatestAwsSdk(Boolean installLatestAwsSdk)
(experimental) Whether to install the latest AWS SDK v2.
|
AwsCustomResource.Builder |
AwsCustomResource.Builder.logRetention(RetentionDays logRetention)
(experimental) The number of days log events of the Lambda function implementing this custom resource are kept in CloudWatch Logs.
|
AwsCustomResource.Builder |
AwsCustomResource.Builder.onCreate(AwsSdkCall onCreate)
(experimental) The AWS SDK call to make when the resource is created.
|
AwsCustomResource.Builder |
AwsCustomResource.Builder.onDelete(AwsSdkCall onDelete)
(experimental) The AWS SDK call to make when the resource is deleted.
|
AwsCustomResource.Builder |
AwsCustomResource.Builder.onUpdate(AwsSdkCall onUpdate)
(experimental) The AWS SDK call to make when the resource is updated.
|
AwsCustomResource.Builder |
AwsCustomResource.Builder.policy(AwsCustomResourcePolicy policy)
(experimental) The policy that will be added to the execution role of the Lambda function implementing this custom resource provider.
|
AwsCustomResource.Builder |
AwsCustomResource.Builder.resourceType(String resourceType)
(experimental) Cloudformation Resource type.
|
AwsCustomResource.Builder |
AwsCustomResource.Builder.role(IRole role)
(experimental) The execution role for the Lambda function implementing this custom resource provider.
|
AwsCustomResource.Builder |
AwsCustomResource.Builder.timeout(Duration timeout)
(experimental) The timeout for the Lambda function implementing this custom resource.
|
Copyright © 2021. All rights reserved.