Class CfnEnvironmentProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.finspace.CfnEnvironmentProps.Jsii$Proxy
- All Implemented Interfaces:
CfnEnvironmentProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEnvironmentProps
@Stability(Stable)
@Internal
public static final class CfnEnvironmentProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEnvironmentProps
An implementation for
CfnEnvironmentProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.finspace.CfnEnvironmentProps
CfnEnvironmentProps.Builder, CfnEnvironmentProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnEnvironmentProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnEnvironmentProps.Builder
.protected
Jsii$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.JsonNode
final boolean
(deprecated) ARNs of FinSpace Data Bundles to install.final String
The description of the FinSpace environment.final String
The authentication mode for the environment.final Object
Configuration information when authentication mode is FEDERATED.final String
The KMS key id used to encrypt in the FinSpace environment.final String
getName()
The name of the FinSpace environment.final Object
Configuration information for the superuser.getTags()
An array of key-value pairs to apply to this resource.final int
hashCode()
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 theCfnEnvironmentProps.Builder
.
-
-
Method Details
-
getName
Description copied from interface:CfnEnvironmentProps
The name of the FinSpace environment.- Specified by:
getName
in interfaceCfnEnvironmentProps
- See Also:
-
getDataBundles
Description copied from interface:CfnEnvironmentProps
(deprecated) ARNs of FinSpace Data Bundles to install.- Specified by:
getDataBundles
in interfaceCfnEnvironmentProps
- See Also:
-
getDescription
Description copied from interface:CfnEnvironmentProps
The description of the FinSpace environment.- Specified by:
getDescription
in interfaceCfnEnvironmentProps
- See Also:
-
getFederationMode
Description copied from interface:CfnEnvironmentProps
The authentication mode for the environment.- Specified by:
getFederationMode
in interfaceCfnEnvironmentProps
- See Also:
-
getFederationParameters
Description copied from interface:CfnEnvironmentProps
Configuration information when authentication mode is FEDERATED.- Specified by:
getFederationParameters
in interfaceCfnEnvironmentProps
- See Also:
-
getKmsKeyId
Description copied from interface:CfnEnvironmentProps
The KMS key id used to encrypt in the FinSpace environment.- Specified by:
getKmsKeyId
in interfaceCfnEnvironmentProps
- See Also:
-
getSuperuserParameters
Description copied from interface:CfnEnvironmentProps
Configuration information for the superuser.- Specified by:
getSuperuserParameters
in interfaceCfnEnvironmentProps
- See Also:
-
getTags
Description copied from interface:CfnEnvironmentProps
An array of key-value pairs to apply to this resource.- Specified by:
getTags
in interfaceCfnEnvironmentProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-