| Package | Description |
|---|---|
| software.amazon.awscdk.customresources |
AWS CDK Custom Resources
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AwsSdkCall.Jsii$Proxy
An implementation for
AwsSdkCall |
| Modifier and Type | Method and Description |
|---|---|
AwsSdkCall |
AwsSdkCall.Builder.build()
Builds the configured instance.
|
default AwsSdkCall |
AwsCustomResourceProps.getOnCreate()
(experimental) The AWS SDK call to make when the resource is created.
|
AwsSdkCall |
AwsCustomResourceProps.Jsii$Proxy.getOnCreate() |
default AwsSdkCall |
AwsCustomResourceProps.getOnDelete()
(experimental) The AWS SDK call to make when the resource is deleted.
|
AwsSdkCall |
AwsCustomResourceProps.Jsii$Proxy.getOnDelete() |
default AwsSdkCall |
AwsCustomResourceProps.getOnUpdate()
(experimental) The AWS SDK call to make when the resource is updated.
|
AwsSdkCall |
AwsCustomResourceProps.Jsii$Proxy.getOnUpdate() |
| Modifier and Type | Method and Description |
|---|---|
AwsCustomResource.Builder |
AwsCustomResource.Builder.onCreate(AwsSdkCall onCreate)
(experimental) The AWS SDK call to make when the resource is created.
|
AwsCustomResourceProps.Builder |
AwsCustomResourceProps.Builder.onCreate(AwsSdkCall onCreate)
Sets the value of
AwsCustomResourceProps.getOnCreate() |
AwsCustomResource.Builder |
AwsCustomResource.Builder.onDelete(AwsSdkCall onDelete)
(experimental) The AWS SDK call to make when the resource is deleted.
|
AwsCustomResourceProps.Builder |
AwsCustomResourceProps.Builder.onDelete(AwsSdkCall onDelete)
Sets the value of
AwsCustomResourceProps.getOnDelete() |
AwsCustomResource.Builder |
AwsCustomResource.Builder.onUpdate(AwsSdkCall onUpdate)
(experimental) The AWS SDK call to make when the resource is updated.
|
AwsCustomResourceProps.Builder |
AwsCustomResourceProps.Builder.onUpdate(AwsSdkCall onUpdate)
Sets the value of
AwsCustomResourceProps.getOnUpdate() |
| Constructor and Description |
|---|
Jsii$Proxy(AwsCustomResourcePolicy policy,
String functionName,
Boolean installLatestAwsSdk,
RetentionDays logRetention,
AwsSdkCall onCreate,
AwsSdkCall onDelete,
AwsSdkCall onUpdate,
String resourceType,
IRole role,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
AwsCustomResourceProps.Builder. |
Copyright © 2021. All rights reserved.