Class NetworkConfiguration
- Namespace
- Amazon.EventBridge.Model
- Assembly
- AWSSDK.EventBridge.dll
This structure specifies the network configuration for an ECS task.
public class NetworkConfiguration
- Inheritance
-
NetworkConfiguration
- Inherited Members
Constructors
NetworkConfiguration()
public NetworkConfiguration()
Properties
AwsvpcConfiguration
Gets and sets the property AwsvpcConfiguration.
Use this structure to specify the VPC subnets and security groups for the task, and
whether a public IP address is to be used. This structure is relevant only for ECS
tasks that use the awsvpc
network mode.
public AwsVpcConfiguration AwsvpcConfiguration { get; set; }