Show / Hide Table of Contents

Class RestApiEndpointConfigurationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
RestApiEndpointConfigurationArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class RestApiEndpointConfigurationArgs : ResourceArgs

Constructors

View Source

RestApiEndpointConfigurationArgs()

Declaration
public RestApiEndpointConfigurationArgs()

Properties

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 Input<string> Types { get; set; }
Property Value
Type Description
Input<System.String>
View Source

VpcEndpointIds

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

Declaration
public InputList<string> VpcEndpointIds { get; set; }
Property Value
Type Description
InputList<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.