Uses of Class
software.amazon.awscdk.core.CustomResource.Builder
Packages that use CustomResource.Builder
- 
Uses of CustomResource.Builder in software.amazon.awscdk.coreMethods in software.amazon.awscdk.core that return CustomResource.BuilderModifier and TypeMethodDescriptionstatic CustomResource.BuilderCustomResource.Builder.pascalCaseProperties(Boolean pascalCaseProperties) Convert all property keys to pascal case.CustomResource.Builder.properties(Map<String, ? extends Object> properties) Properties to pass to the Lambda.CustomResource.Builder.removalPolicy(RemovalPolicy removalPolicy) The policy to apply when this resource is removed from the application.CustomResource.Builder.resourceType(String resourceType) For custom resources, you can specify AWS::CloudFormation::CustomResource (the default) as the resource type, or you can specify your own resource type name.CustomResource.Builder.serviceToken(String serviceToken) The ARN of the provider which implements this custom resource type.