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