| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
EndpointType |
DomainNameProps.Jsii$Proxy.getEndpointType() |
default EndpointType |
DomainNameOptions.getEndpointType()
(experimental) The type of endpoint for this DomainName.
|
EndpointType |
DomainNameOptions.Jsii$Proxy.getEndpointType() |
static EndpointType |
EndpointType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EndpointType[] |
EndpointType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default List<EndpointType> |
RestApiBaseProps.getEndpointTypes()
(experimental) A list of the endpoint types of the API.
|
List<EndpointType> |
RestApiBaseProps.Jsii$Proxy.getEndpointTypes() |
List<EndpointType> |
LambdaRestApiProps.Jsii$Proxy.getEndpointTypes() |
List<EndpointType> |
RestApiProps.Jsii$Proxy.getEndpointTypes() |
List<EndpointType> |
SpecRestApiProps.Jsii$Proxy.getEndpointTypes() |
List<EndpointType> |
EndpointConfiguration.getTypes()
(experimental) A list of endpoint types of an API or its custom domain name.
|
List<EndpointType> |
EndpointConfiguration.Jsii$Proxy.getTypes() |
| Modifier and Type | Method and Description |
|---|---|
DomainName.Builder |
DomainName.Builder.endpointType(EndpointType endpointType)
(experimental) The type of endpoint for this DomainName.
|
DomainNameProps.Builder |
DomainNameProps.Builder.endpointType(EndpointType endpointType)
Sets the value of
DomainNameOptions.getEndpointType() |
DomainNameOptions.Builder |
DomainNameOptions.Builder.endpointType(EndpointType endpointType)
Sets the value of
DomainNameOptions.getEndpointType() |
| Modifier and Type | Method and Description |
|---|---|
RestApiBaseProps.Builder |
RestApiBaseProps.Builder.endpointTypes(List<? extends EndpointType> endpointTypes)
Sets the value of
RestApiBaseProps.getEndpointTypes() |
SpecRestApi.Builder |
SpecRestApi.Builder.endpointTypes(List<? extends EndpointType> endpointTypes)
(experimental) A list of the endpoint types of the API.
|
LambdaRestApiProps.Builder |
LambdaRestApiProps.Builder.endpointTypes(List<? extends EndpointType> endpointTypes)
Sets the value of
RestApiBaseProps.getEndpointTypes() |
RestApi.Builder |
RestApi.Builder.endpointTypes(List<? extends EndpointType> endpointTypes)
(experimental) A list of the endpoint types of the API.
|
LambdaRestApi.Builder |
LambdaRestApi.Builder.endpointTypes(List<? extends EndpointType> endpointTypes)
(experimental) A list of the endpoint types of the API.
|
RestApiProps.Builder |
RestApiProps.Builder.endpointTypes(List<? extends EndpointType> endpointTypes)
Sets the value of
RestApiBaseProps.getEndpointTypes() |
SpecRestApiProps.Builder |
SpecRestApiProps.Builder.endpointTypes(List<? extends EndpointType> endpointTypes)
Sets the value of
RestApiBaseProps.getEndpointTypes() |
EndpointConfiguration.Builder |
EndpointConfiguration.Builder.types(List<? extends EndpointType> types)
Sets the value of
EndpointConfiguration.getTypes() |
| Constructor and Description |
|---|
Jsii$Proxy(ICertificate certificate,
String domainName,
EndpointType endpointType,
MTLSConfig mtls,
SecurityPolicy securityPolicy)
Constructor that initializes the object based on literal property values passed by the
DomainNameOptions.Builder. |
Jsii$Proxy(IRestApi mapping,
ICertificate certificate,
String domainName,
EndpointType endpointType,
MTLSConfig mtls,
SecurityPolicy securityPolicy)
Constructor that initializes the object based on literal property values passed by the
DomainNameProps.Builder. |
| Constructor and Description |
|---|
Jsii$Proxy(ApiDefinition apiDefinition,
Boolean cloudWatchRole,
Boolean deploy,
StageOptions deployOptions,
DomainNameOptions domainName,
String endpointExportName,
List<? extends EndpointType> endpointTypes,
Boolean failOnWarnings,
Map<String,String> parameters,
PolicyDocument policy,
String restApiName,
Boolean retainDeployments)
Constructor that initializes the object based on literal property values passed by the
SpecRestApiProps.Builder. |
Jsii$Proxy(ApiKeySourceType apiKeySourceType,
List<String> binaryMediaTypes,
IRestApi cloneFrom,
String description,
EndpointConfiguration endpointConfiguration,
Number minimumCompressionSize,
CorsOptions defaultCorsPreflightOptions,
Integration defaultIntegration,
MethodOptions defaultMethodOptions,
Boolean cloudWatchRole,
Boolean deploy,
StageOptions deployOptions,
DomainNameOptions domainName,
String endpointExportName,
List<? extends EndpointType> endpointTypes,
Boolean failOnWarnings,
Map<String,String> parameters,
PolicyDocument policy,
String restApiName,
Boolean retainDeployments)
Constructor that initializes the object based on literal property values passed by the
RestApiProps.Builder. |
Jsii$Proxy(Boolean cloudWatchRole,
Boolean deploy,
StageOptions deployOptions,
DomainNameOptions domainName,
String endpointExportName,
List<? extends EndpointType> endpointTypes,
Boolean failOnWarnings,
Map<String,String> parameters,
PolicyDocument policy,
String restApiName,
Boolean retainDeployments)
Constructor that initializes the object based on literal property values passed by the
RestApiBaseProps.Builder. |
Jsii$Proxy(IFunction handler,
Boolean proxy,
ApiKeySourceType apiKeySourceType,
List<String> binaryMediaTypes,
IRestApi cloneFrom,
String description,
EndpointConfiguration endpointConfiguration,
Number minimumCompressionSize,
CorsOptions defaultCorsPreflightOptions,
Integration defaultIntegration,
MethodOptions defaultMethodOptions,
Boolean cloudWatchRole,
Boolean deploy,
StageOptions deployOptions,
DomainNameOptions domainName,
String endpointExportName,
List<? extends EndpointType> endpointTypes,
Boolean failOnWarnings,
Map<String,String> parameters,
PolicyDocument policy,
String restApiName,
Boolean retainDeployments)
Constructor that initializes the object based on literal property values passed by the
LambdaRestApiProps.Builder. |
Jsii$Proxy(List<? extends EndpointType> types,
List<? extends IVpcEndpoint> vpcEndpoints)
Constructor that initializes the object based on literal property values passed by the
EndpointConfiguration.Builder. |
Copyright © 2021. All rights reserved.