Class ServiceArgs
Inherited Members
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.ServiceDiscovery
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ServiceArgs : ResourceArgs
Constructors
View SourceServiceArgs()
Declaration
public ServiceArgs()
Properties
View SourceDescription
The description of the service.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DnsConfig
A complex type that contains information about the resource record sets that you want Amazon Route 53 to create when you register an instance.
Declaration
public Input<ServiceDnsConfigArgs> DnsConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceDnsConfigArgs> |
HealthCheckConfig
A complex type that contains settings for an optional health check. Only for Public DNS namespaces.
Declaration
public Input<ServiceHealthCheckConfigArgs> HealthCheckConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceHealthCheckConfigArgs> |
HealthCheckCustomConfig
A complex type that contains settings for ECS managed health checks.
Declaration
public Input<ServiceHealthCheckCustomConfigArgs> HealthCheckCustomConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceHealthCheckCustomConfigArgs> |
Name
The name of the service.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NamespaceId
The ID of the namespace to use for DNS configuration.
Declaration
public Input<string> NamespaceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |