Interface CfnMissionProfile.StreamsKmsKeyProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnMissionProfile.StreamsKmsKeyProperty.Jsii$Proxy
Enclosing class:
CfnMissionProfile

@Stability(Stable) public static interface CfnMissionProfile.StreamsKmsKeyProperty extends software.amazon.jsii.JsiiSerializable
Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.groundstation.*;
 StreamsKmsKeyProperty streamsKmsKeyProperty = StreamsKmsKeyProperty.builder()
         .kmsAliasArn("kmsAliasArn")
         .kmsKeyArn("kmsKeyArn")
         .build();
 

See Also: