We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
Resource Type definition for AWS::RTBFabric::RequesterGateway Resource Type.
Using getRequesterGateway
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 getRequesterGateway(args: GetRequesterGatewayArgs, opts?: InvokeOptions): Promise<GetRequesterGatewayResult>
function getRequesterGatewayOutput(args: GetRequesterGatewayOutputArgs, opts?: InvokeOptions): Output<GetRequesterGatewayResult>def get_requester_gateway(arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetRequesterGatewayResult
def get_requester_gateway_output(arn: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetRequesterGatewayResult]func LookupRequesterGateway(ctx *Context, args *LookupRequesterGatewayArgs, opts ...InvokeOption) (*LookupRequesterGatewayResult, error)
func LookupRequesterGatewayOutput(ctx *Context, args *LookupRequesterGatewayOutputArgs, opts ...InvokeOption) LookupRequesterGatewayResultOutput> Note: This function is named LookupRequesterGateway in the Go SDK.
public static class GetRequesterGateway
{
public static Task<GetRequesterGatewayResult> InvokeAsync(GetRequesterGatewayArgs args, InvokeOptions? opts = null)
public static Output<GetRequesterGatewayResult> Invoke(GetRequesterGatewayInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetRequesterGatewayResult> getRequesterGateway(GetRequesterGatewayArgs args, InvokeOptions options)
public static Output<GetRequesterGatewayResult> getRequesterGateway(GetRequesterGatewayArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:rtbfabric:getRequesterGateway
arguments:
# arguments dictionaryThe following arguments are supported:
- Arn string
- Arn string
- arn String
- arn string
- arn str
- arn String
getRequesterGateway Result
The following output properties are available:
- Active
Links intCount - Arn string
- Created
Timestamp string - Description string
- An optional description for the requester gateway.
- Domain
Name string - Gateway
Id string - Requester
Gateway Pulumi.Status Aws Native. Rtb Fabric. Requester Gateway Status - Security
Group List<string>Ids - The unique identifiers of the security groups.
- Subnet
Ids List<string> - The unique identifiers of the subnets.
-
List<Pulumi.
Aws Native. Outputs. Tag> - A map of the key-value pairs of the tag or tags to assign to the resource.
- Total
Links intCount - Updated
Timestamp string - Vpc
Id string - The unique identifier of the Virtual Private Cloud (VPC).
- Active
Links intCount - Arn string
- Created
Timestamp string - Description string
- An optional description for the requester gateway.
- Domain
Name string - Gateway
Id string - Requester
Gateway RequesterStatus Gateway Status - Security
Group []stringIds - The unique identifiers of the security groups.
- Subnet
Ids []string - The unique identifiers of the subnets.
- Tag
- A map of the key-value pairs of the tag or tags to assign to the resource.
- Total
Links intCount - Updated
Timestamp string - Vpc
Id string - The unique identifier of the Virtual Private Cloud (VPC).
- active
Links IntegerCount - arn String
- created
Timestamp String - description String
- An optional description for the requester gateway.
- domain
Name String - gateway
Id String - requester
Gateway RequesterStatus Gateway Status - security
Group List<String>Ids - The unique identifiers of the security groups.
- subnet
Ids List<String> - The unique identifiers of the subnets.
- List<Tag>
- A map of the key-value pairs of the tag or tags to assign to the resource.
- total
Links IntegerCount - updated
Timestamp String - vpc
Id String - The unique identifier of the Virtual Private Cloud (VPC).
- active
Links numberCount - arn string
- created
Timestamp string - description string
- An optional description for the requester gateway.
- domain
Name string - gateway
Id string - requester
Gateway RequesterStatus Gateway Status - security
Group string[]Ids - The unique identifiers of the security groups.
- subnet
Ids string[] - The unique identifiers of the subnets.
- Tag[]
- A map of the key-value pairs of the tag or tags to assign to the resource.
- total
Links numberCount - updated
Timestamp string - vpc
Id string - The unique identifier of the Virtual Private Cloud (VPC).
- active_
links_ intcount - arn str
- created_
timestamp str - description str
- An optional description for the requester gateway.
- domain_
name str - gateway_
id str - requester_
gateway_ Requesterstatus Gateway Status - security_
group_ Sequence[str]ids - The unique identifiers of the security groups.
- subnet_
ids Sequence[str] - The unique identifiers of the subnets.
- Sequence[root_Tag]
- A map of the key-value pairs of the tag or tags to assign to the resource.
- total_
links_ intcount - updated_
timestamp str - vpc_
id str - The unique identifier of the Virtual Private Cloud (VPC).
- active
Links NumberCount - arn String
- created
Timestamp String - description String
- An optional description for the requester gateway.
- domain
Name String - gateway
Id String - requester
Gateway "PENDING_CREATION" | "ACTIVE" | "PENDING_DELETION" | "DELETED" | "ERROR" | "PENDING_UPDATE" | "ISOLATED" | "PENDING_ISOLATION" | "PENDING_RESTORATION"Status - security
Group List<String>Ids - The unique identifiers of the security groups.
- subnet
Ids List<String> - The unique identifiers of the subnets.
- List<Property Map>
- A map of the key-value pairs of the tag or tags to assign to the resource.
- total
Links NumberCount - updated
Timestamp String - vpc
Id String - The unique identifier of the Virtual Private Cloud (VPC).
Supporting Types
RequesterGatewayStatus
Tag
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.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
