interface StreamingImageEncryptionConfigurationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.NimbleStudio.CfnStreamingImage.StreamingImageEncryptionConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsnimblestudio#CfnStreamingImage_StreamingImageEncryptionConfigurationProperty |
Java | software.amazon.awscdk.services.nimblestudio.CfnStreamingImage.StreamingImageEncryptionConfigurationProperty |
Python | aws_cdk.aws_nimblestudio.CfnStreamingImage.StreamingImageEncryptionConfigurationProperty |
TypeScript | aws-cdk-lib » aws_nimblestudio » CfnStreamingImage » StreamingImageEncryptionConfigurationProperty |
Specifies how a streaming image is encrypted.
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 streamingImageEncryptionConfigurationProperty: nimblestudio.CfnStreamingImage.StreamingImageEncryptionConfigurationProperty = {
keyType: 'keyType',
// the properties below are optional
keyArn: 'keyArn',
};
Properties
Name | Type | Description |
---|---|---|
key | string | The type of KMS key that is used to encrypt studio data. |
key | string | The 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.