Class ServiceNetworkConfigurationArgs
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 ServiceNetworkConfigurationArgs : ResourceArgs
Constructors
View SourceServiceNetworkConfigurationArgs()
Declaration
public ServiceNetworkConfigurationArgs()
Properties
View SourceAssignPublicIp
Assign a public IP address to the ENI (Fargate launch type only). Valid values are true or false. Default false.
Declaration
public Input<bool> AssignPublicIp { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
SecurityGroups
The security groups associated with the task or service. If you do not specify a security group, the default security group for the VPC is used.
Declaration
public InputList<string> SecurityGroups { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Subnets
The subnets associated with the task or service.
Declaration
public InputList<string> Subnets { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |