VirtualNodeSpecServiceDiscoveryAwsCloudMap

data class VirtualNodeSpecServiceDiscoveryAwsCloudMap(val attributes: Map<String, String>? = null, val namespaceName: String, val serviceName: String)

Constructors

constructor(attributes: Map<String, String>? = null, namespaceName: String, serviceName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val attributes: Map<String, String>? = null

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.

Link copied to clipboard

Name of the AWS Cloud Map namespace to use. Use the aws.servicediscovery.HttpNamespace resource to configure a Cloud Map namespace. Must be between 1 and 1024 characters in length.

Link copied to clipboard

Name of the AWS Cloud Map service to use. Use the aws.servicediscovery.Service resource to configure a Cloud Map service. Must be between 1 and 1024 characters in length.