AWS AWSCloudFormation documentation change
Summary
Added multiple properties including AccessLogLocation, ETagAlgorithmFamily, PropagatedSetLevelTags, and S3AccessPolicy with related documentation
Security assessment
New properties related to access logging, S3 access policies, and data integrity (ETag algorithms) enhance security documentation but do not indicate a security fix
Diff
diff --git a/AWSCloudFormation/latest/UserGuide/aws-resource-omics-sequencestore.md b/AWSCloudFormation/latest/UserGuide/aws-resource-omics-sequencestore.md index 42778fcf0..65ac28467 100644 --- a/AWSCloudFormation/latest/UserGuide/aws-resource-omics-sequencestore.md +++ b/AWSCloudFormation/latest/UserGuide/aws-resource-omics-sequencestore.md @@ -18,0 +19 @@ To declare this entity in your AWS CloudFormation template, use the following sy + "AccessLogLocation" : String, @@ -19,0 +21 @@ To declare this entity in your AWS CloudFormation template, use the following sy + "ETagAlgorithmFamily" : String, @@ -21,0 +24,2 @@ To declare this entity in your AWS CloudFormation template, use the following sy + "PropagatedSetLevelTags" : [ String, ... ], + "S3AccessPolicy" : Json, @@ -32,0 +37 @@ To declare this entity in your AWS CloudFormation template, use the following sy + AccessLogLocation: String @@ -33,0 +39 @@ To declare this entity in your AWS CloudFormation template, use the following sy + ETagAlgorithmFamily: String @@ -35,0 +42,3 @@ To declare this entity in your AWS CloudFormation template, use the following sy + PropagatedSetLevelTags: + - String + S3AccessPolicy: Json @@ -43,0 +53,13 @@ To declare this entity in your AWS CloudFormation template, use the following sy +`AccessLogLocation` + + +Location of the access logs. + +_Required_ : No + + _Type_ : String + + _Pattern_ : `^$|^s3://([a-z0-9][a-z0-9-.]{1,61}[a-z0-9])/?((.{1,800})/)?$` + +_Update requires_ : [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) + @@ -58,0 +81,13 @@ _Minimum_ : `1` + _Update requires_ : [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) + +`ETagAlgorithmFamily` + + +The algorithm family of the ETag. + +_Required_ : No + + _Type_ : String + + _Allowed values_ : `MD5up | SHA256up | SHA512up` + @@ -70 +105 @@ _Required_ : No - _Pattern_ : `^s3:\/\/([a-z0-9][a-z0-9-.]{1,61}[a-z0-9])\/?((.{1,1024})\/)?$` + _Pattern_ : `^$|^s3://([a-z0-9][a-z0-9-.]{1,61}[a-z0-9])/?((.{1,1024})/)?$` @@ -72 +107 @@ _Required_ : No -_Minimum_ : `1` +_Minimum_ : `0` @@ -74 +109 @@ _Minimum_ : `1` - _Update requires_ : [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement) + _Update requires_ : [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) @@ -91 +126,27 @@ _Minimum_ : `1` - _Update requires_ : [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement) + _Update requires_ : [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) + +`PropagatedSetLevelTags` + + +Property description not available. + +_Required_ : No + + _Type_ : Array of String + + _Minimum_ : `1 | 0` + + _Maximum_ : `128 | 50` + + _Update requires_ : [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) + +`S3AccessPolicy` + + +Property description not available. + +_Required_ : No + + _Type_ : Json + + _Update requires_ : [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) @@ -119 +180 @@ _Minimum_ : `0` - _Update requires_ : [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement) + _Update requires_ : [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) @@ -146,0 +208,10 @@ When the store was created. +`S3AccessPointArn` + + +This is ARN of the access point associated with the S3 bucket storing read sets. + +`S3Uri` + + +The S3 URI of the sequence store. + @@ -151,0 +223,15 @@ The store's ID. +`Status` + + +Status of the sequence store. + +`StatusMessage` + + +The status message of the sequence store. + +`UpdateTime` + + +The last-updated time of the Sequence Store. +