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 |
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 | |
| key | string |
keyType
Type:
string
keyArn?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript