interface StreamsKmsKeyProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.GroundStation.CfnMissionProfile.StreamsKmsKeyProperty |
Java | software.amazon.awscdk.services.groundstation.CfnMissionProfile.StreamsKmsKeyProperty |
Python | aws_cdk.aws_groundstation.CfnMissionProfile.StreamsKmsKeyProperty |
TypeScript | @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.

.NET
Java
Python
TypeScript