detective:UpdateOrganizationConfiguration is a Write access-level action in the detective service. Grants permission to update the current configuration related to the Amazon Detective integration with AWS Organizations
ARNs that detective:UpdateOrganizationConfiguration can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants detective:UpdateOrganizationConfiguration.
Filters access by specifying the tags associated with the resource
To use detective:UpdateOrganizationConfiguration you may also need to grant:
A minimal policy that allows detective:UpdateOrganizationConfiguration. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowDetectiveUpdateOrganizationConfiguration",
"Effect": "Allow",
"Action": "detective:UpdateOrganizationConfiguration",
"Resource": "*"
}
]
}