aws-cdk-lib.aws_groundstation.CfnMissionProfile.StreamsKmsKeyProperty

interface StreamsKmsKeyProperty

LanguageType name
.NETAmazon.CDK.AWS.GroundStation.CfnMissionProfile.StreamsKmsKeyProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsgroundstation#CfnMissionProfile_StreamsKmsKeyProperty
Javasoftware.amazon.awscdk.services.groundstation.CfnMissionProfile.StreamsKmsKeyProperty
Pythonaws_cdk.aws_groundstation.CfnMissionProfile.StreamsKmsKeyProperty
TypeScript aws-cdk-lib » aws_groundstation » CfnMissionProfile » StreamsKmsKeyProperty

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_groundstation as groundstation } from 'aws-cdk-lib';
const streamsKmsKeyProperty: groundstation.CfnMissionProfile.StreamsKmsKeyProperty = {
  kmsAliasArn: 'kmsAliasArn',
  kmsKeyArn: 'kmsKeyArn',
};

Properties

NameTypeDescription
kmsAliasArn?stringCfnMissionProfile.StreamsKmsKeyProperty.KmsAliasArn.
kmsKeyArn?stringCfnMissionProfile.StreamsKmsKeyProperty.KmsKeyArn.

kmsAliasArn?

Type: string (optional)

CfnMissionProfile.StreamsKmsKeyProperty.KmsAliasArn.


kmsKeyArn?

Type: string (optional)

CfnMissionProfile.StreamsKmsKeyProperty.KmsKeyArn.