@Generated(value="software.amazon.awssdk:codegen") public final class TemplateSSMDocumentDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TemplateSSMDocumentDetails.Builder,TemplateSSMDocumentDetails>
This API allows you to create a conformance pack template with an Amazon Web Services Systems Manager document (SSM
document). To deploy a conformance pack using an SSM document, first create an SSM document with conformance pack
content, and then provide the DocumentName in the PutConformancePack API.
You can also provide the DocumentVersion.
The TemplateSSMDocumentDetails object contains the name of the SSM document and the version of the SSM
document.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TemplateSSMDocumentDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TemplateSSMDocumentDetails.Builder |
builder() |
String |
documentName()
The name or Amazon Resource Name (ARN) of the SSM document to use to create a conformance pack.
|
String |
documentVersion()
The version of the SSM document to use to create a conformance pack.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends TemplateSSMDocumentDetails.Builder> |
serializableBuilderClass() |
TemplateSSMDocumentDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String documentName()
The name or Amazon Resource Name (ARN) of the SSM document to use to create a conformance pack. If you use the document name, Config checks only your account and Amazon Web Services Region for the SSM document. If you want to use an SSM document from another Region or account, you must provide the ARN.
public final String documentVersion()
The version of the SSM document to use to create a conformance pack. By default, Config uses the latest version.
This field is optional.
This field is optional.
public TemplateSSMDocumentDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TemplateSSMDocumentDetails.Builder,TemplateSSMDocumentDetails>public static TemplateSSMDocumentDetails.Builder builder()
public static Class<? extends TemplateSSMDocumentDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.