Bases: object
Properties for defining a CfnVpcLink
.
name (str
) â The name used to label and identify the VPC link.
target_arns (Sequence
[str
]) â The ARN of the network load balancer of the VPC targeted by the VPC link. The network load balancer must be owned by the same AWS account of the API owner.
description (Optional
[str
]) â The description of the VPC link.
tags (Optional
[Sequence
[Union
[CfnTag
, Dict
[str
, Any
]]]]) â An array of arbitrary tags (key-value pairs) to associate with the VPC link.
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_apigateway as apigateway cfn_vpc_link_props = apigateway.CfnVpcLinkProps( name="name", target_arns=["targetArns"], # the properties below are optional description="description", tags=[CfnTag( key="key", value="value" )] )
Attributes
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.
The ARN of the network load balancer of the VPC targeted by the VPC link.
The network load balancer must be owned by the same AWS account of the API owner.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4