AWS emr documentation change
Summary
Corrected API name from 'describe-security-configure' to 'describe-security-configuration'.
Security assessment
Fixes an incorrect API name reference. No security impact; ensures documentation accuracy for IAM Identity Center integration.
Diff
diff --git a/emr/latest/ManagementGuide/emr-idc-considerations.md b/emr/latest/ManagementGuide/emr-idc-considerations.md index 97b2a7b49..25bdbbfbd 100644 --- a//emr/latest/ManagementGuide/emr-idc-considerations.md +++ b//emr/latest/ManagementGuide/emr-idc-considerations.md @@ -19 +19 @@ Consider the following points when you use IAM Identity Center with Amazon EMR: - * Fine-grained access controls using AWS Lake Formation that use Trusted Identity Propagation will need to update Lake Formation Identity Center configuration by adding EMR managed IAM Identity application arn as authorized target. You can find Amazon EMR managed IAM Identity application ARN by calling EMR `describe-security-configure` API and look for field ``IdCApplicationARN``. More details: [Updating IAM Identity Center integration](https://docs.aws.amazon.com/lake-formation/latest/dg/update-lf-identity-center-connection.html) on how to setup Lake Formation with IAM Identity Center configuration. + * Fine-grained access controls using AWS Lake Formation that use Trusted Identity Propagation will need to update Lake Formation Identity Center configuration by adding EMR managed IAM Identity application arn as authorized target. You can find Amazon EMR managed IAM Identity application ARN by calling EMR `describe-security-configuration` API and look for field ``IdCApplicationARN``. More details: [Updating IAM Identity Center integration](https://docs.aws.amazon.com/lake-formation/latest/dg/update-lf-identity-center-connection.html) on how to setup Lake Formation with IAM Identity Center configuration.