Show / Hide Table of Contents

Class ServiceState

Inheritance
System.Object
InputArgs
ResourceArgs
ServiceState
Inherited Members
ResourceArgs.Empty
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 ServiceState : ResourceArgs

Constructors

View Source

ServiceState()

Declaration
public ServiceState()

Properties

View Source

Arn

The ARN of the service.

Declaration
public Input<string> Arn { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Description

The description of the service.

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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<ServiceDnsConfigGetArgs> DnsConfig { get; set; }
Property Value
Type Description
Input<ServiceDnsConfigGetArgs>
View Source

HealthCheckConfig

A complex type that contains settings for an optional health check. Only for Public DNS namespaces.

Declaration
public Input<ServiceHealthCheckConfigGetArgs> HealthCheckConfig { get; set; }
Property Value
Type Description
Input<ServiceHealthCheckConfigGetArgs>
View Source

HealthCheckCustomConfig

A complex type that contains settings for ECS managed health checks.

Declaration
public Input<ServiceHealthCheckCustomConfigGetArgs> HealthCheckCustomConfig { get; set; }
Property Value
Type Description
Input<ServiceHealthCheckCustomConfigGetArgs>
View Source

Name

The name of the service.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.