Show / Hide Table of Contents

Class ServiceServiceRegistries

Inheritance
System.Object
ServiceServiceRegistries
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.Ecs.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ServiceServiceRegistries

Fields

View Source

ContainerName

The container name value, already specified in the task definition, to be used for your service discovery service.

Declaration
public readonly string ContainerName
Field Value
Type Description
System.String
View Source

ContainerPort

The port value, already specified in the task definition, to be used for your service discovery service.

Declaration
public readonly int? ContainerPort
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Port

The port value used if your Service Discovery service specified an SRV record.

Declaration
public readonly int? Port
Field Value
Type Description
System.Nullable<System.Int32>
View Source

RegistryArn

The ARN of the Service Registry. The currently supported service registry is Amazon Route 53 Auto Naming Service(aws.servicediscovery.Service). For more information, see Service

Declaration
public readonly string RegistryArn
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.