Class CfnSystemProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.resiliencehubv2.CfnSystemProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSystemProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSystemProps
@Stability(Stable)
@Internal
public static final class CfnSystemProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSystemProps
An implementation for
CfnSystemProps-
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.resiliencehubv2.CfnSystemProps
CfnSystemProps.Builder, CfnSystemProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnSystemProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnSystemProps.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 description of the system.final StringThe KMS key ID for encrypting system data.final StringgetName()The name of the system.final ObjectWhether the system is enabled to be shared with other members of the Organization.getTags()Tags assigned to the system.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 theCfnSystemProps.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnSystemPropsThe name of the system.- Specified by:
getNamein interfaceCfnSystemProps- See Also:
-
getDescription
Description copied from interface:CfnSystemPropsThe description of the system.- Specified by:
getDescriptionin interfaceCfnSystemProps- See Also:
-
getKmsKeyId
Description copied from interface:CfnSystemPropsThe KMS key ID for encrypting system data.- Specified by:
getKmsKeyIdin interfaceCfnSystemProps- See Also:
-
getSharingEnabled
Description copied from interface:CfnSystemPropsWhether the system is enabled to be shared with other members of the Organization.Only applicable if the system owner is a management account or delegated admin.
Returns union: either
BooleanorIResolvableDefault: - false
- Specified by:
getSharingEnabledin interfaceCfnSystemProps- See Also:
-
getTags
Description copied from interface:CfnSystemPropsTags assigned to the system.- Specified by:
getTagsin interfaceCfnSystemProps- 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()
-