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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-vpclattice/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)


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_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>)


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

The ID of the resource configuration.

Returns:

  • (String)


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