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
KMS key info.
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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnMissionProfile.StreamsKmsKeyProperty
static final class
An implementation forCfnMissionProfile.StreamsKmsKeyProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getKmsAliasArn
KMS Alias Arn.- See Also:
-
getKmsKeyArn
KMS Key Arn.- See Also:
-
builder
-