Class CfnInstanceProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.connect.CfnInstanceProps.Jsii$Proxy
- All Implemented Interfaces:
CfnInstanceProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnInstanceProps
@Stability(Stable)
@Internal
public static final class CfnInstanceProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnInstanceProps
An implementation for
CfnInstanceProps-
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.connect.CfnInstanceProps
CfnInstanceProps.Builder, CfnInstanceProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnInstanceProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnInstanceProps.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 ObjectA toggle for an individual feature at the instance level.final StringThe identifier for the directory.final StringThe identity management type.final StringThe alias of instance.getTags()An array of key-value pairs to apply to this resource.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 theCfnInstanceProps.Builder.
-
-
Method Details
-
getAttributes
Description copied from interface:CfnInstancePropsA toggle for an individual feature at the instance level.Returns union: either
IResolvableorCfnInstance.AttributesProperty- Specified by:
getAttributesin interfaceCfnInstanceProps- See Also:
-
getIdentityManagementType
Description copied from interface:CfnInstancePropsThe identity management type.- Specified by:
getIdentityManagementTypein interfaceCfnInstanceProps- See Also:
-
getDirectoryId
Description copied from interface:CfnInstancePropsThe identifier for the directory.- Specified by:
getDirectoryIdin interfaceCfnInstanceProps- See Also:
-
getInstanceAlias
Description copied from interface:CfnInstancePropsThe alias of instance.InstanceAliasis only required whenIdentityManagementTypeisCONNECT_MANAGEDorSAML.InstanceAliasis not required whenIdentityManagementTypeisEXISTING_DIRECTORY.- Specified by:
getInstanceAliasin interfaceCfnInstanceProps- See Also:
-
getTags
Description copied from interface:CfnInstancePropsAn array of key-value pairs to apply to this resource.- Specified by:
getTagsin interfaceCfnInstanceProps- 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()
-