Class CfnSessionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrock.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.bedrock.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 StringThe Amazon Resource Name (ARN) of the KMS key to use to encrypt the session data.final ObjectA map of key-value pairs containing attributes to be persisted across the session.getTags()A list of tags associated with the session.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
-
getEncryptionKeyArn
Description copied from interface:CfnSessionPropsThe Amazon Resource Name (ARN) of the KMS key to use to encrypt the session data.- Specified by:
getEncryptionKeyArnin interfaceCfnSessionProps- See Also:
-
getSessionMetadata
Description copied from interface:CfnSessionPropsA map of key-value pairs containing attributes to be persisted across the session.Returns union: either
IResolvableor Mapinvalid input: '<'String,String>- Specified by:
getSessionMetadatain interfaceCfnSessionProps- See Also:
-
getTags
Description copied from interface:CfnSessionPropsA list of tags associated with the session.- Specified by:
getTagsin 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()
-