Show / Hide Table of Contents

Class ServiceNetworkConfigurationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ServiceNetworkConfigurationArgs
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 ServiceNetworkConfigurationArgs : ResourceArgs

Constructors

View Source

ServiceNetworkConfigurationArgs()

Declaration
public ServiceNetworkConfigurationArgs()

Properties

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 Input<bool> AssignPublicIp { get; set; }
Property Value
Type Description
Input<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 InputList<string> SecurityGroups { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

Subnets

The subnets associated with the task or service.

Declaration
public InputList<string> Subnets { get; set; }
Property Value
Type Description
InputList<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.