@Stability(value=Stable)
public static interface CfnDomainName.EndpointConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
EndpointConfiguration is a property of the AWS::ApiGateway::DomainName resource.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.apigateway.*;
EndpointConfigurationProperty endpointConfigurationProperty = EndpointConfigurationProperty.builder()
.types(List.of("types"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDomainName.EndpointConfigurationProperty.Builder
A builder for
CfnDomainName.EndpointConfigurationProperty |
static class |
CfnDomainName.EndpointConfigurationProperty.Jsii$Proxy
An implementation for
CfnDomainName.EndpointConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDomainName.EndpointConfigurationProperty.Builder |
builder() |
default List<String> |
getTypes()
A list of endpoint types of an API or its custom domain name.
|
@Stability(value=Stable) @Nullable default List<String> getTypes()
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 .
@Stability(value=Stable) static CfnDomainName.EndpointConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.