Class: Aws::VPCLattice::Types::UpdateResourceConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::UpdateResourceConfigurationRequest
- Includes:
- Structure
- Defined in:
- 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
The resource configuration.
-
#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.
5034 5035 5036 5037 5038 5039 5040 5041 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 5034 class UpdateResourceConfigurationRequest < Struct.new( :allow_association_to_shareable_service_network, :port_ranges, :resource_configuration_definition, :resource_configuration_identifier) 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
5034 5035 5036 5037 5038 5039 5040 5041 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 5034 class UpdateResourceConfigurationRequest < Struct.new( :allow_association_to_shareable_service_network, :port_ranges, :resource_configuration_definition, :resource_configuration_identifier) SENSITIVE = [] include Aws::Structure end |
#resource_configuration_definition ⇒ Types::ResourceConfigurationDefinition
The resource configuration.
5034 5035 5036 5037 5038 5039 5040 5041 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 5034 class UpdateResourceConfigurationRequest < Struct.new( :allow_association_to_shareable_service_network, :port_ranges, :resource_configuration_definition, :resource_configuration_identifier) SENSITIVE = [] include Aws::Structure end |
#resource_configuration_identifier ⇒ String
The ID of the resource configuration.
5034 5035 5036 5037 5038 5039 5040 5041 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 5034 class UpdateResourceConfigurationRequest < Struct.new( :allow_association_to_shareable_service_network, :port_ranges, :resource_configuration_definition, :resource_configuration_identifier) SENSITIVE = [] include Aws::Structure end |