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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.config.CfnConformancePack.TemplateSSMDocumentDetailsProperty
CfnConformancePack.TemplateSSMDocumentDetailsProperty.Builder, CfnConformancePack.TemplateSSMDocumentDetailsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConformancePack.TemplateSSMDocumentDetailsProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThe name or Amazon Resource Name (ARN) of the SSM document to use to create a conformance pack.final StringThe version of the SSM document to use to create a conformance pack.final inthashCode()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.TemplateSSMDocumentDetailsPropertyThe 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:
getDocumentNamein interfaceCfnConformancePack.TemplateSSMDocumentDetailsProperty
-
getDocumentVersion
Description copied from interface:CfnConformancePack.TemplateSSMDocumentDetailsPropertyThe 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:
getDocumentVersionin interfaceCfnConformancePack.TemplateSSMDocumentDetailsProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-