Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.apigateway.CfnVpcLinkPropsMixin.Builder
Packages that use CfnVpcLinkPropsMixin.Builder
-
Uses of CfnVpcLinkPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.apigateway
Methods in software.amazon.awscdk.cfnpropertymixins.services.apigateway that return CfnVpcLinkPropsMixin.BuilderModifier and TypeMethodDescriptionstatic CfnVpcLinkPropsMixin.BuilderCfnVpcLinkPropsMixin.Builder.create()static CfnVpcLinkPropsMixin.BuilderCfnVpcLinkPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnVpcLinkPropsMixin.Builder.description(String description) The description of the VPC link.The name used to label and identify the VPC link.An array of arbitrary tags (key-value pairs) to associate with the VPC link.CfnVpcLinkPropsMixin.Builder.targetArns(List<? extends Object> targetArns) The ARN of the network load balancer of the VPC targeted by the VPC link.