Uses of Class
software.amazon.awscdk.customresources.AwsCustomResourcePolicy
Packages that use AwsCustomResourcePolicy
-
Uses of AwsCustomResourcePolicy in software.amazon.awscdk.customresources
Methods in software.amazon.awscdk.customresources that return AwsCustomResourcePolicyModifier and TypeMethodDescriptionstatic 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.AwsCustomResourceProps.getPolicy()
The policy that will be added to the execution role of the Lambda function implementing this custom resource provider.final AwsCustomResourcePolicy
AwsCustomResourceProps.Jsii$Proxy.getPolicy()
Methods in software.amazon.awscdk.customresources with parameters of type AwsCustomResourcePolicyModifier and TypeMethodDescriptionAwsCustomResource.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.policy
(AwsCustomResourcePolicy policy) Sets the value ofAwsCustomResourceProps.getPolicy()