Uses of Class
software.amazon.awscdk.services.imagebuilder.CfnLifecyclePolicy.Builder
Packages that use CfnLifecyclePolicy.Builder
Package
Description
AWS::ImageBuilder Construct Library
-
Uses of CfnLifecyclePolicy.Builder in software.amazon.awscdk.services.imagebuilder
Methods in software.amazon.awscdk.services.imagebuilder that return CfnLifecyclePolicy.BuilderModifier and TypeMethodDescriptionstatic CfnLifecyclePolicy.BuilderCfnLifecyclePolicy.Builder.description(String description) Optional description for the lifecycle policy.CfnLifecyclePolicy.Builder.executionRole(String executionRole) The name or Amazon Resource Name (ARN) of the IAM role that Image Builder uses to run the lifecycle policy.The name of the lifecycle policy.CfnLifecyclePolicy.Builder.policyDetails(List<? extends Object> policyDetails) The configuration details for a lifecycle policy resource.CfnLifecyclePolicy.Builder.policyDetails(IResolvable policyDetails) The configuration details for a lifecycle policy resource.CfnLifecyclePolicy.Builder.resourceSelection(IResolvable resourceSelection) Resource selection criteria used to run the lifecycle policy.CfnLifecyclePolicy.Builder.resourceSelection(CfnLifecyclePolicy.ResourceSelectionProperty resourceSelection) Resource selection criteria used to run the lifecycle policy.CfnLifecyclePolicy.Builder.resourceType(String resourceType) The type of resources the lifecycle policy targets.Indicates whether the lifecycle policy resource is enabled.To help manage your lifecycle policy resources, you can assign your own metadata to each resource in the form of tags.