AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.mediaconnect.getFlowVpcInterface
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:mediaconnect:getFlowVpcInterface
arguments:
# arguments dictionary
The following arguments are supported:
getFlowVpcInterface Result
The following output properties are available:
- Network
Interface List<string>Ids - IDs of the network interfaces created in customer's account by MediaConnect.
- Role
Arn string - Role Arn MediaConnect can assume 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
- Network
Interface []stringIds - IDs of the network interfaces created in customer's account by MediaConnect.
- Role
Arn string - Role Arn MediaConnect can assume 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
- network
Interface List<String>Ids - IDs of the network interfaces created in customer's account by MediaConnect.
- role
Arn String - Role Arn MediaConnect can assume 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
- network
Interface string[]Ids - IDs of the network interfaces created in customer's account by MediaConnect.
- role
Arn string - Role Arn MediaConnect can assume 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
- 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
- network
Interface List<String>Ids - IDs of the network interfaces created in customer's account by MediaConnect.
- role
Arn String - Role Arn MediaConnect can assume 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
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi