AwsCloudMapServiceDiscovery

public struct AwsCloudMapServiceDiscovery : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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

    Swift

    public let attributes: [AwsCloudMapInstanceAttribute]?
  • The name of the AWS Cloud Map namespace to use.

    Declaration

    Swift

    public let namespaceName: String
  • The name of the AWS Cloud Map service to use.

    Declaration

    Swift

    public let serviceName: String
  • Undocumented

    Declaration

    Swift

    public init(attributes: [AwsCloudMapInstanceAttribute]? = nil, namespaceName: String, serviceName: String)
  • Declaration

    Swift

    public func validate(name: String) throws