interface StreamsKmsKeyProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.GroundStation.CfnMissionProfile.StreamsKmsKeyProperty |
![]() | software.amazon.awscdk.services.groundstation.CfnMissionProfile.StreamsKmsKeyProperty |
![]() | aws_cdk.aws_groundstation.CfnMissionProfile.StreamsKmsKeyProperty |
![]() | @aws-cdk/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 * as groundstation from '@aws-cdk/aws-groundstation';
const streamsKmsKeyProperty: groundstation.CfnMissionProfile.StreamsKmsKeyProperty = {
kmsAliasArn: 'kmsAliasArn',
kmsKeyArn: 'kmsKeyArn',
};
Properties
Name | Type | Description |
---|---|---|
kms | string | CfnMissionProfile.StreamsKmsKeyProperty.KmsAliasArn . |
kms | string | CfnMissionProfile.StreamsKmsKeyProperty.KmsKeyArn . |
kmsAliasArn?
Type:
string
(optional)
CfnMissionProfile.StreamsKmsKeyProperty.KmsAliasArn
.
kmsKeyArn?
Type:
string
(optional)
CfnMissionProfile.StreamsKmsKeyProperty.KmsKeyArn
.