Skip to main content

Interface: DatasetPrincipalPermissionProps

Defined in: packages/depot-cdk/src/stage-depot-principal-permission.ts:5

Representation of a Dataset Principal Permission configuration

Properties

accountId?

readonly optional accountId?: string

Defined in: packages/depot-cdk/src/stage-depot-principal-permission.ts:16

The AWS account ID that the principal belongs to. Defaults to the current account ID


datasetId

readonly datasetId: string

Defined in: packages/depot-cdk/src/stage-depot-principal-permission.ts:10

The ID of the dataset that the principal will be granted access to


environmentId

readonly environmentId: string

Defined in: packages/depot-cdk/src/stage-depot-principal-permission.ts:7

The ID of the environment that the dataset belongs to


principal

readonly principal: string

Defined in: packages/depot-cdk/src/stage-depot-principal-permission.ts:13

The AWS IAM principal that will be granted access to the dataset