Class VirtualNodeSpecServiceDiscoveryAwsCloudMapArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class VirtualNodeSpecServiceDiscoveryAwsCloudMapArgs : ResourceArgs
Constructors
View SourceVirtualNodeSpecServiceDiscoveryAwsCloudMapArgs()
Declaration
public VirtualNodeSpecServiceDiscoveryAwsCloudMapArgs()
Properties
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 InputMap<string> Attributes { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<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 Input<string> NamespaceName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> ServiceName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |