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")
.kmsAliasName("kmsAliasName")
.kmsKeyArn("kmsKeyArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnMissionProfile.StreamsKmsKeyPropertystatic final classAn implementation forCfnMissionProfile.StreamsKmsKeyProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getKmsAliasArn
KMS Alias Arn.- See Also:
-
getKmsAliasName
KMS Alias Name.- See Also:
-
getKmsKeyArn
KMS Key Arn.- See Also:
-
builder
-