Basics

  • Installing Gyro
  • Getting Started
  • Contribute
  • Language

Cloud Providers

  • AWS
    • Usage
    • Authentication
    • State Locking
    • Remote State Storage
    • Resources
      • ACM
      • ACM PCA
      • Api Gateway V2
      • Autoscaling Groups
      • Backup
      • Cloudfront
      • Cloudtrail
      • Cloudwatch
      • CodeBuild
      • Cognito Identity Provider
      • Data Lifecycle Manager
      • DAX
      • Document Db
      • DynamoDB
      • EC2
      • ECR
      • ECS
      • EFS
      • EKS
      • ElastiCache
      • Elasticsearch
      • EventBridge
      • GlobalAccelerator
      • Identity Access Management
      • Kendra
      • KMS
      • Lambda
      • Load Balancer
      • Load Balancer - Classic
      • Neptune
      • Open Search Serverless
      • OpenSearch
      • Pulumi
      • Relational Database Service (RDS)
      • Route53
      • S3
      • Simple Notification Service
      • SQS
      • WAF - Global
      • WAF - Regional
      • WAF-V2
  • Azure
  • Google

Advanced

  • Virtual Resource
  • Workflows
  • State

Extending Gyro

  • Adding a Directive
  • Adding a Provider
  • Adding a Command
  • Adding a Resolver
Gyro
  • Docs »
  • AWS »
  • Api Gateway V2 »
  • aws::api-gateway-vpc-link

Query

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.
Next Previous

© Copyright 2020, Brightspot.