@Stability(value=Stable)
public static interface CfnApi.EndpointConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.sam.*;
EndpointConfigurationProperty endpointConfigurationProperty = EndpointConfigurationProperty.builder()
.type("type")
.vpcEndpointIds(List.of("vpcEndpointIds"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnApi.EndpointConfigurationProperty.Builder
A builder for
CfnApi.EndpointConfigurationProperty |
static class |
CfnApi.EndpointConfigurationProperty.Jsii$Proxy
An implementation for
CfnApi.EndpointConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnApi.EndpointConfigurationProperty.Builder |
builder() |
default String |
getType()
`CfnApi.EndpointConfigurationProperty.Type`.
|
default List<String> |
getVpcEndpointIds()
`CfnApi.EndpointConfigurationProperty.VpcEndpointIds`.
|
@Stability(value=Stable) @Nullable default String getType()
@Stability(value=Stable) @Nullable default List<String> getVpcEndpointIds()
@Stability(value=Stable) static CfnApi.EndpointConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.