public static interface TemplateSSMDocumentDetails.Builder extends SdkPojo, CopyableBuilder<TemplateSSMDocumentDetails.Builder,TemplateSSMDocumentDetails>
| Modifier and Type | Method and Description |
|---|---|
TemplateSSMDocumentDetails.Builder |
documentName(String documentName)
The name or Amazon Resource Name (ARN) of the SSM document to use to create a conformance pack.
|
TemplateSSMDocumentDetails.Builder |
documentVersion(String documentVersion)
The version of the SSM document to use to create a conformance pack.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTemplateSSMDocumentDetails.Builder documentName(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.
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.TemplateSSMDocumentDetails.Builder documentVersion(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.
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.
Copyright © 2023. All rights reserved.