1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. vpclattice
  5. getResourceGateway

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.vpclattice.getResourceGateway

Explore with Pulumi AI

aws-native logo

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

    Creates a resource gateway for a service.

    Using getResourceGateway

    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 getResourceGateway(args: GetResourceGatewayArgs, opts?: InvokeOptions): Promise<GetResourceGatewayResult>
    function getResourceGatewayOutput(args: GetResourceGatewayOutputArgs, opts?: InvokeOptions): Output<GetResourceGatewayResult>
    def get_resource_gateway(arn: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetResourceGatewayResult
    def get_resource_gateway_output(arn: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetResourceGatewayResult]
    func LookupResourceGateway(ctx *Context, args *LookupResourceGatewayArgs, opts ...InvokeOption) (*LookupResourceGatewayResult, error)
    func LookupResourceGatewayOutput(ctx *Context, args *LookupResourceGatewayOutputArgs, opts ...InvokeOption) LookupResourceGatewayResultOutput

    > Note: This function is named LookupResourceGateway in the Go SDK.

    public static class GetResourceGateway 
    {
        public static Task<GetResourceGatewayResult> InvokeAsync(GetResourceGatewayArgs args, InvokeOptions? opts = null)
        public static Output<GetResourceGatewayResult> Invoke(GetResourceGatewayInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetResourceGatewayResult> getResourceGateway(GetResourceGatewayArgs args, InvokeOptions options)
    public static Output<GetResourceGatewayResult> getResourceGateway(GetResourceGatewayArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:vpclattice:getResourceGateway
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Arn string
    The Amazon Resource Name (ARN) of the resource gateway.
    Arn string
    The Amazon Resource Name (ARN) of the resource gateway.
    arn String
    The Amazon Resource Name (ARN) of the resource gateway.
    arn string
    The Amazon Resource Name (ARN) of the resource gateway.
    arn str
    The Amazon Resource Name (ARN) of the resource gateway.
    arn String
    The Amazon Resource Name (ARN) of the resource gateway.

    getResourceGateway Result

    The following output properties are available:

    Arn string
    The Amazon Resource Name (ARN) of the resource gateway.
    Id string
    The ID of the resource gateway.
    SecurityGroupIds List<string>
    The ID of one or more security groups to associate with the endpoint network interface.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    The tags for the resource gateway.
    Arn string
    The Amazon Resource Name (ARN) of the resource gateway.
    Id string
    The ID of the resource gateway.
    SecurityGroupIds []string
    The ID of one or more security groups to associate with the endpoint network interface.
    Tags Tag
    The tags for the resource gateway.
    arn String
    The Amazon Resource Name (ARN) of the resource gateway.
    id String
    The ID of the resource gateway.
    securityGroupIds List<String>
    The ID of one or more security groups to associate with the endpoint network interface.
    tags List<Tag>
    The tags for the resource gateway.
    arn string
    The Amazon Resource Name (ARN) of the resource gateway.
    id string
    The ID of the resource gateway.
    securityGroupIds string[]
    The ID of one or more security groups to associate with the endpoint network interface.
    tags Tag[]
    The tags for the resource gateway.
    arn str
    The Amazon Resource Name (ARN) of the resource gateway.
    id str
    The ID of the resource gateway.
    security_group_ids Sequence[str]
    The ID of one or more security groups to associate with the endpoint network interface.
    tags Sequence[root_Tag]
    The tags for the resource gateway.
    arn String
    The Amazon Resource Name (ARN) of the resource gateway.
    id String
    The ID of the resource gateway.
    securityGroupIds List<String>
    The ID of one or more security groups to associate with the endpoint network interface.
    tags List<Property Map>
    The tags for the resource gateway.

    Supporting Types

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    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