modifyDataPool
Modifies a Data Pool with the provided unique name, description, and data retention time. If any of the optional arguments are omitted, those properties will be unchanged on the Data Pool.
Arguments
input required modifyDataPoolInput
The fields for modifying a Data Pool.
input.idOrUniqueName required idOrUniqueName
The ID or unique name of the Data Pool to modify.
input.uniqueName optional String
The Data Pool's new unique name.
input.description optional String
The Data Pool's new description.
input.dataRetentionInDays optional Int
The Data Pool's new data retention in days.
input.syncing optional DataPoolSyncingInput
The Data Pool's new syncing settings.
input.accessControlEnabled optional Boolean
Enables or disables access control for the Data Pool.
If the Data Pool has access control enabled, Applications must be assigned Data Pool Access Policies in order to query the Data Pool and its Metrics.
Returns
Nullable DataPoolOrFailureResponse
The result of a mutation which creates or modifies a Data Pool.
If successful, an DataPoolResponse
will be returned; otherwise, a
FailureResponse
will be returned.