Class ServiceServiceRegistriesArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ServiceServiceRegistriesArgs : ResourceArgs
Constructors
View SourceServiceServiceRegistriesArgs()
Declaration
public ServiceServiceRegistriesArgs()
Properties
View SourceContainerName
The container name value, already specified in the task definition, to be used for your service discovery service.
Declaration
public Input<string> ContainerName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ContainerPort
The port value, already specified in the task definition, to be used for your service discovery service.
Declaration
public Input<int> ContainerPort { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Port
The port value used if your Service Discovery service specified an SRV record.
Declaration
public Input<int> Port { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> RegistryArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |