securitylake:GetSubscriber is a Read access-level action in the securitylake service. Grants permission to get information about subscriber that is already created
ARNs that securitylake:GetSubscriber can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants securitylake:GetSubscriber.
Filters access by tags that are passed in the request
Filters access by a tag key and value pair of a resource
A minimal policy that allows securitylake:GetSubscriber. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowSecuritylakeGetSubscriber",
"Effect": "Allow",
"Action": "securitylake:GetSubscriber",
"Resource": "*"
}
]
}