Show / Hide Table of Contents

Class GetVpcEndpointResult

Inheritance
System.Object
GetVpcEndpointResult
Inherited Members
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.Ec2
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetVpcEndpointResult

Fields

View Source

CidrBlocks

The list of CIDR blocks for the exposed AWS service. Applicable for endpoints of type Gateway.

Declaration
public readonly ImmutableArray<string> CidrBlocks
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

DnsEntries

The DNS entries for the VPC Endpoint. Applicable for endpoints of type Interface. DNS blocks are documented below.

Declaration
public readonly ImmutableArray<GetVpcEndpointDnsEntryResult> DnsEntries
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetVpcEndpointDnsEntryResult>
View Source

Filters

Declaration
public readonly ImmutableArray<GetVpcEndpointFilterResult> Filters
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetVpcEndpointFilterResult>
View Source

Id

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

NetworkInterfaceIds

One or more network interfaces for the VPC Endpoint. Applicable for endpoints of type Interface.

Declaration
public readonly ImmutableArray<string> NetworkInterfaceIds
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

OwnerId

The ID of the AWS account that owns the VPC endpoint.

Declaration
public readonly string OwnerId
Field Value
Type Description
System.String
View Source

Policy

The policy document associated with the VPC Endpoint. Applicable for endpoints of type Gateway.

Declaration
public readonly string Policy
Field Value
Type Description
System.String
View Source

PrefixListId

The prefix list ID of the exposed AWS service. Applicable for endpoints of type Gateway.

Declaration
public readonly string PrefixListId
Field Value
Type Description
System.String
View Source

PrivateDnsEnabled

Whether or not the VPC is associated with a private hosted zone - true or false. Applicable for endpoints of type Interface.

Declaration
public readonly bool PrivateDnsEnabled
Field Value
Type Description
System.Boolean
View Source

RequesterManaged

Whether or not the VPC Endpoint is being managed by its service - true or false.

Declaration
public readonly bool RequesterManaged
Field Value
Type Description
System.Boolean
View Source

RouteTableIds

One or more route tables associated with the VPC Endpoint. Applicable for endpoints of type Gateway.

Declaration
public readonly ImmutableArray<string> RouteTableIds
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

SecurityGroupIds

One or more security groups associated with the network interfaces. Applicable for endpoints of type Interface.

Declaration
public readonly ImmutableArray<string> SecurityGroupIds
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

ServiceName

Declaration
public readonly string ServiceName
Field Value
Type Description
System.String
View Source

State

Declaration
public readonly string State
Field Value
Type Description
System.String
View Source

SubnetIds

One or more subnets in which the VPC Endpoint is located. Applicable for endpoints of type Interface.

Declaration
public readonly ImmutableArray<string> SubnetIds
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Tags

Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
View Source

VpcEndpointType

The VPC Endpoint type, Gateway or Interface.

Declaration
public readonly string VpcEndpointType
Field Value
Type Description
System.String
View Source

VpcId

Declaration
public readonly string VpcId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.