Interface CfnJobDefinition.ResourceRetentionPolicyProperty

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

@Stability(Stable) public static interface CfnJobDefinition.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.services.batch.*;
 ResourceRetentionPolicyProperty resourceRetentionPolicyProperty = ResourceRetentionPolicyProperty.builder()
         .skipDeregisterOnUpdate(false)
         .build();
 

See Also: