aws-cdk-lib.aws_nimblestudio.CfnStudio.StudioEncryptionConfigurationProperty

interface StudioEncryptionConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.NimbleStudio.CfnStudio.StudioEncryptionConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsnimblestudio#CfnStudio_StudioEncryptionConfigurationProperty
Javasoftware.amazon.awscdk.services.nimblestudio.CfnStudio.StudioEncryptionConfigurationProperty
Pythonaws_cdk.aws_nimblestudio.CfnStudio.StudioEncryptionConfigurationProperty
TypeScript aws-cdk-lib » aws_nimblestudio » CfnStudio » StudioEncryptionConfigurationProperty

Configuration of the encryption method that is used for the studio.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_nimblestudio as nimblestudio } from 'aws-cdk-lib';
const studioEncryptionConfigurationProperty: nimblestudio.CfnStudio.StudioEncryptionConfigurationProperty = {
  keyType: 'keyType',

  // the properties below are optional
  keyArn: 'keyArn',
};

Properties

NameTypeDescription
keyTypestringThe type of KMS key that is used to encrypt studio data.
keyArn?stringThe ARN for a KMS key that is used to encrypt studio data.

keyType

Type: string

The type of KMS key that is used to encrypt studio data.


keyArn?

Type: string (optional)

The ARN for a KMS key that is used to encrypt studio data.