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

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.ResponderGateway

Start a Neo task
Explain and create an aws-native.rtbfabric.ResponderGateway 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::ResponderGateway Resource Type

    Create ResponderGateway Resource

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

    Constructor syntax

    new ResponderGateway(name: string, args: ResponderGatewayArgs, opts?: CustomResourceOptions);
    @overload
    def ResponderGateway(resource_name: str,
                         args: ResponderGatewayArgs,
                         opts: Optional[ResourceOptions] = None)
    
    @overload
    def ResponderGateway(resource_name: str,
                         opts: Optional[ResourceOptions] = None,
                         port: Optional[int] = None,
                         protocol: Optional[ResponderGatewayProtocol] = None,
                         security_group_ids: Optional[Sequence[str]] = None,
                         subnet_ids: Optional[Sequence[str]] = None,
                         vpc_id: Optional[str] = None,
                         description: Optional[str] = None,
                         domain_name: Optional[str] = None,
                         managed_endpoint_configuration: Optional[ResponderGatewayManagedEndpointConfigurationArgs] = None,
                         tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
                         trust_store_configuration: Optional[ResponderGatewayTrustStoreConfigurationArgs] = None)
    func NewResponderGateway(ctx *Context, name string, args ResponderGatewayArgs, opts ...ResourceOption) (*ResponderGateway, error)
    public ResponderGateway(string name, ResponderGatewayArgs args, CustomResourceOptions? opts = null)
    public ResponderGateway(String name, ResponderGatewayArgs args)
    public ResponderGateway(String name, ResponderGatewayArgs args, CustomResourceOptions options)
    
    type: aws-native:rtbfabric:ResponderGateway
    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 ResponderGatewayArgs
    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 ResponderGatewayArgs
    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 ResponderGatewayArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ResponderGatewayArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ResponderGatewayArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    ResponderGateway 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 ResponderGateway resource accepts the following input properties:

    Port int
    The networking port to use.
    Protocol Pulumi.AwsNative.RtbFabric.ResponderGatewayProtocol
    The networking protocol to use.
    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 responder gateway.
    DomainName string
    The domain name for the responder gateway.
    ManagedEndpointConfiguration Pulumi.AwsNative.RtbFabric.Inputs.ResponderGatewayManagedEndpointConfiguration
    The configuration for the managed endpoint.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    A map of the key-value pairs of the tag or tags to assign to the resource.
    TrustStoreConfiguration Pulumi.AwsNative.RtbFabric.Inputs.ResponderGatewayTrustStoreConfiguration
    The configuration of the trust store.
    Port int
    The networking port to use.
    Protocol ResponderGatewayProtocol
    The networking protocol to use.
    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 responder gateway.
    DomainName string
    The domain name for the responder gateway.
    ManagedEndpointConfiguration ResponderGatewayManagedEndpointConfigurationArgs
    The configuration for the managed endpoint.
    Tags TagArgs
    A map of the key-value pairs of the tag or tags to assign to the resource.
    TrustStoreConfiguration ResponderGatewayTrustStoreConfigurationArgs
    The configuration of the trust store.
    port Integer
    The networking port to use.
    protocol ResponderGatewayProtocol
    The networking protocol to use.
    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 responder gateway.
    domainName String
    The domain name for the responder gateway.
    managedEndpointConfiguration ResponderGatewayManagedEndpointConfiguration
    The configuration for the managed endpoint.
    tags List<Tag>
    A map of the key-value pairs of the tag or tags to assign to the resource.
    trustStoreConfiguration ResponderGatewayTrustStoreConfiguration
    The configuration of the trust store.
    port number
    The networking port to use.
    protocol ResponderGatewayProtocol
    The networking protocol to use.
    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 responder gateway.
    domainName string
    The domain name for the responder gateway.
    managedEndpointConfiguration ResponderGatewayManagedEndpointConfiguration
    The configuration for the managed endpoint.
    tags Tag[]
    A map of the key-value pairs of the tag or tags to assign to the resource.
    trustStoreConfiguration ResponderGatewayTrustStoreConfiguration
    The configuration of the trust store.
    port int
    The networking port to use.
    protocol ResponderGatewayProtocol
    The networking protocol to use.
    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 responder gateway.
    domain_name str
    The domain name for the responder gateway.
    managed_endpoint_configuration ResponderGatewayManagedEndpointConfigurationArgs
    The configuration for the managed endpoint.
    tags Sequence[TagArgs]
    A map of the key-value pairs of the tag or tags to assign to the resource.
    trust_store_configuration ResponderGatewayTrustStoreConfigurationArgs
    The configuration of the trust store.
    port Number
    The networking port to use.
    protocol "HTTP" | "HTTPS"
    The networking protocol to use.
    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 responder gateway.
    domainName String
    The domain name for the responder gateway.
    managedEndpointConfiguration Property Map
    The configuration for the managed endpoint.
    tags List<Property Map>
    A map of the key-value pairs of the tag or tags to assign to the resource.
    trustStoreConfiguration Property Map
    The configuration of the trust store.

    Outputs

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

    Arn string
    CreatedTimestamp string
    GatewayId string
    Id string
    The provider-assigned unique ID for this managed resource.
    ResponderGatewayStatus Pulumi.AwsNative.RtbFabric.ResponderGatewayStatus
    UpdatedTimestamp string
    Arn string
    CreatedTimestamp string
    GatewayId string
    Id string
    The provider-assigned unique ID for this managed resource.
    ResponderGatewayStatus ResponderGatewayStatus
    UpdatedTimestamp string
    arn String
    createdTimestamp String
    gatewayId String
    id String
    The provider-assigned unique ID for this managed resource.
    responderGatewayStatus ResponderGatewayStatus
    updatedTimestamp String
    arn string
    createdTimestamp string
    gatewayId string
    id string
    The provider-assigned unique ID for this managed resource.
    responderGatewayStatus ResponderGatewayStatus
    updatedTimestamp string
    arn str
    created_timestamp str
    gateway_id str
    id str
    The provider-assigned unique ID for this managed resource.
    responder_gateway_status ResponderGatewayStatus
    updated_timestamp str

    Supporting Types

    ResponderGatewayProtocol, ResponderGatewayProtocolArgs

    Http
    HTTP
    Https
    HTTPS
    ResponderGatewayProtocolHttp
    HTTP
    ResponderGatewayProtocolHttps
    HTTPS
    Http
    HTTP
    Https
    HTTPS
    Http
    HTTP
    Https
    HTTPS
    HTTP
    HTTP
    HTTPS
    HTTPS
    "HTTP"
    HTTP
    "HTTPS"
    HTTPS

    ResponderGatewayStatus, ResponderGatewayStatusArgs

    PendingCreation
    PENDING_CREATION
    Active
    ACTIVE
    PendingDeletion
    PENDING_DELETION
    Deleted
    DELETED
    Error
    ERROR
    PendingUpdate
    PENDING_UPDATE
    Isolated
    ISOLATED
    PendingIsolation
    PENDING_ISOLATION
    PendingRestoration
    PENDING_RESTORATION
    ResponderGatewayStatusPendingCreation
    PENDING_CREATION
    ResponderGatewayStatusActive
    ACTIVE
    ResponderGatewayStatusPendingDeletion
    PENDING_DELETION
    ResponderGatewayStatusDeleted
    DELETED
    ResponderGatewayStatusError
    ERROR
    ResponderGatewayStatusPendingUpdate
    PENDING_UPDATE
    ResponderGatewayStatusIsolated
    ISOLATED
    ResponderGatewayStatusPendingIsolation
    PENDING_ISOLATION
    ResponderGatewayStatusPendingRestoration
    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

    ResponderGatewayTrustStoreConfiguration, ResponderGatewayTrustStoreConfigurationArgs

    CertificateAuthorityCertificates List<string>
    The certificate authority certificate.
    CertificateAuthorityCertificates []string
    The certificate authority certificate.
    certificateAuthorityCertificates List<String>
    The certificate authority certificate.
    certificateAuthorityCertificates string[]
    The certificate authority certificate.
    certificate_authority_certificates Sequence[str]
    The certificate authority certificate.
    certificateAuthorityCertificates List<String>
    The certificate authority certificate.

    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