Class VirtualNodeSpecServiceDiscoveryAwsCloudMap
Inheritance
System.Object
VirtualNodeSpecServiceDiscoveryAwsCloudMap
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.AppMesh.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class VirtualNodeSpecServiceDiscoveryAwsCloudMap
Fields
View SourceAttributes
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.
Declaration
public readonly ImmutableDictionary<string, string> Attributes
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.String> |
NamespaceName
The name of the AWS Cloud Map namespace to use.
Use the aws.servicediscovery.HttpNamespace resource to configure a Cloud Map namespace.
Declaration
public readonly string NamespaceName
Field Value
| Type | Description |
|---|---|
| System.String |
ServiceName
The name of the AWS Cloud Map service to use. Use the aws.servicediscovery.Service resource to configure a Cloud Map service.
Declaration
public readonly string ServiceName
Field Value
| Type | Description |
|---|---|
| System.String |