Class CfnConformancePack.TemplateSSMDocumentDetailsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.config.CfnConformancePack.TemplateSSMDocumentDetailsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnConformancePack.TemplateSSMDocumentDetailsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConformancePack.TemplateSSMDocumentDetailsProperty
@Stability(Stable)
@Internal
public static final class CfnConformancePack.TemplateSSMDocumentDetailsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConformancePack.TemplateSSMDocumentDetailsProperty
An implementation for
CfnConformancePack.TemplateSSMDocumentDetailsProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.config.CfnConformancePack.TemplateSSMDocumentDetailsProperty
CfnConformancePack.TemplateSSMDocumentDetailsProperty.Builder, CfnConformancePack.TemplateSSMDocumentDetailsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnConformancePack.TemplateSSMDocumentDetailsProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The name or Amazon Resource Name (ARN) of the SSM document to use to create a conformance pack.final String
The version of the SSM document to use to create a conformance pack.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnConformancePack.TemplateSSMDocumentDetailsProperty.Builder
.
-
-
Method Details
-
getDocumentName
Description copied from interface:CfnConformancePack.TemplateSSMDocumentDetailsProperty
The name or Amazon Resource Name (ARN) of the SSM document to use to create a conformance pack.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.
- Specified by:
getDocumentName
in interfaceCfnConformancePack.TemplateSSMDocumentDetailsProperty
-
getDocumentVersion
Description copied from interface:CfnConformancePack.TemplateSSMDocumentDetailsProperty
The version of the SSM document to use to create a conformance pack.By default, AWS Config uses the latest version.
This field is optional.
- Specified by:
getDocumentVersion
in interfaceCfnConformancePack.TemplateSSMDocumentDetailsProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-