aws::api-gateway-vpc-link¶
Create a vpc link.
Example¶
aws::api-gateway-vpc-link example-vpc-link
name: "example-vpc-link"
security-groups: [ $(aws::security-group security-group-example) ]
subnets: [
$(aws::subnet subnet-example-2a),
$(aws::subnet subnet-example-2b)
]
tags: {
"example-key" : "example-value"
}
end
Attributes¶
Attribute | Description |
---|---|
name | The name of the VPC link. (Required) |
security-groups list | The list of security groups for the VPC link. |
subnets list | The list of subnets for the VPC link. (Required) |
tags map | The list of tags for the VPC link. |
Outputs¶
Attribute | Description |
---|---|
id | The ID of the VPC Link. |
arn | The ARN of the Vpc Link. |