Resource: aws_redshiftserverless_endpoint_access

Creates a new Amazon Redshift Serverless Endpoint Access.

Example Usage

resource "aws_redshiftserverless_endpoint_access" "example" {
  endpoint_name  = "example"
  workgroup_name = "example"
}

Argument Reference

This resource supports the following arguments:

Attribute Reference

This resource exports the following attributes in addition to the arguments above:

VPC Endpoint

Network Interface

Import

In Terraform v1.5.0 and later, use an import block to import Redshift Serverless Endpoint Access using the endpoint_name. For example:

import {
  to = aws_redshiftserverless_endpoint_access.example
  id = "example"
}

Using terraform import, import Redshift Serverless Endpoint Access using the endpoint_name. For example:

% terraform import aws_redshiftserverless_endpoint_access.example example