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 SourceAcceptanceRequired
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 |
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> |
BaseEndpointDnsNames
The DNS names for the service.
Declaration
public readonly ImmutableArray<string> BaseEndpointDnsNames
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Filters
Declaration
public readonly ImmutableArray<GetVpcEndpointServiceFilterResult> Filters
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetVpcEndpointServiceFilterResult> |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
ManagesVpcEndpoints
Whether or not the service manages its VPC endpoints - true or false.
Declaration
public readonly bool ManagesVpcEndpoints
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Owner
The AWS account ID of the service owner or amazon.
Declaration
public readonly string Owner
Field Value
| Type | Description |
|---|---|
| System.String |
PrivateDnsName
The private DNS name for the service.
Declaration
public readonly string PrivateDnsName
Field Value
| Type | Description |
|---|---|
| System.String |
Service
Declaration
public readonly string Service
Field Value
| Type | Description |
|---|---|
| System.String |
ServiceId
The ID of the endpoint service.
Declaration
public readonly string ServiceId
Field Value
| Type | Description |
|---|---|
| System.String |
ServiceName
Declaration
public readonly string ServiceName
Field Value
| Type | Description |
|---|---|
| System.String |
ServiceType
The service type, Gateway or Interface.
Declaration
public readonly string ServiceType
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
VpcEndpointPolicySupported
Whether or not the service supports endpoint policies - true or false.
Declaration
public readonly bool VpcEndpointPolicySupported
Field Value
| Type | Description |
|---|---|
| System.Boolean |