Show / Hide Table of Contents

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 Source

AssignPublicIp

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

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

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.