| Package | Description |
|---|---|
| software.amazon.awscdk.customresources |
AWS CDK Custom Resources
|
| Modifier and Type | Method and Description |
|---|---|
static AwsCustomResourcePolicy |
AwsCustomResourcePolicy.fromSdkCalls(SdkCallsPolicyOptions options)
Generate IAM Policy Statements from the configured SDK calls.
|
static AwsCustomResourcePolicy |
AwsCustomResourcePolicy.fromStatements(List<? extends PolicyStatement> statements)
Explicit IAM Policy Statements.
|
default AwsCustomResourcePolicy |
AwsCustomResourceProps.getPolicy()
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)
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() |
Copyright © 2022. All rights reserved.