AWS AWSCloudFormation documentation change
Summary
Added IdcInstanceArn property documentation for IAM Identity Center configuration
Security assessment
The change documents SSO (Single Sign-On) configuration through IAM Identity Center ARN, which is a security feature. However, there's no indication this addresses a specific security vulnerability - it appears to be standard documentation of a security-related property.
Diff
diff --git a/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-domain-singlesignon.md b/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-domain-singlesignon.md index 97b22ace9..f4135d713 100644 --- a//AWSCloudFormation/latest/UserGuide/aws-properties-datazone-domain-singlesignon.md +++ b//AWSCloudFormation/latest/UserGuide/aws-properties-datazone-domain-singlesignon.md @@ -16,0 +17 @@ To declare this entity in your AWS CloudFormation template, use the following sy + "IdcInstanceArn" : String, @@ -24,0 +26 @@ To declare this entity in your AWS CloudFormation template, use the following sy + IdcInstanceArn: String @@ -30,0 +33,17 @@ To declare this entity in your AWS CloudFormation template, use the following sy +`IdcInstanceArn` + + +Property description not available. + +_Required_ : No + + _Type_ : String + + _Pattern_ : `arn:(aws|aws-us-gov|aws-cn|aws-iso|aws-iso-b):sso:::instance/(sso)?ins-[a-zA-Z0-9-.]{16}` + +_Minimum_ : `10` + + _Maximum_ : `1224` + + _Update requires_ : [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) +