aws-cdk-lib.aws_nimblestudio.CfnStreamingImage.StreamingImageEncryptionConfigurationProperty

interface StreamingImageEncryptionConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.NimbleStudio.CfnStreamingImage.StreamingImageEncryptionConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsnimblestudio#CfnStreamingImage_StreamingImageEncryptionConfigurationProperty
Javasoftware.amazon.awscdk.services.nimblestudio.CfnStreamingImage.StreamingImageEncryptionConfigurationProperty
Pythonaws_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

NameTypeDescription
keyTypestringCfnStreamingImage.StreamingImageEncryptionConfigurationProperty.KeyType.
keyArn?stringCfnStreamingImage.StreamingImageEncryptionConfigurationProperty.KeyArn.

keyType

Type: string

CfnStreamingImage.StreamingImageEncryptionConfigurationProperty.KeyType.


keyArn?

Type: string (optional)

CfnStreamingImage.StreamingImageEncryptionConfigurationProperty.KeyArn.