vendor-insights:GetSecurityProfileSnapshot

Read

vendor-insights:GetSecurityProfileSnapshot is a Read access-level action in the vendor-insights service. Grants permission to return the details of a security profile snapshot

Resource types

ARNs that vendor-insights:GetSecurityProfileSnapshot can be scoped to in an IAM policy.

arn:${Partition}:vendor-insights:::security-profile:${ResourceId}
SecurityProfile

Condition keys

Keys you can use in the Condition block of a policy that grants vendor-insights:GetSecurityProfileSnapshot.

aws:RequestTag/${TagKey} String

Filters access by tags that are passed in the request

aws:ResourceTag/${TagKey} String

Filters access by tags associated with the resource

aws:TagKeys ArrayOfString

Filters access by tag keys that are passed in the request

Example IAM policy

A minimal policy that allows vendor-insights:GetSecurityProfileSnapshot. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowVendorinsightsGetSecurityProfileSnapshot",
      "Effect": "Allow",
      "Action": "vendor-insights:GetSecurityProfileSnapshot",
      "Resource": "*"
    }
  ]
}

Related actions in vendor-insights

View all vendor-insights actions →