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.
Describes the VPC resources, VPC endpoint services, Lattice services, or service networks associated with the VPC endpoint.
Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z
public class VpcEndpointAssociation
The VpcEndpointAssociation type exposes the following members
Name | Description | |
---|---|---|
![]() |
VpcEndpointAssociation() |
Name | Type | Description | |
---|---|---|---|
![]() |
AssociatedResourceAccessibility | System.String |
Gets and sets the property AssociatedResourceAccessibility.
The connectivity status of the resources associated to a VPC endpoint. The resource
is accessible if the associated resource configuration is |
![]() |
AssociatedResourceArn | System.String |
Gets and sets the property AssociatedResourceArn. The Amazon Resource Name (ARN) of the associated resource. |
![]() |
DnsEntry | Amazon.EC2.Model.DnsEntry |
Gets and sets the property DnsEntry. The DNS entry of the VPC endpoint association. |
![]() |
FailureCode | System.String |
Gets and sets the property FailureCode. An error code related to why an VPC endpoint association failed. |
![]() |
FailureReason | System.String |
Gets and sets the property FailureReason. A message related to why an VPC endpoint association failed. |
![]() |
Id | System.String |
Gets and sets the property Id. The ID of the VPC endpoint association. |
![]() |
PrivateDnsEntry | Amazon.EC2.Model.DnsEntry |
Gets and sets the property PrivateDnsEntry. The private DNS entry of the VPC endpoint association. |
![]() |
ResourceConfigurationGroupArn | System.String |
Gets and sets the property ResourceConfigurationGroupArn. The Amazon Resource Name (ARN) of the resource configuration group. |
![]() |
ServiceNetworkArn | System.String |
Gets and sets the property ServiceNetworkArn. The Amazon Resource Name (ARN) of the service network. |
![]() |
ServiceNetworkName | System.String |
Gets and sets the property ServiceNetworkName. The name of the service network. |
![]() |
Tags | System.Collections.Generic.List<Amazon.EC2.Model.Tag> |
Gets and sets the property Tags. The tags to apply to the VPC endpoint association. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. |
![]() |
VpcEndpointId | System.String |
Gets and sets the property VpcEndpointId. The ID of the VPC endpoint. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer