AWS AWSCloudFormation documentation change
Summary
Added LocalTimeZoneDetectionScope property with allowed values PRIMARY_ONLY | ALL_AVAILABLE
Security assessment
Adds a configuration option for profile attribute scope in timezone detection with no security implications or security feature documentation.
Diff
diff --git a/AWSCloudFormation/latest/TemplateReference/aws-properties-connectcampaignsv2-campaign-localtimezoneconfig.md b/AWSCloudFormation/latest/TemplateReference/aws-properties-connectcampaignsv2-campaign-localtimezoneconfig.md index 434faf90a..e45731039 100644 --- a//AWSCloudFormation/latest/TemplateReference/aws-properties-connectcampaignsv2-campaign-localtimezoneconfig.md +++ b//AWSCloudFormation/latest/TemplateReference/aws-properties-connectcampaignsv2-campaign-localtimezoneconfig.md @@ -22 +22,2 @@ To declare this entity in your CloudFormation template, use the following syntax - "LocalTimeZoneDetection" : [ String, ... ] + "LocalTimeZoneDetection" : [ String, ... ], + "LocalTimeZoneDetectionScope" : String @@ -31,0 +33 @@ To declare this entity in your CloudFormation template, use the following syntax + LocalTimeZoneDetectionScope: String @@ -57,0 +60,13 @@ _Required_ : No +`LocalTimeZoneDetectionScope` + + +The scope of profile attributes used for timezone detection. + +_Required_ : No + + _Type_ : String + + _Allowed values_ : `PRIMARY_ONLY | ALL_AVAILABLE` + + _Update requires_ : [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) +