AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

For tasks that use the awsvpc networking mode, the VPC subnet and security group configuration.

Inheritance Hierarchy

System.Object
  Amazon.SecurityHub.Model.AwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetails

Namespace: Amazon.SecurityHub.Model
Assembly: AWSSDK.SecurityHub.dll
Version: 3.x.y.z

Syntax

C#
public class AwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetails

The AwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetails type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AssignPublicIp System.String

Gets and sets the property AssignPublicIp.

Whether the task's elastic network interface receives a public IP address. The default value is DISABLED.

Valid values: ENABLED | DISABLED

Public Property SecurityGroups System.Collections.Generic.List<System.String>

Gets and sets the property SecurityGroups.

The IDs of the security groups associated with the task or service.

You can provide up to five security groups.

Public Property Subnets System.Collections.Generic.List<System.String>

Gets and sets the property Subnets.

The IDs of the subnets associated with the task or service.

You can provide up to 16 subnets.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5