We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
aws-native.mediaconnect.getFlowVpcInterface
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
Resource schema for AWS::MediaConnect::FlowVpcInterface
Using getFlowVpcInterface
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getFlowVpcInterface(args: GetFlowVpcInterfaceArgs, opts?: InvokeOptions): Promise<GetFlowVpcInterfaceResult>
function getFlowVpcInterfaceOutput(args: GetFlowVpcInterfaceOutputArgs, opts?: InvokeOptions): Output<GetFlowVpcInterfaceResult>def get_flow_vpc_interface(flow_arn: Optional[str] = None,
                           name: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetFlowVpcInterfaceResult
def get_flow_vpc_interface_output(flow_arn: Optional[pulumi.Input[str]] = None,
                           name: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetFlowVpcInterfaceResult]func LookupFlowVpcInterface(ctx *Context, args *LookupFlowVpcInterfaceArgs, opts ...InvokeOption) (*LookupFlowVpcInterfaceResult, error)
func LookupFlowVpcInterfaceOutput(ctx *Context, args *LookupFlowVpcInterfaceOutputArgs, opts ...InvokeOption) LookupFlowVpcInterfaceResultOutput> Note: This function is named LookupFlowVpcInterface in the Go SDK.
public static class GetFlowVpcInterface 
{
    public static Task<GetFlowVpcInterfaceResult> InvokeAsync(GetFlowVpcInterfaceArgs args, InvokeOptions? opts = null)
    public static Output<GetFlowVpcInterfaceResult> Invoke(GetFlowVpcInterfaceInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetFlowVpcInterfaceResult> getFlowVpcInterface(GetFlowVpcInterfaceArgs args, InvokeOptions options)
public static Output<GetFlowVpcInterfaceResult> getFlowVpcInterface(GetFlowVpcInterfaceArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:mediaconnect:getFlowVpcInterface
  arguments:
    # arguments dictionaryThe following arguments are supported:
getFlowVpcInterface Result
The following output properties are available:
- NetworkInterface List<string>Ids 
- IDs of the network interfaces created in customer's account by MediaConnect.
- RoleArn string
- Role Arn MediaConnect can assume to create ENIs in customer's account.
- SecurityGroup List<string>Ids 
- Security Group IDs to be used on ENI.
- SubnetId string
- Subnet must be in the AZ of the Flow
- NetworkInterface []stringIds 
- IDs of the network interfaces created in customer's account by MediaConnect.
- RoleArn string
- Role Arn MediaConnect can assume to create ENIs in customer's account.
- SecurityGroup []stringIds 
- Security Group IDs to be used on ENI.
- SubnetId string
- Subnet must be in the AZ of the Flow
- networkInterface List<String>Ids 
- IDs of the network interfaces created in customer's account by MediaConnect.
- roleArn String
- Role Arn MediaConnect can assume to create ENIs in customer's account.
- securityGroup List<String>Ids 
- Security Group IDs to be used on ENI.
- subnetId String
- Subnet must be in the AZ of the Flow
- networkInterface string[]Ids 
- IDs of the network interfaces created in customer's account by MediaConnect.
- roleArn string
- Role Arn MediaConnect can assume to create ENIs in customer's account.
- securityGroup string[]Ids 
- Security Group IDs to be used on ENI.
- subnetId string
- Subnet must be in the AZ of the Flow
- network_interface_ Sequence[str]ids 
- IDs of the network interfaces created in customer's account by MediaConnect.
- role_arn str
- Role Arn MediaConnect can assume 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
- networkInterface List<String>Ids 
- IDs of the network interfaces created in customer's account by MediaConnect.
- roleArn String
- Role Arn MediaConnect can assume to create ENIs in customer's account.
- securityGroup List<String>Ids 
- Security Group IDs to be used on ENI.
- subnetId String
- Subnet must be in the AZ of the Flow
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.26.0 published on Wednesday, Mar 12, 2025 by Pulumi