Is there an attribute for the Endpoint URL of Redshift Serverless

0

I have multiple needs in for the endpoint URL of a Redshift Serverless Workgroup that I am building in CloudFormation. I can not, for the life of me, figure out what the attribute is named or if it even exists. Is there an attribute for the Endpoint in Redshift Serverless? Essentially I am looking for the serverless equivalent of Redshift Cluster's !GetAtt RedshiftCluster.Endpoint.Address.

Any help is appreciated.

질문됨 5달 전269회 조회
1개 답변
0

Hi,

You may be referring to this:

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshiftserverless-workgroup-endpoint.html

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshiftserverless-workgroup.html

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.

답변함 5달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠