You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AwsCloudMapServiceDiscovery as input to an Aws::Client method, you can use a vanilla Hash:

{
  attributes: [
    {
      key: "AwsCloudMapInstanceAttributeKey", # required
      value: "AwsCloudMapInstanceAttributeValue", # required
    },
  ],
  namespace_name: "AwsCloudMapName", # required
  service_name: "AwsCloudMapName", # required
}

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

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

Returned by:

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.

Returns:

  • (Array<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.

#namespace_nameString

The name of the AWS Cloud Map namespace to use.

Returns:

  • (String)

    The name of the AWS Cloud Map namespace to use.

#service_nameString

The name of the AWS Cloud Map service to use.

Returns:

  • (String)

    The name of the AWS Cloud Map service to use.