RestApiEndpointConfigurationArgs

data class RestApiEndpointConfigurationArgs(val ipAddressType: Output<String>? = null, val types: Output<String>, val vpcEndpointIds: Output<List<String>>? = null) : ConvertibleToJava<RestApiEndpointConfigurationArgs>

Constructors

Link copied to clipboard
constructor(ipAddressType: Output<String>? = null, types: Output<String>, vpcEndpointIds: Output<List<String>>? = null)

Properties

Link copied to clipboard
val ipAddressType: Output<String>? = null

The IP address types that can invoke an API (RestApi). Valid values: ipv4, dualstack. Use ipv4 to allow only IPv4 addresses to invoke an API, or use dualstack to allow both IPv4 and IPv6 addresses to invoke an API. For the PRIVATE endpoint type, only dualstack is supported. The provider performs drift detection for this argument only when the value is provided.

Link copied to clipboard
val types: Output<String>

List of endpoint types. This resource currently only supports managing a single value. Valid values: EDGE, REGIONAL or PRIVATE. If unspecified, defaults to EDGE. If set to PRIVATE recommend to set put_rest_api_mode = merge to not cause the endpoints and associated Route53 records to be deleted. Refer to the documentation for more information on the difference between edge-optimized and regional APIs.

Link copied to clipboard
val vpcEndpointIds: Output<List<String>>? = null

Set of VPC Endpoint identifiers. It is only supported for PRIVATE endpoint type. If importing an OpenAPI specification via the body argument, this corresponds to the x-amazon-apigateway-endpoint-configuration extension vpcEndpointIds property. If the argument value is provided and is different than the OpenAPI value, the argument value will override the OpenAPI value.

Functions

Link copied to clipboard
open override fun toJava(): RestApiEndpointConfigurationArgs