Class: Aws::Finspace::Types::UpdateKxEnvironmentNetworkRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::UpdateKxEnvironmentNetworkRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspace/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A token that ensures idempotency.
-
#custom_dns_configuration ⇒ Array<Types::CustomDNSServer>
A list of DNS server name and server IP.
-
#environment_id ⇒ String
A unique identifier for the kdb environment.
-
#transit_gateway_configuration ⇒ Types::TransitGatewayConfiguration
Specifies the transit gateway and network configuration to connect the kdb environment to an internal network.
Instance Attribute Details
#client_token ⇒ String
A token that ensures idempotency. This token expires in 10 minutes.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
5153 5154 5155 5156 5157 5158 5159 5160 |
# File 'lib/aws-sdk-finspace/types.rb', line 5153 class UpdateKxEnvironmentNetworkRequest < Struct.new( :environment_id, :transit_gateway_configuration, :custom_dns_configuration, :client_token) SENSITIVE = [] include Aws::Structure end |
#custom_dns_configuration ⇒ Array<Types::CustomDNSServer>
A list of DNS server name and server IP. This is used to set up Route-53 outbound resolvers.
5153 5154 5155 5156 5157 5158 5159 5160 |
# File 'lib/aws-sdk-finspace/types.rb', line 5153 class UpdateKxEnvironmentNetworkRequest < Struct.new( :environment_id, :transit_gateway_configuration, :custom_dns_configuration, :client_token) SENSITIVE = [] include Aws::Structure end |
#environment_id ⇒ String
A unique identifier for the kdb environment.
5153 5154 5155 5156 5157 5158 5159 5160 |
# File 'lib/aws-sdk-finspace/types.rb', line 5153 class UpdateKxEnvironmentNetworkRequest < Struct.new( :environment_id, :transit_gateway_configuration, :custom_dns_configuration, :client_token) SENSITIVE = [] include Aws::Structure end |
#transit_gateway_configuration ⇒ Types::TransitGatewayConfiguration
Specifies the transit gateway and network configuration to connect the kdb environment to an internal network.
5153 5154 5155 5156 5157 5158 5159 5160 |
# File 'lib/aws-sdk-finspace/types.rb', line 5153 class UpdateKxEnvironmentNetworkRequest < Struct.new( :environment_id, :transit_gateway_configuration, :custom_dns_configuration, :client_token) SENSITIVE = [] include Aws::Structure end |