| Package | Description |
|---|---|
| com.amazonaws.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
TemplateSSMDocumentDetails |
TemplateSSMDocumentDetails.clone() |
TemplateSSMDocumentDetails |
PutConformancePackRequest.getTemplateSSMDocumentDetails()
An object of type
TemplateSSMDocumentDetails, which contains the name or the Amazon Resource Name
(ARN) of the Amazon Web Services Systems Manager document (SSM document) and the version of the SSM document that
is used to create a conformance pack. |
TemplateSSMDocumentDetails |
ConformancePackDetail.getTemplateSSMDocumentDetails()
An object that contains the name or Amazon Resource Name (ARN) of the Amazon Web Services Systems Manager
document (SSM document) and the version of the SSM document that is used to create a conformance pack.
|
TemplateSSMDocumentDetails |
TemplateSSMDocumentDetails.withDocumentName(String documentName)
The name or Amazon Resource Name (ARN) of the SSM document to use to create a conformance pack.
|
TemplateSSMDocumentDetails |
TemplateSSMDocumentDetails.withDocumentVersion(String documentVersion)
The version of the SSM document to use to create a conformance pack.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutConformancePackRequest.setTemplateSSMDocumentDetails(TemplateSSMDocumentDetails templateSSMDocumentDetails)
An object of type
TemplateSSMDocumentDetails, which contains the name or the Amazon Resource Name
(ARN) of the Amazon Web Services Systems Manager document (SSM document) and the version of the SSM document that
is used to create a conformance pack. |
void |
ConformancePackDetail.setTemplateSSMDocumentDetails(TemplateSSMDocumentDetails templateSSMDocumentDetails)
An object that contains the name or Amazon Resource Name (ARN) of the Amazon Web Services Systems Manager
document (SSM document) and the version of the SSM document that is used to create a conformance pack.
|
PutConformancePackRequest |
PutConformancePackRequest.withTemplateSSMDocumentDetails(TemplateSSMDocumentDetails templateSSMDocumentDetails)
An object of type
TemplateSSMDocumentDetails, which contains the name or the Amazon Resource Name
(ARN) of the Amazon Web Services Systems Manager document (SSM document) and the version of the SSM document that
is used to create a conformance pack. |
ConformancePackDetail |
ConformancePackDetail.withTemplateSSMDocumentDetails(TemplateSSMDocumentDetails templateSSMDocumentDetails)
An object that contains the name or Amazon Resource Name (ARN) of the Amazon Web Services Systems Manager
document (SSM document) and the version of the SSM document that is used to create a conformance pack.
|
Copyright © 2023. All rights reserved.