Class CfnFlowVpcInterfaceMixinProps
Properties for CfnFlowVpcInterfacePropsMixin.
Implements
Inherited Members
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
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
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
Remarks
Name
The name for the VPC interface.
public string? Name { get; set; }
Property Value
Remarks
This name must be unique within the flow.
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
Remarks
SecurityGroupIds
A virtual firewall to control inbound and outbound traffic.
public string[]? SecurityGroupIds { get; set; }
Property Value
string[]
Remarks
SubnetId
The subnet IDs that you want to use for your VPC interface.
public string? SubnetId { get; set; }
Property Value
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.