vendor-insights:UpdateSecurityProfileSnapshotCreationConfiguration is a Write access-level action in the vendor-insights service. Grants permission to update the security profile snapshot creation configuration
ARNs that vendor-insights:UpdateSecurityProfileSnapshotCreationConfiguration can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants vendor-insights:UpdateSecurityProfileSnapshotCreationConfiguration.
Filters access by tags that are passed in the request
Filters access by tags associated with the resource
Filters access by tag keys that are passed in the request
A minimal policy that allows vendor-insights:UpdateSecurityProfileSnapshotCreationConfiguration. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowVendorinsightsUpdateSecurityProfileSnapshotCreationConfiguration",
"Effect": "Allow",
"Action": "vendor-insights:UpdateSecurityProfileSnapshotCreationConfiguration",
"Resource": "*"
}
]
}