Interface CfnDocument.DocumentRequiresProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDocument.DocumentRequiresProperty.Jsii$Proxy
- Enclosing class:
CfnDocument
@Stability(Stable)
public static interface CfnDocument.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.services.ssm.*; DocumentRequiresProperty documentRequiresProperty = DocumentRequiresProperty.builder() .name("name") .version("version") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDocument.DocumentRequiresProperty
static final class
An implementation forCfnDocument.DocumentRequiresProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
The name of the required SSM document.The name can be an Amazon Resource Name (ARN).
- See Also:
-
getVersion
The document version required by the current document.- See Also:
-
builder
-