bcm-data-exports:GetTable

Read

bcm-data-exports:GetTable is a Read access-level action in the bcm-data-exports service. Grants permission to get the details of a table

Resource types

ARNs that bcm-data-exports:GetTable can be scoped to in an IAM policy.

arn:${Partition}:bcm-data-exports:${Region}:${Account}:table/${Identifier}
table

Condition keys

No condition keys are documented for this action.

Example IAM policy

A minimal policy that allows bcm-data-exports:GetTable. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowBcmdataexportsGetTable",
      "Effect": "Allow",
      "Action": "bcm-data-exports:GetTable",
      "Resource": "*"
    }
  ]
}

Related actions in bcm-data-exports

View all bcm-data-exports actions →