Class: Aws::VPCLattice::Types::UpdateResourceConfigurationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-vpclattice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allow_association_to_shareable_service_networkBoolean

Indicates whether to add the resource configuration to service networks that are shared with other accounts.

Returns:

  • (Boolean)


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_rangesArray<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

Returns:

  • (Array<String>)


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_definitionTypes::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_identifierString

The ID of the resource configuration.

Returns:

  • (String)


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