Show / Hide Table of Contents

Class CfnDataSource.ServerSideEncryptionConfigurationProperty

Contains the configuration for server-side encryption.

Inheritance
object
CfnDataSource.ServerSideEncryptionConfigurationProperty
Implements
CfnDataSource.IServerSideEncryptionConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.Bedrock
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDataSource.ServerSideEncryptionConfigurationProperty : CfnDataSource.IServerSideEncryptionConfigurationProperty
Syntax (vb)
Public Class CfnDataSource.ServerSideEncryptionConfigurationProperty Implements CfnDataSource.IServerSideEncryptionConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-datasource-serversideencryptionconfiguration.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.Bedrock;

             var serverSideEncryptionConfigurationProperty = new ServerSideEncryptionConfigurationProperty {
                 KmsKeyArn = "kmsKeyArn"
             };

Synopsis

Constructors

ServerSideEncryptionConfigurationProperty()

Contains the configuration for server-side encryption.

Properties

KmsKeyArn

The Amazon Resource Name (ARN) of the AWS key used to encrypt the resource.

Constructors

ServerSideEncryptionConfigurationProperty()

Contains the configuration for server-side encryption.

public ServerSideEncryptionConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-datasource-serversideencryptionconfiguration.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.Bedrock;

             var serverSideEncryptionConfigurationProperty = new ServerSideEncryptionConfigurationProperty {
                 KmsKeyArn = "kmsKeyArn"
             };

Properties

KmsKeyArn

The Amazon Resource Name (ARN) of the AWS key used to encrypt the resource.

public string? KmsKeyArn { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-datasource-serversideencryptionconfiguration.html#cfn-bedrock-datasource-serversideencryptionconfiguration-kmskeyarn

Implements

CfnDataSource.IServerSideEncryptionConfigurationProperty
Back to top Generated by DocFX