1 Answer
- Newest
- Most votes
- Most comments
0
Hi,
You may be referring to this:
The AWS::RedshiftServerless::Workgroup resource does include an Endpoint attribute that you can reference. This Endpoint attribute is part of the properties of the Workgroup resource, and it comprises several components:
- Address: The DNS address of the VPC endpoint.
- Port: The port that Amazon Redshift Serverless listens on.
- VpcEndpoints: An array of VpcEndpoint objects.
These components of the Endpoint are specified within the AWS::RedshiftServerless::Workgroup resource in your CloudFormation template. You can define them in both JSON and YAML formats. The Endpoint attribute is not a required field, meaning it's optional to specify it in your CloudFormation template, but it's available for use when needed.
answered a year ago
Relevant content
- Accepted Answerasked 3 years ago
- Accepted Answerasked 2 years ago
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago