Class CfnEnvironmentMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.finspace.CfnEnvironmentMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnEnvironmentMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEnvironmentMixinProps
@Stability(Stable)
@Internal
public static final class CfnEnvironmentMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEnvironmentMixinProps
An implementation for
CfnEnvironmentMixinProps-
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.finspace.CfnEnvironmentMixinProps
CfnEnvironmentMixinProps.Builder, CfnEnvironmentMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEnvironmentMixinProps.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 boolean(deprecated) ARNs of FinSpace Data Bundles to install.final StringThe description of the FinSpace environment.final StringThe authentication mode for the environment.final ObjectConfiguration information when authentication mode is FEDERATED.final StringThe KMS key id used to encrypt in the FinSpace environment.final StringgetName()The name of the FinSpace environment.final ObjectConfiguration information for the superuser.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 theCfnEnvironmentMixinProps.Builder.
-
-
Method Details
-
getDataBundles
Description copied from interface:CfnEnvironmentMixinProps(deprecated) ARNs of FinSpace Data Bundles to install.- Specified by:
getDataBundlesin interfaceCfnEnvironmentMixinProps- See Also:
-
getDescription
Description copied from interface:CfnEnvironmentMixinPropsThe description of the FinSpace environment.- Specified by:
getDescriptionin interfaceCfnEnvironmentMixinProps- See Also:
-
getFederationMode
Description copied from interface:CfnEnvironmentMixinPropsThe authentication mode for the environment.- Specified by:
getFederationModein interfaceCfnEnvironmentMixinProps- See Also:
-
getFederationParameters
Description copied from interface:CfnEnvironmentMixinPropsConfiguration information when authentication mode is FEDERATED.Returns union: either
IResolvableorCfnEnvironmentPropsMixin.FederationParametersProperty- Specified by:
getFederationParametersin interfaceCfnEnvironmentMixinProps- See Also:
-
getKmsKeyId
Description copied from interface:CfnEnvironmentMixinPropsThe KMS key id used to encrypt in the FinSpace environment.- Specified by:
getKmsKeyIdin interfaceCfnEnvironmentMixinProps- See Also:
-
getName
Description copied from interface:CfnEnvironmentMixinPropsThe name of the FinSpace environment.- Specified by:
getNamein interfaceCfnEnvironmentMixinProps- See Also:
-
getSuperuserParameters
Description copied from interface:CfnEnvironmentMixinPropsConfiguration information for the superuser.Returns union: either
IResolvableorCfnEnvironmentPropsMixin.SuperuserParametersProperty- Specified by:
getSuperuserParametersin interfaceCfnEnvironmentMixinProps- See Also:
-
getTags
Description copied from interface:CfnEnvironmentMixinPropsAn array of key-value pairs to apply to this resource.- Specified by:
getTagsin interfaceCfnEnvironmentMixinProps- 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()
-