Uses of Class
software.amazon.awscdk.customresources.Provider.Builder
Packages that use Provider.Builder
-
Uses of Provider.Builder in software.amazon.awscdk.customresources
Methods in software.amazon.awscdk.customresources that return Provider.BuilderModifier and TypeMethodDescriptionstatic Provider.BuilderProvider.Builder.isCompleteHandler(IFunction isCompleteHandler) The AWS Lambda function to invoke in order to determine if the operation is complete.The Log Group used for logging of events emitted by the custom resource's lambda function.Provider.Builder.logRetention(RetentionDays logRetention) The number of days framework log events are kept in CloudWatch Logs.Provider.Builder.onEventHandler(IFunction onEventHandler) The AWS Lambda function to invoke for all resource lifecycle operations (CREATE/UPDATE/DELETE).Provider.Builder.providerFunctionEnvEncryption(IKey providerFunctionEnvEncryption) AWS KMS key used to encrypt provider lambda's environment variables.Provider.Builder.providerFunctionName(String providerFunctionName) Provider Lambda name.Provider.Builder.queryInterval(Duration queryInterval) Time between calls to theisCompletehandler which determines if the resource has been stabilized.AWS Lambda execution role.Provider.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Security groups to attach to the provider functions.Provider.Builder.totalTimeout(Duration totalTimeout) Total timeout for the entire operation.The vpc to provision the lambda functions in.Provider.Builder.vpcSubnets(SubnetSelection vpcSubnets) Which subnets from the VPC to place the lambda functions in.