public static final class CfnConformancePack.TemplateSSMDocumentDetailsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnConformancePack.TemplateSSMDocumentDetailsProperty
CfnConformancePack.TemplateSSMDocumentDetailsProperty
CfnConformancePack.TemplateSSMDocumentDetailsProperty.Builder, CfnConformancePack.TemplateSSMDocumentDetailsProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getDocumentName()
The name or Amazon Resource Name (ARN) of the SSM document to use to create a conformance pack.
|
java.lang.String |
getDocumentVersion()
The version of the SSM document to use to create a conformance pack.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getDocumentName()
CfnConformancePack.TemplateSSMDocumentDetailsProperty
If you use the document name, AWS Config checks only your account and AWS Region for the SSM document. If you want to use an SSM document from another Region or account, you must provide the ARN.
getDocumentName
in interface CfnConformancePack.TemplateSSMDocumentDetailsProperty
public final java.lang.String getDocumentVersion()
CfnConformancePack.TemplateSSMDocumentDetailsProperty
By default, AWS Config uses the latest version.
This field is optional.
getDocumentVersion
in interface CfnConformancePack.TemplateSSMDocumentDetailsProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()