@Generated(value="jsii-pacmak/1.9.0 (build 5c646d5)", date="2020-07-28T21:12:25.998Z") @Stability(value=Stable) public interface InterfaceVpcEndpointAttributes extends software.amazon.jsii.JsiiSerializable
Modifier and Type | Interface and Description |
---|---|
static class |
InterfaceVpcEndpointAttributes.Builder
A builder for
InterfaceVpcEndpointAttributes |
static class |
InterfaceVpcEndpointAttributes.Jsii$Proxy
An implementation for
InterfaceVpcEndpointAttributes |
Modifier and Type | Method and Description |
---|---|
static InterfaceVpcEndpointAttributes.Builder |
builder() |
Number |
getPort()
The port of the service of the interface VPC endpoint.
|
default String |
getSecurityGroupId()
Deprecated.
use `securityGroups` instead
|
default List<ISecurityGroup> |
getSecurityGroups()
The security groups associated with the interface VPC endpoint.
|
String |
getVpcEndpointId()
The interface VPC endpoint identifier.
|
@Stability(value=Stable) @NotNull Number getPort()
@Stability(value=Stable) @NotNull String getVpcEndpointId()
@Stability(value=Deprecated) @Deprecated @Nullable default String getSecurityGroupId()
@Stability(value=Stable) @Nullable default List<ISecurityGroup> getSecurityGroups()
@Stability(value=Stable) static InterfaceVpcEndpointAttributes.Builder builder()
Copyright © 2020. All rights reserved.