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 SourceContainerName
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 |
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> |
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> |
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 |