Class: Aws::VPCLattice::Types::UpdateResourceConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::UpdateResourceConfigurationRequest
- 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
Indicates whether to add the resource configuration to service networks that are shared with other accounts.
-
#port_ranges ⇒ Array<String>
The TCP port ranges that a consumer can use to access a resource configuration.
-
#resource_configuration_definition ⇒ Types::ResourceConfigurationDefinition
Identifies the resource configuration in one of the following ways:.
-
#resource_configuration_identifier ⇒ String
The ID of the resource configuration.
Instance Attribute Details
#allow_association_to_shareable_service_network ⇒ Boolean
Indicates whether to add the resource configuration to service networks that are shared with other accounts.
5125 5126 5127 5128 5129 5130 5131 5132 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5125 class UpdateResourceConfigurationRequest < Struct.new( :resource_configuration_identifier, :resource_configuration_definition, :allow_association_to_shareable_service_network, :port_ranges) SENSITIVE = [] include Aws::Structure end |
#port_ranges ⇒ Array<String>
The TCP port ranges that a consumer can use to access a resource configuration. You can separate port ranges with a comma. Example: 1-65535 or 1,2,22-30
5125 5126 5127 5128 5129 5130 5131 5132 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5125 class UpdateResourceConfigurationRequest < Struct.new( :resource_configuration_identifier, :resource_configuration_definition, :allow_association_to_shareable_service_network, :port_ranges) SENSITIVE = [] include Aws::Structure end |
#resource_configuration_definition ⇒ Types::ResourceConfigurationDefinition
Identifies the resource configuration in one of the following ways:
Amazon Resource Name (ARN) - Supported resource-types that are provisioned by Amazon Web Services services, such as RDS databases, can be identified by their ARN.
Domain name - Any domain name that is publicly resolvable.
IP address - For IPv4 and IPv6, only IP addresses in the VPC are supported.
5125 5126 5127 5128 5129 5130 5131 5132 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5125 class UpdateResourceConfigurationRequest < Struct.new( :resource_configuration_identifier, :resource_configuration_definition, :allow_association_to_shareable_service_network, :port_ranges) SENSITIVE = [] include Aws::Structure end |
#resource_configuration_identifier ⇒ String
The ID of the resource configuration.
5125 5126 5127 5128 5129 5130 5131 5132 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5125 class UpdateResourceConfigurationRequest < Struct.new( :resource_configuration_identifier, :resource_configuration_definition, :allow_association_to_shareable_service_network, :port_ranges) SENSITIVE = [] include Aws::Structure end |