1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. mediaconnect
  5. FlowVpcInterface

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.mediaconnect.FlowVpcInterface

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

Resource schema for AWS::MediaConnect::FlowVpcInterface

Create FlowVpcInterface Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new FlowVpcInterface(name: string, args: FlowVpcInterfaceArgs, opts?: CustomResourceOptions);
@overload
def FlowVpcInterface(resource_name: str,
                     args: FlowVpcInterfaceInitArgs,
                     opts: Optional[ResourceOptions] = None)

@overload
def FlowVpcInterface(resource_name: str,
                     opts: Optional[ResourceOptions] = None,
                     flow_arn: Optional[str] = None,
                     role_arn: Optional[str] = None,
                     security_group_ids: Optional[Sequence[str]] = None,
                     subnet_id: Optional[str] = None,
                     name: Optional[str] = None)
func NewFlowVpcInterface(ctx *Context, name string, args FlowVpcInterfaceArgs, opts ...ResourceOption) (*FlowVpcInterface, error)
public FlowVpcInterface(string name, FlowVpcInterfaceArgs args, CustomResourceOptions? opts = null)
public FlowVpcInterface(String name, FlowVpcInterfaceArgs args)
public FlowVpcInterface(String name, FlowVpcInterfaceArgs args, CustomResourceOptions options)
type: aws-native:mediaconnect:FlowVpcInterface
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. FlowVpcInterfaceArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. FlowVpcInterfaceInitArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. FlowVpcInterfaceArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. FlowVpcInterfaceArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. FlowVpcInterfaceArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

FlowVpcInterface Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The FlowVpcInterface resource accepts the following input properties:

FlowArn This property is required. string
The Amazon Resource Name (ARN), a unique identifier for any AWS resource, of the flow.
RoleArn This property is required. string
Role Arn MediaConnect can assume to create ENIs in customer's account.
SecurityGroupIds This property is required. List<string>
Security Group IDs to be used on ENI.
SubnetId This property is required. string
Subnet must be in the AZ of the Flow
Name string
Immutable and has to be a unique against other VpcInterfaces in this Flow.
FlowArn This property is required. string
The Amazon Resource Name (ARN), a unique identifier for any AWS resource, of the flow.
RoleArn This property is required. string
Role Arn MediaConnect can assume to create ENIs in customer's account.
SecurityGroupIds This property is required. []string
Security Group IDs to be used on ENI.
SubnetId This property is required. string
Subnet must be in the AZ of the Flow
Name string
Immutable and has to be a unique against other VpcInterfaces in this Flow.
flowArn This property is required. String
The Amazon Resource Name (ARN), a unique identifier for any AWS resource, of the flow.
roleArn This property is required. String
Role Arn MediaConnect can assume to create ENIs in customer's account.
securityGroupIds This property is required. List<String>
Security Group IDs to be used on ENI.
subnetId This property is required. String
Subnet must be in the AZ of the Flow
name String
Immutable and has to be a unique against other VpcInterfaces in this Flow.
flowArn This property is required. string
The Amazon Resource Name (ARN), a unique identifier for any AWS resource, of the flow.
roleArn This property is required. string
Role Arn MediaConnect can assume to create ENIs in customer's account.
securityGroupIds This property is required. string[]
Security Group IDs to be used on ENI.
subnetId This property is required. string
Subnet must be in the AZ of the Flow
name string
Immutable and has to be a unique against other VpcInterfaces in this Flow.
flow_arn This property is required. str
The Amazon Resource Name (ARN), a unique identifier for any AWS resource, of the flow.
role_arn This property is required. str
Role Arn MediaConnect can assume to create ENIs in customer's account.
security_group_ids This property is required. Sequence[str]
Security Group IDs to be used on ENI.
subnet_id This property is required. str
Subnet must be in the AZ of the Flow
name str
Immutable and has to be a unique against other VpcInterfaces in this Flow.
flowArn This property is required. String
The Amazon Resource Name (ARN), a unique identifier for any AWS resource, of the flow.
roleArn This property is required. String
Role Arn MediaConnect can assume to create ENIs in customer's account.
securityGroupIds This property is required. List<String>
Security Group IDs to be used on ENI.
subnetId This property is required. String
Subnet must be in the AZ of the Flow
name String
Immutable and has to be a unique against other VpcInterfaces in this Flow.

Outputs

All input properties are implicitly available as output properties. Additionally, the FlowVpcInterface resource produces the following output properties:

Id string
The provider-assigned unique ID for this managed resource.
NetworkInterfaceIds List<string>
IDs of the network interfaces created in customer's account by MediaConnect.
Id string
The provider-assigned unique ID for this managed resource.
NetworkInterfaceIds []string
IDs of the network interfaces created in customer's account by MediaConnect.
id String
The provider-assigned unique ID for this managed resource.
networkInterfaceIds List<String>
IDs of the network interfaces created in customer's account by MediaConnect.
id string
The provider-assigned unique ID for this managed resource.
networkInterfaceIds string[]
IDs of the network interfaces created in customer's account by MediaConnect.
id str
The provider-assigned unique ID for this managed resource.
network_interface_ids Sequence[str]
IDs of the network interfaces created in customer's account by MediaConnect.
id String
The provider-assigned unique ID for this managed resource.
networkInterfaceIds List<String>
IDs of the network interfaces created in customer's account by MediaConnect.

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi