AWS Native is in preview. AWS Classic is fully supported.
aws-native.mediaconnect.FlowVpcInterface
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
Resource schema for AWS::MediaConnect::FlowVpcInterface
Create FlowVpcInterface Resource
new FlowVpcInterface(name: string, args: FlowVpcInterfaceArgs, opts?: CustomResourceOptions);
@overload
def FlowVpcInterface(resource_name: str,
opts: Optional[ResourceOptions] = None,
flow_arn: Optional[str] = None,
name: Optional[str] = None,
role_arn: Optional[str] = None,
security_group_ids: Optional[Sequence[str]] = None,
subnet_id: Optional[str] = None)
@overload
def FlowVpcInterface(resource_name: str,
args: FlowVpcInterfaceArgs,
opts: Optional[ResourceOptions] = 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.
- name string
- The unique name of the resource.
- args FlowVpcInterfaceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args FlowVpcInterfaceArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args FlowVpcInterfaceArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args FlowVpcInterfaceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args 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
The FlowVpcInterface resource accepts the following input properties:
- Flow
Arn string The Amazon Resource Name (ARN), a unique identifier for any AWS resource, of the flow.
- Role
Arn string Role Arn MediaConnect can assumes to create ENIs in customer's account.
- Security
Group List<string>Ids Security Group IDs to be used on ENI.
- Subnet
Id 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 string The Amazon Resource Name (ARN), a unique identifier for any AWS resource, of the flow.
- Role
Arn string Role Arn MediaConnect can assumes to create ENIs in customer's account.
- Security
Group []stringIds Security Group IDs to be used on ENI.
- Subnet
Id 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 String The Amazon Resource Name (ARN), a unique identifier for any AWS resource, of the flow.
- role
Arn String Role Arn MediaConnect can assumes to create ENIs in customer's account.
- security
Group List<String>Ids Security Group IDs to be used on ENI.
- subnet
Id 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 string The Amazon Resource Name (ARN), a unique identifier for any AWS resource, of the flow.
- role
Arn string Role Arn MediaConnect can assumes to create ENIs in customer's account.
- security
Group string[]Ids Security Group IDs to be used on ENI.
- subnet
Id 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 str The Amazon Resource Name (ARN), a unique identifier for any AWS resource, of the flow.
- role_
arn str Role Arn MediaConnect can assumes to create ENIs in customer's account.
- security_
group_ Sequence[str]ids Security Group IDs to be used on ENI.
- subnet_
id 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.
- flow
Arn String The Amazon Resource Name (ARN), a unique identifier for any AWS resource, of the flow.
- role
Arn String Role Arn MediaConnect can assumes to create ENIs in customer's account.
- security
Group List<String>Ids Security Group IDs to be used on ENI.
- subnet
Id 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.
- Network
Interface List<string>Ids IDs of the network interfaces created in customer's account by MediaConnect.
- Id string
The provider-assigned unique ID for this managed resource.
- Network
Interface []stringIds IDs of the network interfaces created in customer's account by MediaConnect.
- id String
The provider-assigned unique ID for this managed resource.
- network
Interface List<String>Ids IDs of the network interfaces created in customer's account by MediaConnect.
- id string
The provider-assigned unique ID for this managed resource.
- network
Interface string[]Ids 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_ Sequence[str]ids IDs of the network interfaces created in customer's account by MediaConnect.
- id String
The provider-assigned unique ID for this managed resource.
- network
Interface List<String>Ids 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
AWS Native is in preview. AWS Classic is fully supported.