Builder

class Builder

Properties

Link copied to clipboard

A unique string that identifies the request and that allows failed CreateService requests to be retried without the risk of running the operation twice. CreatorRequestId can be any unique string (for example, a date/timestamp).

Link copied to clipboard

A description for the service.

Link copied to clipboard

A complex type that contains information about the Amazon Route 53 records that you want Cloud Map to create when you register an instance.

Link copied to clipboard

Public DNS and HTTP namespaces only. A complex type that contains settings for an optional Route 53 health check. If you specify settings for a health check, Cloud Map associates the health check with all the Route 53 DNS records that you specify in DnsConfig.

Link copied to clipboard

A complex type that contains information about an optional custom health check.

Link copied to clipboard
var name: String?

The name that you want to assign to the service.

Link copied to clipboard

The ID of the namespace that you want to use to create the service. The namespace ID must be specified, but it can be specified either here or in the DnsConfig object.

Link copied to clipboard
var tags: List<Tag>?

The tags to add to the service. Each tag consists of a key and an optional value that you define. Tags keys can be up to 128 characters in length, and tag values can be up to 256 characters in length.

Link copied to clipboard

If present, specifies that the service instances are only discoverable using the DiscoverInstances API operation. No DNS records is registered for the service instances. The only valid value is HTTP.