Class CfnSessionMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.athena.CfnSessionMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSessionMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSessionMixinProps
@Stability(Stable)
@Internal
public static final class CfnSessionMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSessionMixinProps
An implementation for
CfnSessionMixinProps-
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.athena.CfnSessionMixinProps
CfnSessionMixinProps.Builder, CfnSessionMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnSessionMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnSessionMixinProps.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 ObjectContains engine data processing unit (DPU) configuration settings.final StringThe ARN of the execution role used to access user resources for Spark sessions and Identity Center enabled workgroups.final StringThe workgroup to which the session belongs.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 theCfnSessionMixinProps.Builder.
-
-
Method Details
-
getEngineConfiguration
Description copied from interface:CfnSessionMixinPropsContains engine data processing unit (DPU) configuration settings.Returns union: either
IResolvableorCfnSessionPropsMixin.EngineConfigurationProperty- Specified by:
getEngineConfigurationin interfaceCfnSessionMixinProps- See Also:
-
getExecutionRole
Description copied from interface:CfnSessionMixinPropsThe ARN of the execution role used to access user resources for Spark sessions and Identity Center enabled workgroups.- Specified by:
getExecutionRolein interfaceCfnSessionMixinProps- See Also:
-
getWorkGroup
Description copied from interface:CfnSessionMixinPropsThe workgroup to which the session belongs.- Specified by:
getWorkGroupin interfaceCfnSessionMixinProps- 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()
-