Show / Hide Table of Contents

Class CfnRouterInputPropsMixin.FlowTransitEncryptionKeyConfigurationProperty

Inheritance
object
CfnRouterInputPropsMixin.FlowTransitEncryptionKeyConfigurationProperty
Implements
CfnRouterInputPropsMixin.IFlowTransitEncryptionKeyConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.MediaConnect
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnRouterInputPropsMixin.FlowTransitEncryptionKeyConfigurationProperty : CfnRouterInputPropsMixin.IFlowTransitEncryptionKeyConfigurationProperty
Syntax (vb)
Public Class CfnRouterInputPropsMixin.FlowTransitEncryptionKeyConfigurationProperty Implements CfnRouterInputPropsMixin.IFlowTransitEncryptionKeyConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-flowtransitencryptionkeyconfiguration.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.MediaConnect;

             var automatic;

             var flowTransitEncryptionKeyConfigurationProperty = new FlowTransitEncryptionKeyConfigurationProperty {
                 Automatic = automatic,
                 SecretsManager = new SecretsManagerEncryptionKeyConfigurationProperty {
                     RoleArn = "roleArn",
                     SecretArn = "secretArn"
                 }
             };

Synopsis

Constructors

FlowTransitEncryptionKeyConfigurationProperty()

Properties

Automatic

Configuration settings for automatic encryption key management, where MediaConnect handles key creation and rotation.

SecretsManager

The configuration settings for transit encryption using AWS Secrets Manager, including the secret ARN and role ARN.

Constructors

FlowTransitEncryptionKeyConfigurationProperty()

public FlowTransitEncryptionKeyConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-flowtransitencryptionkeyconfiguration.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.MediaConnect;

             var automatic;

             var flowTransitEncryptionKeyConfigurationProperty = new FlowTransitEncryptionKeyConfigurationProperty {
                 Automatic = automatic,
                 SecretsManager = new SecretsManagerEncryptionKeyConfigurationProperty {
                     RoleArn = "roleArn",
                     SecretArn = "secretArn"
                 }
             };

Properties

Automatic

Configuration settings for automatic encryption key management, where MediaConnect handles key creation and rotation.

public object? Automatic { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-flowtransitencryptionkeyconfiguration.html#cfn-mediaconnect-routerinput-flowtransitencryptionkeyconfiguration-automatic

SecretsManager

The configuration settings for transit encryption using AWS Secrets Manager, including the secret ARN and role ARN.

public object? SecretsManager { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-flowtransitencryptionkeyconfiguration.html#cfn-mediaconnect-routerinput-flowtransitencryptionkeyconfiguration-secretsmanager

Type union: either IResolvable or CfnRouterInputPropsMixin.ISecretsManagerEncryptionKeyConfigurationProperty

Implements

CfnRouterInputPropsMixin.IFlowTransitEncryptionKeyConfigurationProperty
Back to top Generated by DocFX