AWS AWSCloudFormation documentation change
Summary
Removed TrackName and Workgroup properties from syntax and documentation; added Workgroup.BaseCapacity and Workgroup.MaxCapacity GetAtt attributes
Security assessment
Changes involve restructuring resource properties without security context. No vulnerabilities or security features mentioned.
Diff
diff --git a/AWSCloudFormation/latest/UserGuide/aws-resource-redshiftserverless-workgroup.md b/AWSCloudFormation/latest/UserGuide/aws-resource-redshiftserverless-workgroup.md index 7db936d1f..f785d0e37 100644 --- a/AWSCloudFormation/latest/UserGuide/aws-resource-redshiftserverless-workgroup.md +++ b/AWSCloudFormation/latest/UserGuide/aws-resource-redshiftserverless-workgroup.md @@ -30,2 +29,0 @@ To declare this entity in your AWS CloudFormation template, use the following sy - "TrackName" : String, - "Workgroup" : [Workgroup](./aws-properties-redshiftserverless-workgroup-workgroup.html), @@ -58,3 +55,0 @@ To declare this entity in your AWS CloudFormation template, use the following sy - TrackName: String - Workgroup: - [Workgroup](./aws-properties-redshiftserverless-workgroup-workgroup.html) @@ -207,28 +201,0 @@ _Required_ : No -`TrackName` - - -An optional parameter for the name of the track for the workgroup. If you don't provide a track name, the workgroup is assigned to the current track. - -_Required_ : No - - _Type_ : String - - _Pattern_ : `^[a-zA-Z0-9_]+$` - -_Minimum_ : `1` - - _Maximum_ : `256` - - _Update requires_ : [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) - -`Workgroup` - - -The collection of computing resources from which an endpoint is created. - -_Required_ : No - - _Type_ : [Workgroup](./aws-properties-redshiftserverless-workgroup-workgroup.html) - - _Update requires_ : [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) - @@ -263,0 +231,5 @@ GetAtt returns a value for a specified attribute of this type. For more informat +`Workgroup.BaseCapacity` + + +The base data warehouse capacity of the workgroup in Redshift Processing Units (RPUs). + @@ -283,0 +256,5 @@ The value that specifies whether to enable enhanced virtual private cloud (VPC) +`Workgroup.MaxCapacity` + + +The maximum data-warehouse capacity Amazon Redshift Serverless uses to serve queries. The max capacity is specified in RPUs. + @@ -309,5 +285,0 @@ An array of subnet IDs the workgroup is associated with. -`Workgroup.TrackName` - - -Property description not available. -