Class: Aws::AppMesh::Types::AwsCloudMapServiceDiscovery

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb

Overview

An object that represents the Cloud Map service discovery information for your virtual node.

Cloud Map is not available in the eu-south-1 Region.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributesArray<Types::AwsCloudMapInstanceAttribute>

A string map that contains attributes with values that you can use to filter instances by any custom attribute that you specified when you registered the instance. Only instances that match all of the specified key/value pairs will be returned.



95
96
97
98
99
100
101
102
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 95

class AwsCloudMapServiceDiscovery < Struct.new(
  :attributes,
  :ip_preference,
  :namespace_name,
  :service_name)
  SENSITIVE = []
  include Aws::Structure
end

#ip_preferenceString

The preferred IP version that this virtual node uses. Setting the IP preference on the virtual node only overrides the IP preference set for the mesh on this specific node.

Returns:

  • (String)


95
96
97
98
99
100
101
102
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 95

class AwsCloudMapServiceDiscovery < Struct.new(
  :attributes,
  :ip_preference,
  :namespace_name,
  :service_name)
  SENSITIVE = []
  include Aws::Structure
end

#namespace_nameString

The name of the Cloud Map namespace to use.

Returns:

  • (String)


95
96
97
98
99
100
101
102
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 95

class AwsCloudMapServiceDiscovery < Struct.new(
  :attributes,
  :ip_preference,
  :namespace_name,
  :service_name)
  SENSITIVE = []
  include Aws::Structure
end

#service_nameString

The name of the Cloud Map service to use.

Returns:

  • (String)


95
96
97
98
99
100
101
102
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 95

class AwsCloudMapServiceDiscovery < Struct.new(
  :attributes,
  :ip_preference,
  :namespace_name,
  :service_name)
  SENSITIVE = []
  include Aws::Structure
end