interface StreamingImageEncryptionConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.NimbleStudio.CfnStreamingImagePropsMixin.StreamingImageEncryptionConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsnimblestudio#CfnStreamingImagePropsMixin_StreamingImageEncryptionConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.nimblestudio.CfnStreamingImagePropsMixin.StreamingImageEncryptionConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_nimblestudio.CfnStreamingImagePropsMixin.StreamingImageEncryptionConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_nimblestudio » CfnStreamingImagePropsMixin » 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/cfn-property-mixins';
const streamingImageEncryptionConfigurationProperty: nimblestudio.CfnStreamingImagePropsMixin.StreamingImageEncryptionConfigurationProperty = {
keyArn: 'keyArn',
keyType: 'keyType',
};
Properties
| Name | Type | Description |
|---|---|---|
| key | string | |
| key | string |
keyArn?
Type:
string
(optional)
keyType?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript