Show / Hide Table of Contents

Class GetVpcEndpointServiceResult

Inheritance
System.Object
GetVpcEndpointServiceResult
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 GetVpcEndpointServiceResult

Fields

View Source

AcceptanceRequired

Whether or not VPC endpoint connection requests to the service must be accepted by the service owner - true or false.

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

AvailabilityZones

The Availability Zones in which the service is available.

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

BaseEndpointDnsNames

The DNS names for the service.

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

Filters

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

Id

The provider-assigned unique ID for this managed resource.

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

ManagesVpcEndpoints

Whether or not the service manages its VPC endpoints - true or false.

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

Owner

The AWS account ID of the service owner or amazon.

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

PrivateDnsName

The private DNS name for the service.

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

Service

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

ServiceId

The ID of the endpoint service.

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

ServiceName

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

ServiceType

The service type, Gateway or Interface.

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

Tags

A map of tags assigned to the resource.

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

VpcEndpointPolicySupported

Whether or not the service supports endpoint policies - true or false.

Declaration
public readonly bool VpcEndpointPolicySupported
Field Value
Type Description
System.Boolean
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.