Show / Hide Table of Contents

Class CfnFlowVpcInterfaceMixinProps

Properties for CfnFlowVpcInterfacePropsMixin.

Inheritance
object
CfnFlowVpcInterfaceMixinProps
Implements
ICfnFlowVpcInterfaceMixinProps
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 CfnFlowVpcInterfaceMixinProps : ICfnFlowVpcInterfaceMixinProps
Syntax (vb)
Public Class CfnFlowVpcInterfaceMixinProps Implements ICfnFlowVpcInterfaceMixinProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowvpcinterface.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 cfnFlowVpcInterfaceMixinProps = new CfnFlowVpcInterfaceMixinProps {
                 FlowArn = "flowArn",
                 Name = "name",
                 RoleArn = "roleArn",
                 SecurityGroupIds = new [] { "securityGroupIds" },
                 SubnetId = "subnetId"
             };

Synopsis

Constructors

CfnFlowVpcInterfaceMixinProps()

Properties for CfnFlowVpcInterfacePropsMixin.

Properties

FlowArn

The Amazon Resource Name (ARN) of the flow.

Name

The name for the VPC interface.

RoleArn

The Amazon Resource Name (ARN) of the role that you created when you set up MediaConnect as a trusted service.

SecurityGroupIds

A virtual firewall to control inbound and outbound traffic.

SubnetId

The subnet IDs that you want to use for your VPC interface.

Constructors

CfnFlowVpcInterfaceMixinProps()

Properties for CfnFlowVpcInterfacePropsMixin.

public CfnFlowVpcInterfaceMixinProps()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowvpcinterface.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 cfnFlowVpcInterfaceMixinProps = new CfnFlowVpcInterfaceMixinProps {
                 FlowArn = "flowArn",
                 Name = "name",
                 RoleArn = "roleArn",
                 SecurityGroupIds = new [] { "securityGroupIds" },
                 SubnetId = "subnetId"
             };

Properties

FlowArn

The Amazon Resource Name (ARN) of the flow.

public string? FlowArn { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowvpcinterface.html#cfn-mediaconnect-flowvpcinterface-flowarn

Name

The name for the VPC interface.

public string? Name { get; set; }
Property Value

string

Remarks

This name must be unique within the flow.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowvpcinterface.html#cfn-mediaconnect-flowvpcinterface-name

RoleArn

The Amazon Resource Name (ARN) of the role that you created when you set up MediaConnect as a trusted service.

public string? RoleArn { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowvpcinterface.html#cfn-mediaconnect-flowvpcinterface-rolearn

SecurityGroupIds

A virtual firewall to control inbound and outbound traffic.

public string[]? SecurityGroupIds { get; set; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowvpcinterface.html#cfn-mediaconnect-flowvpcinterface-securitygroupids

SubnetId

The subnet IDs that you want to use for your VPC interface.

public string? SubnetId { get; set; }
Property Value

string

Remarks

A range of IP addresses in your VPC. When you create your VPC, you specify a range of IPv4 addresses for the VPC in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16. This is the primary CIDR block for your VPC. When you create a subnet for your VPC, you specify the CIDR block for the subnet, which is a subset of the VPC CIDR block. The subnets that you use across all VPC interfaces on the flow must be in the same Availability Zone as the flow.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowvpcinterface.html#cfn-mediaconnect-flowvpcinterface-subnetid

Implements

ICfnFlowVpcInterfaceMixinProps
Back to top Generated by DocFX