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