@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:54:56.905Z") @Stability(value=Experimental) public interface VpcLinkProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
VpcLinkProps.Builder
A builder for
VpcLinkProps |
static class |
VpcLinkProps.Jsii$Proxy
An implementation for
VpcLinkProps |
| Modifier and Type | Method and Description |
|---|---|
static VpcLinkProps.Builder |
builder() |
default String |
getDescription()
(experimental) The description of the VPC link.
|
default List<INetworkLoadBalancer> |
getTargets()
(experimental) The network load balancers of the VPC targeted by the VPC link.
|
default String |
getVpcLinkName()
(experimental) The name used to label and identify the VPC link.
|
@Stability(value=Experimental) @Nullable default String getDescription()
Default: no description
@Stability(value=Experimental) @Nullable default List<INetworkLoadBalancer> getTargets()
The network load balancers must be owned by the same AWS account of the API owner.
Default: - no targets. Use `addTargets` to add targets
@Stability(value=Experimental) @Nullable default String getVpcLinkName()
Default: - automatically generated name
@Stability(value=Experimental) static VpcLinkProps.Builder builder()
VpcLinkProps.Builder of VpcLinkPropsCopyright © 2021. All rights reserved.