Interface CfnJobDefinitionPropsMixin.ResourceRetentionPolicyProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnJobDefinitionPropsMixin.ResourceRetentionPolicyProperty.Jsii$Proxy
Enclosing class:
CfnJobDefinitionPropsMixin

@Stability(Stable) public static interface CfnJobDefinitionPropsMixin.ResourceRetentionPolicyProperty extends software.amazon.jsii.JsiiSerializable
Specifies the resource retention policy settings for a job definition.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.batch.*;
 ResourceRetentionPolicyProperty resourceRetentionPolicyProperty = ResourceRetentionPolicyProperty.builder()
         .skipDeregisterOnUpdate(false)
         .build();
 

See Also: