Show / Hide Table of Contents

Class VirtualNodeSpecServiceDiscoveryAwsCloudMapArgs

Inheritance
System.Object
InputArgs
ResourceArgs
VirtualNodeSpecServiceDiscoveryAwsCloudMapArgs
Inherited Members
ResourceArgs.Empty
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 Source

VirtualNodeSpecServiceDiscoveryAwsCloudMapArgs()

Declaration
public VirtualNodeSpecServiceDiscoveryAwsCloudMapArgs()

Properties

View Source

Attributes

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.