| Package | Description |
|---|---|
| software.amazon.awscdk.customresources |
AWS CDK Custom Resources
|
| Modifier and Type | Method and Description |
|---|---|
static AwsCustomResourcePolicy |
AwsCustomResourcePolicy.fromSdkCalls(SdkCallsPolicyOptions options)
(experimental) Generate IAM Policy Statements from the configured SDK calls.
|
static AwsCustomResourcePolicy |
AwsCustomResourcePolicy.fromStatements(List<? extends PolicyStatement> statements)
(experimental) Explicit IAM Policy Statements.
|
AwsCustomResourcePolicy |
AwsCustomResourceProps.getPolicy()
(experimental) The policy that will be added to the execution role of the Lambda function implementing this custom resource provider.
|
AwsCustomResourcePolicy |
AwsCustomResourceProps.Jsii$Proxy.getPolicy() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
AwsCustomResourceProps.Builder |
AwsCustomResourceProps.Builder.policy(AwsCustomResourcePolicy policy)
Sets the value of
AwsCustomResourceProps.getPolicy() |
| 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.