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.

The summary of a virtual private cloud (VPC) destination.

Inheritance Hierarchy

System.Object
  Amazon.IoT.Model.VpcDestinationSummary

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

Syntax

C#
public class VpcDestinationSummary

The VpcDestinationSummary type exposes the following members

Constructors

NameDescription
Public Method VpcDestinationSummary()

Properties

NameTypeDescription
Public Property RoleArn System.String

Gets and sets the property RoleArn.

The ARN of a role that has permission to create and attach to elastic network interfaces (ENIs).

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

Gets and sets the property SecurityGroups.

The security groups of the VPC destination.

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

Gets and sets the property SubnetIds.

The subnet IDs of the VPC destination.

Public Property VpcId System.String

Gets and sets the property VpcId.

The ID of the VPC.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5