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.getGateway
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::Gateway
Using getGateway
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 getGateway(args: GetGatewayArgs, opts?: InvokeOptions): Promise<GetGatewayResult>
function getGatewayOutput(args: GetGatewayOutputArgs, opts?: InvokeOptions): Output<GetGatewayResult>
def get_gateway(gateway_arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGatewayResult
def get_gateway_output(gateway_arn: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGatewayResult]
func LookupGateway(ctx *Context, args *LookupGatewayArgs, opts ...InvokeOption) (*LookupGatewayResult, error)
func LookupGatewayOutput(ctx *Context, args *LookupGatewayOutputArgs, opts ...InvokeOption) LookupGatewayResultOutput
> Note: This function is named LookupGateway
in the Go SDK.
public static class GetGateway
{
public static Task<GetGatewayResult> InvokeAsync(GetGatewayArgs args, InvokeOptions? opts = null)
public static Output<GetGatewayResult> Invoke(GetGatewayInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetGatewayResult> getGateway(GetGatewayArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:mediaconnect:getGateway
arguments:
# arguments dictionary
The following arguments are supported:
- Gateway
Arn string - The Amazon Resource Name (ARN) of the gateway.
- Gateway
Arn string - The Amazon Resource Name (ARN) of the gateway.
- gateway
Arn String - The Amazon Resource Name (ARN) of the gateway.
- gateway
Arn string - The Amazon Resource Name (ARN) of the gateway.
- gateway_
arn str - The Amazon Resource Name (ARN) of the gateway.
- gateway
Arn String - The Amazon Resource Name (ARN) of the gateway.
getGateway Result
The following output properties are available:
- Gateway
Arn string - The Amazon Resource Name (ARN) of the gateway.
- Gateway
State Pulumi.Aws Native. Media Connect. Gateway State - The current status of the gateway.
- Gateway
Arn string - The Amazon Resource Name (ARN) of the gateway.
- Gateway
State GatewayState Enum - The current status of the gateway.
- gateway
Arn String - The Amazon Resource Name (ARN) of the gateway.
- gateway
State GatewayState - The current status of the gateway.
- gateway
Arn string - The Amazon Resource Name (ARN) of the gateway.
- gateway
State GatewayState - The current status of the gateway.
- gateway_
arn str - The Amazon Resource Name (ARN) of the gateway.
- gateway_
state GatewayState - The current status of the gateway.
- gateway
Arn String - The Amazon Resource Name (ARN) of the gateway.
- gateway
State "CREATING" | "ACTIVE" | "UPDATING" | "ERROR" | "DELETING" | "DELETED" - The current status of the gateway.
Supporting Types
GatewayState
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