Class: Aws::AppMesh::Types::AwsCloudMapServiceDiscovery
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::AwsCloudMapServiceDiscovery
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appmesh/types.rb
Overview
An object that represents the Cloud Map service discovery information for your virtual node.
<note markdown=“1”> Cloud Map is not available in the eu-south-1 Region.
</note>
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attributes ⇒ 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.
-
#ip_preference ⇒ String
The preferred IP version that this virtual node uses.
-
#namespace_name ⇒ String
The name of the Cloud Map namespace to use.
-
#service_name ⇒ String
The name of the Cloud Map service to use.
Instance Attribute Details
#attributes ⇒ 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. Only instances that match all of the specified key/value pairs will be returned.
95 96 97 98 99 100 101 102 |
# File '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_preference ⇒ String
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.
95 96 97 98 99 100 101 102 |
# File '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_name ⇒ String
The name of the Cloud Map namespace to use.
95 96 97 98 99 100 101 102 |
# File '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_name ⇒ String
The name of the Cloud Map service to use.
95 96 97 98 99 100 101 102 |
# File 'lib/aws-sdk-appmesh/types.rb', line 95 class AwsCloudMapServiceDiscovery < Struct.new( :attributes, :ip_preference, :namespace_name, :service_name) SENSITIVE = [] include Aws::Structure end |