Interface CfnFlowPropsMixin.SecretsManagerEncryptionKeyConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFlowPropsMixin.SecretsManagerEncryptionKeyConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnFlowPropsMixin
@Stability(Stable)
public static interface CfnFlowPropsMixin.SecretsManagerEncryptionKeyConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The configuration settings for transit encryption of a flow source using AWS Secrets Manager, including the secret ARN and role ARN.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.mediaconnect.*;
SecretsManagerEncryptionKeyConfigurationProperty secretsManagerEncryptionKeyConfigurationProperty = SecretsManagerEncryptionKeyConfigurationProperty.builder()
.roleArn("roleArn")
.secretArn("secretArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnFlowPropsMixin.SecretsManagerEncryptionKeyConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRoleArn
The ARN of the IAM role used for transit encryption from the router output using AWS Secrets Manager.- See Also:
-
getSecretArn
The ARN of the AWS Secrets Manager secret used for transit encryption from the router output.- See Also:
-
builder
@Stability(Stable) static CfnFlowPropsMixin.SecretsManagerEncryptionKeyConfigurationProperty.Builder builder()
-