@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:48.119Z") @Stability(value=Stable) public interface CfnDocumentProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDocumentProps.Builder
A builder for
CfnDocumentProps |
static class |
CfnDocumentProps.Jsii$Proxy
An implementation for
CfnDocumentProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnDocumentProps.Builder |
builder() |
default Object |
getAttachments()
`AWS::SSM::Document.Attachments`.
|
Object |
getContent()
`AWS::SSM::Document.Content`.
|
default String |
getDocumentFormat()
`AWS::SSM::Document.DocumentFormat`.
|
default String |
getDocumentType()
`AWS::SSM::Document.DocumentType`.
|
default String |
getName()
`AWS::SSM::Document.Name`.
|
default Object |
getRequires()
`AWS::SSM::Document.Requires`.
|
default List<CfnTag> |
getTags()
`AWS::SSM::Document.Tags`.
|
default String |
getTargetType()
`AWS::SSM::Document.TargetType`.
|
default String |
getVersionName()
`AWS::SSM::Document.VersionName`.
|
@Stability(value=Stable) @NotNull Object getContent()
@Stability(value=Stable) @Nullable default Object getAttachments()
@Stability(value=Stable) @Nullable default String getDocumentFormat()
@Stability(value=Stable) @Nullable default String getDocumentType()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default Object getRequires()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) @Nullable default String getTargetType()
@Stability(value=Stable) @Nullable default String getVersionName()
@Stability(value=Stable) static CfnDocumentProps.Builder builder()
CfnDocumentProps.Builder of CfnDocumentPropsCopyright © 2021. All rights reserved.