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