Class CfnLandingZoneMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.controltower.CfnLandingZoneMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnLandingZoneMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLandingZoneMixinProps
@Stability(Stable)
@Internal
public static final class CfnLandingZoneMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLandingZoneMixinProps
An implementation for
CfnLandingZoneMixinProps-
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.controltower.CfnLandingZoneMixinProps
CfnLandingZoneMixinProps.Builder, CfnLandingZoneMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLandingZoneMixinProps.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 ObjectThe landing zone manifest JSON text file that specifies the landing zone configurations.The types of remediation actions configured for the landing zone, such as automatic drift correction or compliance enforcement.getTags()Tags to be applied to the landing zone.final StringThe landing zone's current deployed version.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 theCfnLandingZoneMixinProps.Builder.
-
-
Method Details
-
getManifest
Description copied from interface:CfnLandingZoneMixinPropsThe landing zone manifest JSON text file that specifies the landing zone configurations.- Specified by:
getManifestin interfaceCfnLandingZoneMixinProps- See Also:
-
getRemediationTypes
Description copied from interface:CfnLandingZoneMixinPropsThe types of remediation actions configured for the landing zone, such as automatic drift correction or compliance enforcement.- Specified by:
getRemediationTypesin interfaceCfnLandingZoneMixinProps- See Also:
-
getTags
Description copied from interface:CfnLandingZoneMixinPropsTags to be applied to the landing zone.- Specified by:
getTagsin interfaceCfnLandingZoneMixinProps- See Also:
-
getVersion
Description copied from interface:CfnLandingZoneMixinPropsThe landing zone's current deployed version.- Specified by:
getVersionin interfaceCfnLandingZoneMixinProps- 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()
-