Class ServiceNetworkConfiguration
Inheritance
System.Object
ServiceNetworkConfiguration
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 ServiceNetworkConfiguration
Fields
View SourceAssignPublicIp
Assign a public IP address to the ENI (Fargate launch type only). Valid values are true or false. Default false.
Declaration
public readonly bool? AssignPublicIp
Field Value
| Type | Description |
|---|---|
| System.Nullable<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 readonly ImmutableArray<string> SecurityGroups
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Subnets
The subnets associated with the task or service.
Declaration
public readonly ImmutableArray<string> Subnets
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |