Class: Aws::Finspace::Types::UpdateKxEnvironmentNetworkResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::UpdateKxEnvironmentNetworkResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspace/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#availability_zone_ids ⇒ Array<String>
The identifier of the availability zones where subnets for the environment are created.
-
#aws_account_id ⇒ String
The unique identifier of the AWS account that is used to create the kdb environment.
-
#creation_timestamp ⇒ Time
The timestamp at which the kdb environment was created in FinSpace.
-
#custom_dns_configuration ⇒ Array<Types::CustomDNSServer>
A list of DNS server name and server IP.
-
#dedicated_service_account_id ⇒ String
A unique identifier for the AWS environment infrastructure account.
-
#description ⇒ String
The description of the environment.
-
#dns_status ⇒ String
The status of DNS configuration.
-
#environment_arn ⇒ String
The ARN identifier of the environment.
-
#environment_id ⇒ String
A unique identifier for the kdb environment.
-
#error_message ⇒ String
Specifies the error message that appears if a flow fails.
-
#kms_key_id ⇒ String
The KMS key ID to encrypt your data in the FinSpace environment.
-
#name ⇒ String
The name of the kdb environment.
-
#status ⇒ String
The status of the kdb environment.
-
#tgw_status ⇒ String
The status of the network configuration.
-
#transit_gateway_configuration ⇒ Types::TransitGatewayConfiguration
The structure of the transit gateway and network configuration that is used to connect the kdb environment to an internal network.
-
#update_timestamp ⇒ Time
The timestamp at which the kdb environment was updated.
Instance Attribute Details
#availability_zone_ids ⇒ Array<String>
The identifier of the availability zones where subnets for the environment are created.
5232 5233 5234 5235 5236 5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 5247 5248 5249 5250 5251 |
# File 'lib/aws-sdk-finspace/types.rb', line 5232 class UpdateKxEnvironmentNetworkResponse < Struct.new( :name, :environment_id, :aws_account_id, :status, :tgw_status, :dns_status, :error_message, :description, :environment_arn, :kms_key_id, :dedicated_service_account_id, :transit_gateway_configuration, :custom_dns_configuration, :creation_timestamp, :update_timestamp, :availability_zone_ids) SENSITIVE = [] include Aws::Structure end |
#aws_account_id ⇒ String
The unique identifier of the AWS account that is used to create the kdb environment.
5232 5233 5234 5235 5236 5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 5247 5248 5249 5250 5251 |
# File 'lib/aws-sdk-finspace/types.rb', line 5232 class UpdateKxEnvironmentNetworkResponse < Struct.new( :name, :environment_id, :aws_account_id, :status, :tgw_status, :dns_status, :error_message, :description, :environment_arn, :kms_key_id, :dedicated_service_account_id, :transit_gateway_configuration, :custom_dns_configuration, :creation_timestamp, :update_timestamp, :availability_zone_ids) SENSITIVE = [] include Aws::Structure end |
#creation_timestamp ⇒ Time
The timestamp at which the kdb environment was created in FinSpace.
5232 5233 5234 5235 5236 5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 5247 5248 5249 5250 5251 |
# File 'lib/aws-sdk-finspace/types.rb', line 5232 class UpdateKxEnvironmentNetworkResponse < Struct.new( :name, :environment_id, :aws_account_id, :status, :tgw_status, :dns_status, :error_message, :description, :environment_arn, :kms_key_id, :dedicated_service_account_id, :transit_gateway_configuration, :custom_dns_configuration, :creation_timestamp, :update_timestamp, :availability_zone_ids) 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.
5232 5233 5234 5235 5236 5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 5247 5248 5249 5250 5251 |
# File 'lib/aws-sdk-finspace/types.rb', line 5232 class UpdateKxEnvironmentNetworkResponse < Struct.new( :name, :environment_id, :aws_account_id, :status, :tgw_status, :dns_status, :error_message, :description, :environment_arn, :kms_key_id, :dedicated_service_account_id, :transit_gateway_configuration, :custom_dns_configuration, :creation_timestamp, :update_timestamp, :availability_zone_ids) SENSITIVE = [] include Aws::Structure end |
#dedicated_service_account_id ⇒ String
A unique identifier for the AWS environment infrastructure account.
5232 5233 5234 5235 5236 5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 5247 5248 5249 5250 5251 |
# File 'lib/aws-sdk-finspace/types.rb', line 5232 class UpdateKxEnvironmentNetworkResponse < Struct.new( :name, :environment_id, :aws_account_id, :status, :tgw_status, :dns_status, :error_message, :description, :environment_arn, :kms_key_id, :dedicated_service_account_id, :transit_gateway_configuration, :custom_dns_configuration, :creation_timestamp, :update_timestamp, :availability_zone_ids) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the environment.
5232 5233 5234 5235 5236 5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 5247 5248 5249 5250 5251 |
# File 'lib/aws-sdk-finspace/types.rb', line 5232 class UpdateKxEnvironmentNetworkResponse < Struct.new( :name, :environment_id, :aws_account_id, :status, :tgw_status, :dns_status, :error_message, :description, :environment_arn, :kms_key_id, :dedicated_service_account_id, :transit_gateway_configuration, :custom_dns_configuration, :creation_timestamp, :update_timestamp, :availability_zone_ids) SENSITIVE = [] include Aws::Structure end |
#dns_status ⇒ String
The status of DNS configuration.
5232 5233 5234 5235 5236 5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 5247 5248 5249 5250 5251 |
# File 'lib/aws-sdk-finspace/types.rb', line 5232 class UpdateKxEnvironmentNetworkResponse < Struct.new( :name, :environment_id, :aws_account_id, :status, :tgw_status, :dns_status, :error_message, :description, :environment_arn, :kms_key_id, :dedicated_service_account_id, :transit_gateway_configuration, :custom_dns_configuration, :creation_timestamp, :update_timestamp, :availability_zone_ids) SENSITIVE = [] include Aws::Structure end |
#environment_arn ⇒ String
The ARN identifier of the environment.
5232 5233 5234 5235 5236 5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 5247 5248 5249 5250 5251 |
# File 'lib/aws-sdk-finspace/types.rb', line 5232 class UpdateKxEnvironmentNetworkResponse < Struct.new( :name, :environment_id, :aws_account_id, :status, :tgw_status, :dns_status, :error_message, :description, :environment_arn, :kms_key_id, :dedicated_service_account_id, :transit_gateway_configuration, :custom_dns_configuration, :creation_timestamp, :update_timestamp, :availability_zone_ids) SENSITIVE = [] include Aws::Structure end |
#environment_id ⇒ String
A unique identifier for the kdb environment.
5232 5233 5234 5235 5236 5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 5247 5248 5249 5250 5251 |
# File 'lib/aws-sdk-finspace/types.rb', line 5232 class UpdateKxEnvironmentNetworkResponse < Struct.new( :name, :environment_id, :aws_account_id, :status, :tgw_status, :dns_status, :error_message, :description, :environment_arn, :kms_key_id, :dedicated_service_account_id, :transit_gateway_configuration, :custom_dns_configuration, :creation_timestamp, :update_timestamp, :availability_zone_ids) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
Specifies the error message that appears if a flow fails.
5232 5233 5234 5235 5236 5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 5247 5248 5249 5250 5251 |
# File 'lib/aws-sdk-finspace/types.rb', line 5232 class UpdateKxEnvironmentNetworkResponse < Struct.new( :name, :environment_id, :aws_account_id, :status, :tgw_status, :dns_status, :error_message, :description, :environment_arn, :kms_key_id, :dedicated_service_account_id, :transit_gateway_configuration, :custom_dns_configuration, :creation_timestamp, :update_timestamp, :availability_zone_ids) SENSITIVE = [] include Aws::Structure end |
#kms_key_id ⇒ String
The KMS key ID to encrypt your data in the FinSpace environment.
5232 5233 5234 5235 5236 5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 5247 5248 5249 5250 5251 |
# File 'lib/aws-sdk-finspace/types.rb', line 5232 class UpdateKxEnvironmentNetworkResponse < Struct.new( :name, :environment_id, :aws_account_id, :status, :tgw_status, :dns_status, :error_message, :description, :environment_arn, :kms_key_id, :dedicated_service_account_id, :transit_gateway_configuration, :custom_dns_configuration, :creation_timestamp, :update_timestamp, :availability_zone_ids) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the kdb environment.
5232 5233 5234 5235 5236 5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 5247 5248 5249 5250 5251 |
# File 'lib/aws-sdk-finspace/types.rb', line 5232 class UpdateKxEnvironmentNetworkResponse < Struct.new( :name, :environment_id, :aws_account_id, :status, :tgw_status, :dns_status, :error_message, :description, :environment_arn, :kms_key_id, :dedicated_service_account_id, :transit_gateway_configuration, :custom_dns_configuration, :creation_timestamp, :update_timestamp, :availability_zone_ids) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the kdb environment.
5232 5233 5234 5235 5236 5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 5247 5248 5249 5250 5251 |
# File 'lib/aws-sdk-finspace/types.rb', line 5232 class UpdateKxEnvironmentNetworkResponse < Struct.new( :name, :environment_id, :aws_account_id, :status, :tgw_status, :dns_status, :error_message, :description, :environment_arn, :kms_key_id, :dedicated_service_account_id, :transit_gateway_configuration, :custom_dns_configuration, :creation_timestamp, :update_timestamp, :availability_zone_ids) SENSITIVE = [] include Aws::Structure end |
#tgw_status ⇒ String
The status of the network configuration.
5232 5233 5234 5235 5236 5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 5247 5248 5249 5250 5251 |
# File 'lib/aws-sdk-finspace/types.rb', line 5232 class UpdateKxEnvironmentNetworkResponse < Struct.new( :name, :environment_id, :aws_account_id, :status, :tgw_status, :dns_status, :error_message, :description, :environment_arn, :kms_key_id, :dedicated_service_account_id, :transit_gateway_configuration, :custom_dns_configuration, :creation_timestamp, :update_timestamp, :availability_zone_ids) SENSITIVE = [] include Aws::Structure end |
#transit_gateway_configuration ⇒ Types::TransitGatewayConfiguration
The structure of the transit gateway and network configuration that is used to connect the kdb environment to an internal network.
5232 5233 5234 5235 5236 5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 5247 5248 5249 5250 5251 |
# File 'lib/aws-sdk-finspace/types.rb', line 5232 class UpdateKxEnvironmentNetworkResponse < Struct.new( :name, :environment_id, :aws_account_id, :status, :tgw_status, :dns_status, :error_message, :description, :environment_arn, :kms_key_id, :dedicated_service_account_id, :transit_gateway_configuration, :custom_dns_configuration, :creation_timestamp, :update_timestamp, :availability_zone_ids) SENSITIVE = [] include Aws::Structure end |
#update_timestamp ⇒ Time
The timestamp at which the kdb environment was updated.
5232 5233 5234 5235 5236 5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 5247 5248 5249 5250 5251 |
# File 'lib/aws-sdk-finspace/types.rb', line 5232 class UpdateKxEnvironmentNetworkResponse < Struct.new( :name, :environment_id, :aws_account_id, :status, :tgw_status, :dns_status, :error_message, :description, :environment_arn, :kms_key_id, :dedicated_service_account_id, :transit_gateway_configuration, :custom_dns_configuration, :creation_timestamp, :update_timestamp, :availability_zone_ids) SENSITIVE = [] include Aws::Structure end |