1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. rtbfabric
  5. RequesterGateway

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

aws-native.rtbfabric.RequesterGateway

Start a Neo task
Explain and create an aws-native.rtbfabric.RequesterGateway resource
aws-native logo

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.

    Create RequesterGateway Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new RequesterGateway(name: string, args: RequesterGatewayArgs, opts?: CustomResourceOptions);
    @overload
    def RequesterGateway(resource_name: str,
                         args: RequesterGatewayArgs,
                         opts: Optional[ResourceOptions] = None)
    
    @overload
    def RequesterGateway(resource_name: str,
                         opts: Optional[ResourceOptions] = None,
                         security_group_ids: Optional[Sequence[str]] = None,
                         subnet_ids: Optional[Sequence[str]] = None,
                         vpc_id: Optional[str] = None,
                         description: Optional[str] = None,
                         tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewRequesterGateway(ctx *Context, name string, args RequesterGatewayArgs, opts ...ResourceOption) (*RequesterGateway, error)
    public RequesterGateway(string name, RequesterGatewayArgs args, CustomResourceOptions? opts = null)
    public RequesterGateway(String name, RequesterGatewayArgs args)
    public RequesterGateway(String name, RequesterGatewayArgs args, CustomResourceOptions options)
    
    type: aws-native:rtbfabric:RequesterGateway
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args RequesterGatewayArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args RequesterGatewayArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args RequesterGatewayArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args RequesterGatewayArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args RequesterGatewayArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    RequesterGateway Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The RequesterGateway resource accepts the following input properties:

    SecurityGroupIds List<string>
    The unique identifiers of the security groups.
    SubnetIds List<string>
    The unique identifiers of the subnets.
    VpcId string
    The unique identifier of the Virtual Private Cloud (VPC).
    Description string
    An optional description for the requester gateway.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    A map of the key-value pairs of the tag or tags to assign to the resource.
    SecurityGroupIds []string
    The unique identifiers of the security groups.
    SubnetIds []string
    The unique identifiers of the subnets.
    VpcId string
    The unique identifier of the Virtual Private Cloud (VPC).
    Description string
    An optional description for the requester gateway.
    Tags TagArgs
    A map of the key-value pairs of the tag or tags to assign to the resource.
    securityGroupIds List<String>
    The unique identifiers of the security groups.
    subnetIds List<String>
    The unique identifiers of the subnets.
    vpcId String
    The unique identifier of the Virtual Private Cloud (VPC).
    description String
    An optional description for the requester gateway.
    tags List<Tag>
    A map of the key-value pairs of the tag or tags to assign to the resource.
    securityGroupIds string[]
    The unique identifiers of the security groups.
    subnetIds string[]
    The unique identifiers of the subnets.
    vpcId string
    The unique identifier of the Virtual Private Cloud (VPC).
    description string
    An optional description for the requester gateway.
    tags Tag[]
    A map of the key-value pairs of the tag or tags to assign to the resource.
    security_group_ids Sequence[str]
    The unique identifiers of the security groups.
    subnet_ids Sequence[str]
    The unique identifiers of the subnets.
    vpc_id str
    The unique identifier of the Virtual Private Cloud (VPC).
    description str
    An optional description for the requester gateway.
    tags Sequence[TagArgs]
    A map of the key-value pairs of the tag or tags to assign to the resource.
    securityGroupIds List<String>
    The unique identifiers of the security groups.
    subnetIds List<String>
    The unique identifiers of the subnets.
    vpcId String
    The unique identifier of the Virtual Private Cloud (VPC).
    description String
    An optional description for the requester gateway.
    tags List<Property Map>
    A map of the key-value pairs of the tag or tags to assign to the resource.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the RequesterGateway resource produces the following output properties:

    ActiveLinksCount int
    Arn string
    CreatedTimestamp string
    DomainName string
    GatewayId string
    Id string
    The provider-assigned unique ID for this managed resource.
    RequesterGatewayStatus Pulumi.AwsNative.RtbFabric.RequesterGatewayStatus
    TotalLinksCount int
    UpdatedTimestamp string
    ActiveLinksCount int
    Arn string
    CreatedTimestamp string
    DomainName string
    GatewayId string
    Id string
    The provider-assigned unique ID for this managed resource.
    RequesterGatewayStatus RequesterGatewayStatus
    TotalLinksCount int
    UpdatedTimestamp string
    activeLinksCount Integer
    arn String
    createdTimestamp String
    domainName String
    gatewayId String
    id String
    The provider-assigned unique ID for this managed resource.
    requesterGatewayStatus RequesterGatewayStatus
    totalLinksCount Integer
    updatedTimestamp String
    activeLinksCount number
    arn string
    createdTimestamp string
    domainName string
    gatewayId string
    id string
    The provider-assigned unique ID for this managed resource.
    requesterGatewayStatus RequesterGatewayStatus
    totalLinksCount number
    updatedTimestamp string

    Supporting Types

    RequesterGatewayStatus, RequesterGatewayStatusArgs

    PendingCreation
    PENDING_CREATION
    Active
    ACTIVE
    PendingDeletion
    PENDING_DELETION
    Deleted
    DELETED
    Error
    ERROR
    PendingUpdate
    PENDING_UPDATE
    Isolated
    ISOLATED
    PendingIsolation
    PENDING_ISOLATION
    PendingRestoration
    PENDING_RESTORATION
    RequesterGatewayStatusPendingCreation
    PENDING_CREATION
    RequesterGatewayStatusActive
    ACTIVE
    RequesterGatewayStatusPendingDeletion
    PENDING_DELETION
    RequesterGatewayStatusDeleted
    DELETED
    RequesterGatewayStatusError
    ERROR
    RequesterGatewayStatusPendingUpdate
    PENDING_UPDATE
    RequesterGatewayStatusIsolated
    ISOLATED
    RequesterGatewayStatusPendingIsolation
    PENDING_ISOLATION
    RequesterGatewayStatusPendingRestoration
    PENDING_RESTORATION
    PendingCreation
    PENDING_CREATION
    Active
    ACTIVE
    PendingDeletion
    PENDING_DELETION
    Deleted
    DELETED
    Error
    ERROR
    PendingUpdate
    PENDING_UPDATE
    Isolated
    ISOLATED
    PendingIsolation
    PENDING_ISOLATION
    PendingRestoration
    PENDING_RESTORATION
    PendingCreation
    PENDING_CREATION
    Active
    ACTIVE
    PendingDeletion
    PENDING_DELETION
    Deleted
    DELETED
    Error
    ERROR
    PendingUpdate
    PENDING_UPDATE
    Isolated
    ISOLATED
    PendingIsolation
    PENDING_ISOLATION
    PendingRestoration
    PENDING_RESTORATION
    PENDING_CREATION
    PENDING_CREATION
    ACTIVE
    ACTIVE
    PENDING_DELETION
    PENDING_DELETION
    DELETED
    DELETED
    ERROR
    ERROR
    PENDING_UPDATE
    PENDING_UPDATE
    ISOLATED
    ISOLATED
    PENDING_ISOLATION
    PENDING_ISOLATION
    PENDING_RESTORATION
    PENDING_RESTORATION
    "PENDING_CREATION"
    PENDING_CREATION
    "ACTIVE"
    ACTIVE
    "PENDING_DELETION"
    PENDING_DELETION
    "DELETED"
    DELETED
    "ERROR"
    ERROR
    "PENDING_UPDATE"
    PENDING_UPDATE
    "ISOLATED"
    ISOLATED
    "PENDING_ISOLATION"
    PENDING_ISOLATION
    "PENDING_RESTORATION"
    PENDING_RESTORATION

    Tag, TagArgs

    A set of tags to apply to the resource.
    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.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate