Show / Hide Table of Contents

Class DomainNameEndpointConfigurationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DomainNameEndpointConfigurationArgs
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 DomainNameEndpointConfigurationArgs : ResourceArgs

Constructors

View Source

DomainNameEndpointConfigurationArgs()

Declaration
public DomainNameEndpointConfigurationArgs()

Properties

View Source

Types

A list of endpoint types. This resource currently only supports managing a single value. Valid values: EDGE or REGIONAL. 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
Back to top Copyright 2016-2020, Pulumi Corporation.