Interface CfnDocumentPropsMixin.DocumentRequiresProperty

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

@Stability(Stable) public static interface CfnDocumentPropsMixin.DocumentRequiresProperty extends software.amazon.jsii.JsiiSerializable
An SSM document required by the current document.

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.ssm.*;
 DocumentRequiresProperty documentRequiresProperty = DocumentRequiresProperty.builder()
         .name("name")
         .version("version")
         .build();
 

See Also: