AWS AWSCloudFormation documentation change
Summary
Expanded semantic versioning documentation and updated ARN/encryption status descriptions.
Security assessment
Focuses on versioning patterns and resource tracking. Encryption status is mentioned but not a new security feature. No security implications identified.
Diff
diff --git a/AWSCloudFormation/latest/TemplateReference/aws-resource-imagebuilder-component.md b/AWSCloudFormation/latest/TemplateReference/aws-resource-imagebuilder-component.md index 5d894e53c..abd4be956 100644 --- a//AWSCloudFormation/latest/TemplateReference/aws-resource-imagebuilder-component.md +++ b//AWSCloudFormation/latest/TemplateReference/aws-resource-imagebuilder-component.md @@ -193 +193,9 @@ _Required_ : No -The component version. For example, `1.0.0`. +The semantic version of the component. This version follows the semantic version syntax. + +###### Note + +The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them. + +**Assignment:** For the first three nodes you can assign any positive integer value, including zero, with an upper limit of 2^30-1, or 1073741823 for each node. Image Builder automatically assigns the build number to the fourth node. + +**Patterns:** You can use any numeric pattern that adheres to the assignment requirements for the nodes that you can assign. For example, you might choose a software version pattern, such as 1.0.0, or a date, such as 2021.01.01. @@ -198,0 +207,2 @@ _Required_ : Yes + _Pattern_ : `^[0-9]+\.[0-9]+\.[0-9]+$` + @@ -230 +240 @@ Returns the encryption status of the component. For example `true` or `false`. -The Amazon Resource Name (ARN) of the component. +The latest version Amazon Resource Name (ARN) of the Image Builder resource. @@ -235 +245 @@ The Amazon Resource Name (ARN) of the component. -Property description not available. +The latest version Amazon Resource Name (ARN) with the same `major` version of the Image Builder resource. @@ -240 +250 @@ Property description not available. -Property description not available. +The latest version Amazon Resource Name (ARN) with the same `minor` version of the Image Builder resource. @@ -245 +255 @@ Property description not available. -Property description not available. +The latest version Amazon Resource Name (ARN) with the same `patch` version of the Image Builder resource.