Show / Hide Table of Contents

Class ServiceServiceRegistriesArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ServiceServiceRegistriesArgs
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.Ecs.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ServiceServiceRegistriesArgs : ResourceArgs

Constructors

View Source

ServiceServiceRegistriesArgs()

Declaration
public ServiceServiceRegistriesArgs()

Properties

View Source

ContainerName

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>
View Source

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>
View Source

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>
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 Input<string> RegistryArn { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.