interface StreamingImageEncryptionConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.NimbleStudio.CfnStreamingImage.StreamingImageEncryptionConfigurationProperty |
Java | software.amazon.awscdk.services.nimblestudio.CfnStreamingImage.StreamingImageEncryptionConfigurationProperty |
Python | aws_cdk.aws_nimblestudio.CfnStreamingImage.StreamingImageEncryptionConfigurationProperty |
TypeScript | @aws-cdk/aws-nimblestudio » CfnStreamingImage » StreamingImageEncryptionConfigurationProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as nimblestudio from '@aws-cdk/aws-nimblestudio';
const streamingImageEncryptionConfigurationProperty: nimblestudio.CfnStreamingImage.StreamingImageEncryptionConfigurationProperty = {
keyType: 'keyType',
// the properties below are optional
keyArn: 'keyArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| key | string | CfnStreamingImage.StreamingImageEncryptionConfigurationProperty.KeyType. |
| key | string | CfnStreamingImage.StreamingImageEncryptionConfigurationProperty.KeyArn. |
keyType
Type:
string
CfnStreamingImage.StreamingImageEncryptionConfigurationProperty.KeyType.
keyArn?
Type:
string
(optional)
CfnStreamingImage.StreamingImageEncryptionConfigurationProperty.KeyArn.

.NET
Java
Python
TypeScript