Show / Hide Table of Contents

Class RestApiEndpointConfiguration

Inheritance
System.Object
RestApiEndpointConfiguration
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.ApiGateway.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class RestApiEndpointConfiguration

Fields

View Source

Types

A list of endpoint types. This resource currently only supports managing a single value. Valid values: EDGE, REGIONAL or PRIVATE. If unspecified, defaults to EDGE. Must be declared as REGIONAL in non-Commercial partitions. Refer to the documentation for more information on the difference between edge-optimized and regional APIs.

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

VpcEndpointIds

A list of VPC Endpoint Ids. It is only supported for PRIVATE endpoint type.

Declaration
public readonly ImmutableArray<string> VpcEndpointIds
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.