Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnSessionPropsMixin.Builder
Packages that use CfnSessionPropsMixin.Builder
-
Uses of CfnSessionPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.bedrock
Methods in software.amazon.awscdk.cfnpropertymixins.services.bedrock that return CfnSessionPropsMixin.BuilderModifier and TypeMethodDescriptionstatic CfnSessionPropsMixin.BuilderCfnSessionPropsMixin.Builder.create()static CfnSessionPropsMixin.BuilderCfnSessionPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnSessionPropsMixin.Builder.encryptionKeyArn(String encryptionKeyArn) The Amazon Resource Name (ARN) of the KMS key to use to encrypt the session data.CfnSessionPropsMixin.Builder.sessionMetadata(Map<String, String> sessionMetadata) A map of key-value pairs containing attributes to be persisted across the session.CfnSessionPropsMixin.Builder.sessionMetadata(IResolvable sessionMetadata) A map of key-value pairs containing attributes to be persisted across the session.A list of tags associated with the session.