Endpoint Access
Creates a new Amazon Redshift Serverless Endpoint Access.
Example Usage
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.aws.redshiftserverless.EndpointAccess;
import com.pulumi.aws.redshiftserverless.EndpointAccessArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var example = new EndpointAccess("example", EndpointAccessArgs.builder()
.endpointName("example")
.workgroupName("example")
.build());
}
}
Content copied to clipboard
Import
Redshift Serverless Endpoint Access can be imported using the endpoint_name
, e.g.,
$ pulumi import aws:redshiftserverless/endpointAccess:EndpointAccess example example
Content copied to clipboard
Properties
Link copied to clipboard
The name of the endpoint.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The VPC endpoint or the Redshift Serverless workgroup. See VPC Endpoint
below.
Link copied to clipboard
An array of security group IDs to associate with the workgroup.
Link copied to clipboard
The name of the workgroup.