AWS cli documentation change
Summary
Added documentation for InstanceArn and IdentityStoreArn output fields in create-application command
Security assessment
Adds documentation for IAM Identity Center integration fields. Enhances security feature documentation but doesn't fix a vulnerability.
Diff
diff --git a/cli/latest/reference/sso-admin/create-application.md b/cli/latest/reference/sso-admin/create-application.md index 1065a26f0..46a1405af 100644 --- a//cli/latest/reference/sso-admin/create-application.md +++ b//cli/latest/reference/sso-admin/create-application.md @@ -15 +15 @@ - * [AWS CLI 2.34.38 Command Reference](../../index.html) » + * [AWS CLI 2.34.40 Command Reference](../../index.html) » @@ -424,0 +425,16 @@ ApplicationArn -> (string) +InstanceArn -> (string) + +> The ARN of the instance of IAM Identity Center under which the operation will run. For more information about ARNs, see [Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the _Amazon Web Services General Reference_ . +> +> Constraints: +> +> * min: `10` +> * max: `1224` +> * pattern: `arn:aws(-[a-z]{1,5}){0,3}:sso:::instance/(sso)?ins-[a-zA-Z0-9-.]{16}` +> + + +IdentityStoreArn -> (string) + +> The ARN of the identity store that is connected to the instance of IAM Identity Center. + @@ -435 +451 @@ ApplicationArn -> (string) - * [AWS CLI 2.34.38 Command Reference](../../index.html) » + * [AWS CLI 2.34.40 Command Reference](../../index.html) »