Class: Aws::RTBFabric::Types::CreateResponderGatewayRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RTBFabric::Types::CreateResponderGatewayRequest
- Defined in:
- gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
The unique client token.
-
#description ⇒ String
An optional description for the responder gateway.
-
#domain_name ⇒ String
The domain name for the responder gateway.
-
#managed_endpoint_configuration ⇒ Types::ManagedEndpointConfiguration
The configuration for the managed endpoint.
-
#port ⇒ Integer
The networking port to use.
-
#protocol ⇒ String
The networking protocol to use.
-
#security_group_ids ⇒ Array<String>
The unique identifiers of the security groups.
-
#subnet_ids ⇒ Array<String>
The unique identifiers of the subnets.
-
#tags ⇒ Hash<String,String>
A map of the key-value pairs of the tag or tags to assign to the resource.
-
#trust_store_configuration ⇒ Types::TrustStoreConfiguration
The configuration of the trust store.
-
#vpc_id ⇒ String
The unique identifier of the Virtual Private Cloud (VPC).
Instance Attribute Details
#client_token ⇒ String
The unique client token.
A suitable default value is auto-generated. You should normally not need to pass this option.
497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 497 class CreateResponderGatewayRequest < Struct.new( :vpc_id, :subnet_ids, :security_group_ids, :domain_name, :port, :protocol, :trust_store_configuration, :managed_endpoint_configuration, :client_token, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
An optional description for the responder gateway.
497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 497 class CreateResponderGatewayRequest < Struct.new( :vpc_id, :subnet_ids, :security_group_ids, :domain_name, :port, :protocol, :trust_store_configuration, :managed_endpoint_configuration, :client_token, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The domain name for the responder gateway.
497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 497 class CreateResponderGatewayRequest < Struct.new( :vpc_id, :subnet_ids, :security_group_ids, :domain_name, :port, :protocol, :trust_store_configuration, :managed_endpoint_configuration, :client_token, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#managed_endpoint_configuration ⇒ Types::ManagedEndpointConfiguration
The configuration for the managed endpoint.
497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 497 class CreateResponderGatewayRequest < Struct.new( :vpc_id, :subnet_ids, :security_group_ids, :domain_name, :port, :protocol, :trust_store_configuration, :managed_endpoint_configuration, :client_token, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
The networking port to use.
497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 497 class CreateResponderGatewayRequest < Struct.new( :vpc_id, :subnet_ids, :security_group_ids, :domain_name, :port, :protocol, :trust_store_configuration, :managed_endpoint_configuration, :client_token, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#protocol ⇒ String
The networking protocol to use.
497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 497 class CreateResponderGatewayRequest < Struct.new( :vpc_id, :subnet_ids, :security_group_ids, :domain_name, :port, :protocol, :trust_store_configuration, :managed_endpoint_configuration, :client_token, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#security_group_ids ⇒ Array<String>
The unique identifiers of the security groups.
497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 497 class CreateResponderGatewayRequest < Struct.new( :vpc_id, :subnet_ids, :security_group_ids, :domain_name, :port, :protocol, :trust_store_configuration, :managed_endpoint_configuration, :client_token, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#subnet_ids ⇒ Array<String>
The unique identifiers of the subnets.
497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 497 class CreateResponderGatewayRequest < Struct.new( :vpc_id, :subnet_ids, :security_group_ids, :domain_name, :port, :protocol, :trust_store_configuration, :managed_endpoint_configuration, :client_token, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A map of the key-value pairs of the tag or tags to assign to the resource.
497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 497 class CreateResponderGatewayRequest < Struct.new( :vpc_id, :subnet_ids, :security_group_ids, :domain_name, :port, :protocol, :trust_store_configuration, :managed_endpoint_configuration, :client_token, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#trust_store_configuration ⇒ Types::TrustStoreConfiguration
The configuration of the trust store.
497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 497 class CreateResponderGatewayRequest < Struct.new( :vpc_id, :subnet_ids, :security_group_ids, :domain_name, :port, :protocol, :trust_store_configuration, :managed_endpoint_configuration, :client_token, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The unique identifier of the Virtual Private Cloud (VPC).
497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 497 class CreateResponderGatewayRequest < Struct.new( :vpc_id, :subnet_ids, :security_group_ids, :domain_name, :port, :protocol, :trust_store_configuration, :managed_endpoint_configuration, :client_token, :description, :tags) SENSITIVE = [] include Aws::Structure end |