Class CfnConformancePackPropsMixin.TemplateSSMDocumentDetailsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.config.CfnConformancePackPropsMixin.TemplateSSMDocumentDetailsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnConformancePackPropsMixin.TemplateSSMDocumentDetailsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConformancePackPropsMixin.TemplateSSMDocumentDetailsProperty
@Stability(Stable)
@Internal
public static final class CfnConformancePackPropsMixin.TemplateSSMDocumentDetailsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConformancePackPropsMixin.TemplateSSMDocumentDetailsProperty
An implementation for
CfnConformancePackPropsMixin.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.cfnpropertymixins.services.config.CfnConformancePackPropsMixin.TemplateSSMDocumentDetailsProperty
CfnConformancePackPropsMixin.TemplateSSMDocumentDetailsProperty.Builder, CfnConformancePackPropsMixin.TemplateSSMDocumentDetailsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConformancePackPropsMixin.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
protected Jsii$Proxy(CfnConformancePackPropsMixin.TemplateSSMDocumentDetailsProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnConformancePackPropsMixin.TemplateSSMDocumentDetailsProperty.Builder.
-
-
Method Details
-
getDocumentName
Description copied from interface:CfnConformancePackPropsMixin.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.
- Specified by:
getDocumentNamein interfaceCfnConformancePackPropsMixin.TemplateSSMDocumentDetailsProperty- See Also:
-
getDocumentVersion
Description copied from interface:CfnConformancePackPropsMixin.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 interfaceCfnConformancePackPropsMixin.TemplateSSMDocumentDetailsProperty- See Also:
-
$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()
-