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

Class: Aws::AppMesh::Types::ServiceDiscovery

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

Overview

Note:

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

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

An object that represents the service discovery information for a virtual node.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#aws_cloud_mapTypes::AwsCloudMapServiceDiscovery

Specifies any AWS Cloud Map information for the virtual node.

Returns:

#dnsTypes::DnsServiceDiscovery

Specifies the DNS information for the virtual node.

Returns: