We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi
aws-native.mediaconnect.getBridgeOutputResource
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi
Resource schema for AWS::MediaConnect::BridgeOutput
Using getBridgeOutputResource
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 getBridgeOutputResource(args: GetBridgeOutputResourceArgs, opts?: InvokeOptions): Promise<GetBridgeOutputResourceResult>
function getBridgeOutputResourceOutput(args: GetBridgeOutputResourceOutputArgs, opts?: InvokeOptions): Output<GetBridgeOutputResourceResult>
def get_bridge_output_resource(bridge_arn: Optional[str] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetBridgeOutputResourceResult
def get_bridge_output_resource_output(bridge_arn: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetBridgeOutputResourceResult]
func LookupBridgeOutputResource(ctx *Context, args *LookupBridgeOutputResourceArgs, opts ...InvokeOption) (*LookupBridgeOutputResourceResult, error)
func LookupBridgeOutputResourceOutput(ctx *Context, args *LookupBridgeOutputResourceOutputArgs, opts ...InvokeOption) LookupBridgeOutputResourceResultOutput
> Note: This function is named LookupBridgeOutputResource
in the Go SDK.
public static class GetBridgeOutputResource
{
public static Task<GetBridgeOutputResourceResult> InvokeAsync(GetBridgeOutputResourceArgs args, InvokeOptions? opts = null)
public static Output<GetBridgeOutputResourceResult> Invoke(GetBridgeOutputResourceInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetBridgeOutputResourceResult> getBridgeOutputResource(GetBridgeOutputResourceArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:mediaconnect:getBridgeOutputResource
arguments:
# arguments dictionary
The following arguments are supported:
- bridge_
arn str - The Amazon Resource Number (ARN) of the bridge.
- name str
- The network output name.
getBridgeOutputResource Result
The following output properties are available:
- Network
Output Pulumi.Aws Native. Media Connect. Outputs. Bridge Output Resource Bridge Network Output - The output of the bridge.
- Network
Output BridgeOutput Resource Bridge Network Output - The output of the bridge.
- network
Output BridgeOutput Resource Bridge Network Output - The output of the bridge.
- network
Output BridgeOutput Resource Bridge Network Output - The output of the bridge.
- network_
output BridgeOutput Resource Bridge Network Output - The output of the bridge.
- network
Output Property Map - The output of the bridge.
Supporting Types
BridgeOutputResourceBridgeNetworkOutput
- Ip
Address string - The network output IP Address.
- Network
Name string - The network output's gateway network name.
- Port int
- The network output port.
- Protocol
Pulumi.
Aws Native. Media Connect. Bridge Output Resource Bridge Network Output Protocol - The network output protocol.
- Ttl int
- The network output TTL.
- Ip
Address string - The network output IP Address.
- Network
Name string - The network output's gateway network name.
- Port int
- The network output port.
- Protocol
Bridge
Output Resource Bridge Network Output Protocol - The network output protocol.
- Ttl int
- The network output TTL.
- ip
Address String - The network output IP Address.
- network
Name String - The network output's gateway network name.
- port Integer
- The network output port.
- protocol
Bridge
Output Resource Bridge Network Output Protocol - The network output protocol.
- ttl Integer
- The network output TTL.
- ip
Address string - The network output IP Address.
- network
Name string - The network output's gateway network name.
- port number
- The network output port.
- protocol
Bridge
Output Resource Bridge Network Output Protocol - The network output protocol.
- ttl number
- The network output TTL.
- ip_
address str - The network output IP Address.
- network_
name str - The network output's gateway network name.
- port int
- The network output port.
- protocol
Bridge
Output Resource Bridge Network Output Protocol - The network output protocol.
- ttl int
- The network output TTL.
- ip
Address String - The network output IP Address.
- network
Name String - The network output's gateway network name.
- port Number
- The network output port.
- protocol "rtp-fec" | "rtp" | "udp"
- The network output protocol.
- ttl Number
- The network output TTL.
BridgeOutputResourceBridgeNetworkOutputProtocol
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.9.0 published on Monday, Nov 18, 2024 by Pulumi