identity-sync:AllowVendedLogDeliveryForResource

Permissions management

identity-sync:AllowVendedLogDeliveryForResource is a Permissions management access-level action in the identity-sync service. Grants permission to configure vended log delivery for a Sync Profile

Resource types

ARNs that identity-sync:AllowVendedLogDeliveryForResource can be scoped to in an IAM policy.

arn:${Partition}:identity-sync:${Region}:${Account}:profile/${SyncProfileName}
SyncProfileResource

Condition keys

No condition keys are documented for this action.

Example IAM policy

A minimal policy that allows identity-sync:AllowVendedLogDeliveryForResource. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowIdentitysyncAllowVendedLogDeliveryForResource",
      "Effect": "Allow",
      "Action": "identity-sync:AllowVendedLogDeliveryForResource",
      "Resource": "*"
    }
  ]
}

Related actions in identity-sync

View all identity-sync actions →