VirtualNodeSpecServiceDiscoveryAwsCloudMapArgs

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

Constructors

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

Properties

Link copied to clipboard
val attributes: Output<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
val namespaceName: Output<String>

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
val serviceName: Output<String>

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.

Functions

Link copied to clipboard
open override fun toJava(): VirtualNodeSpecServiceDiscoveryAwsCloudMapArgs