Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.rbin.CfnRulePropsMixin.Builder
Packages that use CfnRulePropsMixin.Builder
-
Uses of CfnRulePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.rbin
Methods in software.amazon.awscdk.cfnpropertymixins.services.rbin that return CfnRulePropsMixin.BuilderModifier and TypeMethodDescriptionstatic CfnRulePropsMixin.BuilderCfnRulePropsMixin.Builder.create()static CfnRulePropsMixin.BuilderCfnRulePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnRulePropsMixin.Builder.description(String description) The retention rule description.CfnRulePropsMixin.Builder.excludeResourceTags(List<? extends Object> excludeResourceTags) [Region-level retention rules only] Specifies the exclusion tags to use to identify resources that are to be excluded, or ignored, by a Region-level retention rule.CfnRulePropsMixin.Builder.excludeResourceTags(IResolvable excludeResourceTags) [Region-level retention rules only] Specifies the exclusion tags to use to identify resources that are to be excluded, or ignored, by a Region-level retention rule.CfnRulePropsMixin.Builder.lockConfiguration(CfnRulePropsMixin.UnlockDelayProperty lockConfiguration) Information about the retention rule lock configuration.CfnRulePropsMixin.Builder.lockConfiguration(IResolvable lockConfiguration) Information about the retention rule lock configuration.CfnRulePropsMixin.Builder.resourceTags(List<? extends Object> resourceTags) [Tag-level retention rules only] Specifies the resource tags to use to identify resources that are to be retained by a tag-level retention rule.CfnRulePropsMixin.Builder.resourceTags(IResolvable resourceTags) [Tag-level retention rules only] Specifies the resource tags to use to identify resources that are to be retained by a tag-level retention rule.CfnRulePropsMixin.Builder.resourceType(String resourceType) The resource type to be retained by the retention rule.CfnRulePropsMixin.Builder.retentionPeriod(CfnRulePropsMixin.RetentionPeriodProperty retentionPeriod) Information about the retention period for which the retention rule is to retain resources.CfnRulePropsMixin.Builder.retentionPeriod(IResolvable retentionPeriod) Information about the retention period for which the retention rule is to retain resources.The state of the retention rule.Information about the tags to assign to the retention rule.