Class: Aws::VPCLattice::Types::CreateResourceConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::CreateResourceConfigurationResponse
- Defined in:
- gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#allow_association_to_shareable_service_network ⇒ Boolean
Specifies whether the resource configuration can be associated with a sharable service network.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the resource configuration.
-
#created_at ⇒ Time
The date and time that the resource configuration was created, in ISO-8601 format.
-
#failure_reason ⇒ String
The reason that the request failed.
-
#id ⇒ String
The ID of the resource configuration.
-
#name ⇒ String
The name of the resource configuration.
-
#port_ranges ⇒ Array<String>
The port range.
-
#protocol ⇒ String
The protocol.
-
#resource_configuration_definition ⇒ Types::ResourceConfigurationDefinition
The resource configuration.
-
#resource_configuration_group_id ⇒ String
The ID of the parent resource configuration (type is GROUP).
-
#resource_gateway_id ⇒ String
The ID of the resource gateway associated with the resource configuration.
-
#status ⇒ String
The current status of the resource configuration.
-
#type ⇒ String
The type of resource configuration.
Instance Attribute Details
#allow_association_to_shareable_service_network ⇒ Boolean
Specifies whether the resource configuration can be associated with a sharable service network.
478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 478 class CreateResourceConfigurationResponse < Struct.new( :allow_association_to_shareable_service_network, :arn, :created_at, :failure_reason, :id, :name, :port_ranges, :protocol, :resource_configuration_definition, :resource_configuration_group_id, :resource_gateway_id, :status, :type) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the resource configuration.
478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 478 class CreateResourceConfigurationResponse < Struct.new( :allow_association_to_shareable_service_network, :arn, :created_at, :failure_reason, :id, :name, :port_ranges, :protocol, :resource_configuration_definition, :resource_configuration_group_id, :resource_gateway_id, :status, :type) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time that the resource configuration was created, in ISO-8601 format.
478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 478 class CreateResourceConfigurationResponse < Struct.new( :allow_association_to_shareable_service_network, :arn, :created_at, :failure_reason, :id, :name, :port_ranges, :protocol, :resource_configuration_definition, :resource_configuration_group_id, :resource_gateway_id, :status, :type) SENSITIVE = [] include Aws::Structure end |
#failure_reason ⇒ String
The reason that the request failed.
478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 478 class CreateResourceConfigurationResponse < Struct.new( :allow_association_to_shareable_service_network, :arn, :created_at, :failure_reason, :id, :name, :port_ranges, :protocol, :resource_configuration_definition, :resource_configuration_group_id, :resource_gateway_id, :status, :type) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the resource configuration.
478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 478 class CreateResourceConfigurationResponse < Struct.new( :allow_association_to_shareable_service_network, :arn, :created_at, :failure_reason, :id, :name, :port_ranges, :protocol, :resource_configuration_definition, :resource_configuration_group_id, :resource_gateway_id, :status, :type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the resource configuration.
478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 478 class CreateResourceConfigurationResponse < Struct.new( :allow_association_to_shareable_service_network, :arn, :created_at, :failure_reason, :id, :name, :port_ranges, :protocol, :resource_configuration_definition, :resource_configuration_group_id, :resource_gateway_id, :status, :type) SENSITIVE = [] include Aws::Structure end |
#port_ranges ⇒ Array<String>
The port range.
478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 478 class CreateResourceConfigurationResponse < Struct.new( :allow_association_to_shareable_service_network, :arn, :created_at, :failure_reason, :id, :name, :port_ranges, :protocol, :resource_configuration_definition, :resource_configuration_group_id, :resource_gateway_id, :status, :type) SENSITIVE = [] include Aws::Structure end |
#protocol ⇒ String
The protocol.
478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 478 class CreateResourceConfigurationResponse < Struct.new( :allow_association_to_shareable_service_network, :arn, :created_at, :failure_reason, :id, :name, :port_ranges, :protocol, :resource_configuration_definition, :resource_configuration_group_id, :resource_gateway_id, :status, :type) SENSITIVE = [] include Aws::Structure end |
#resource_configuration_definition ⇒ Types::ResourceConfigurationDefinition
The resource configuration.
478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 478 class CreateResourceConfigurationResponse < Struct.new( :allow_association_to_shareable_service_network, :arn, :created_at, :failure_reason, :id, :name, :port_ranges, :protocol, :resource_configuration_definition, :resource_configuration_group_id, :resource_gateway_id, :status, :type) SENSITIVE = [] include Aws::Structure end |
#resource_configuration_group_id ⇒ String
The ID of the parent resource configuration (type is GROUP).
478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 478 class CreateResourceConfigurationResponse < Struct.new( :allow_association_to_shareable_service_network, :arn, :created_at, :failure_reason, :id, :name, :port_ranges, :protocol, :resource_configuration_definition, :resource_configuration_group_id, :resource_gateway_id, :status, :type) SENSITIVE = [] include Aws::Structure end |
#resource_gateway_id ⇒ String
The ID of the resource gateway associated with the resource configuration.
478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 478 class CreateResourceConfigurationResponse < Struct.new( :allow_association_to_shareable_service_network, :arn, :created_at, :failure_reason, :id, :name, :port_ranges, :protocol, :resource_configuration_definition, :resource_configuration_group_id, :resource_gateway_id, :status, :type) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the resource configuration.
478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 478 class CreateResourceConfigurationResponse < Struct.new( :allow_association_to_shareable_service_network, :arn, :created_at, :failure_reason, :id, :name, :port_ranges, :protocol, :resource_configuration_definition, :resource_configuration_group_id, :resource_gateway_id, :status, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of resource configuration.
478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 478 class CreateResourceConfigurationResponse < Struct.new( :allow_association_to_shareable_service_network, :arn, :created_at, :failure_reason, :id, :name, :port_ranges, :protocol, :resource_configuration_definition, :resource_configuration_group_id, :resource_gateway_id, :status, :type) SENSITIVE = [] include Aws::Structure end |