aws-cdk-lib.aws_mediaconnect.CfnFlowVpcInterfaceProps

interface CfnFlowVpcInterfaceProps

LanguageType name
.NETAmazon.CDK.AWS.MediaConnect.CfnFlowVpcInterfaceProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmediaconnect#CfnFlowVpcInterfaceProps
Javasoftware.amazon.awscdk.services.mediaconnect.CfnFlowVpcInterfaceProps
Pythonaws_cdk.aws_mediaconnect.CfnFlowVpcInterfaceProps
TypeScript aws-cdk-lib » aws_mediaconnect » CfnFlowVpcInterfaceProps

Properties for defining a CfnFlowVpcInterface.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_mediaconnect as mediaconnect } from 'aws-cdk-lib';
const cfnFlowVpcInterfaceProps: mediaconnect.CfnFlowVpcInterfaceProps = {
  flowArn: 'flowArn',
  name: 'name',
  roleArn: 'roleArn',
  securityGroupIds: ['securityGroupIds'],
  subnetId: 'subnetId',
};

Properties

NameTypeDescription
flowArnstringThe Amazon Resource Name (ARN) of the flow.
namestringThe name of the VPC Interface.
roleArnstringThe Amazon Resource Name (ARN) of the role that you created when you set up MediaConnect as a trusted service.
securityGroupIdsstring[]The VPC security groups that you want MediaConnect to use for your VPC configuration.
subnetIdstringThe subnet IDs that you want to use for your VPC interface.

flowArn

Type: string

The Amazon Resource Name (ARN) of the flow.


name

Type: string

The name of the VPC Interface.

This value must be unique within the current flow.


roleArn

Type: string

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


securityGroupIds

Type: string[]

The VPC security groups that you want MediaConnect to use for your VPC configuration.

You must include at least one security group in the request.


subnetId

Type: string

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

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.