Class CfnDomainNameV2.EndpointConfigurationProperty
The endpoint configuration to indicate the types of endpoints an API (RestApi) or its custom domain name (DomainName) has.
Inheritance
Namespace: Amazon.CDK.AWS.APIGateway
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class EndpointConfigurationProperty : Object, CfnDomainNameV2.IEndpointConfigurationProperty
Syntax (vb)
Public Class EndpointConfigurationProperty
Inherits Object
Implements CfnDomainNameV2.IEndpointConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.APIGateway;
var endpointConfigurationProperty = new EndpointConfigurationProperty {
Types = new [] { "types" }
};
Synopsis
Constructors
Endpoint |
Properties
Types | A list of endpoint types of an API (RestApi) or its custom domain name (DomainName). |
Constructors
EndpointConfigurationProperty()
public EndpointConfigurationProperty()
Properties
Types
A list of endpoint types of an API (RestApi) or its custom domain name (DomainName).
public string[] Types { get; set; }
Property Value
System.
Remarks
For an edge-optimized API and its custom domain name, the endpoint type is "EDGE"
. For a regional API and its custom domain name, the endpoint type is REGIONAL
. For a private API, the endpoint type is PRIVATE
.