View Source aws_finspace_data (aws v0.7.14)
Link to this section Summary
Functions
Adds a user account to a permission group to grant permissions for actions a user can perform in FinSpace.
Creates a new Changeset in a FinSpace Dataset.
Creates a Dataview for a Dataset.
Creates a new FinSpace Dataset.
Creates a group of permissions for various actions that a user can perform in FinSpace.
Creates a new user in FinSpace.
Deletes a FinSpace Dataset.
Deletes a permission group.
Denies access to the FinSpace web application and API for the specified user.
Removes a user account from a permission group.
Allows the specified user to access the FinSpace web application and API.
Get information about a Changeset.
Gets information about a Dataview.
Returns information about a Dataset.
Returns the credentials to access the external Dataview from an S3 location.
Retrieves the details of a specific permission group.
Request programmatic credentials to use with FinSpace SDK.
Retrieves details for a specific user.
A temporary Amazon S3 location, where you can copy your files from a source location to stage or use as a scratch space in FinSpace notebook.
Lists the FinSpace Changesets for a Dataset.
Lists all available Dataviews for a Dataset.
Lists all of the active Datasets that a user has access to.
Lists all available permission groups in FinSpace.
Lists all the permission groups that are associated with a specific user account.
Lists all available user accounts in FinSpace.
Lists details of all the users in a specific permission group.
Resets the password for a specified user ID and generates a temporary one.
Updates a FinSpace Changeset.
Updates a FinSpace Dataset.
Modifies the details of a permission group.
Modifies the details of the specified user account.
Link to this section Functions
Link to this function
associate_user_to_permission_group(Client, PermissionGroupId, UserId, Input)
View Source
Link to this function
associate_user_to_permission_group(Client, PermissionGroupId, UserId, Input0, Options0)
View SourceDeletes a permission group.
This action is irreversible.
Link to this function
delete_permission_group(Client, PermissionGroupId, Input0, Options0)
View Source
Link to this function
disassociate_user_from_permission_group(Client, PermissionGroupId, UserId, Input)
View Source
Link to this function
disassociate_user_from_permission_group(Client, PermissionGroupId, UserId, Input0, Options0)
View Source
Link to this function
get_changeset(Client, ChangesetId, DatasetId, QueryMap, HeadersMap)
View Source
Link to this function
get_changeset(Client, ChangesetId, DatasetId, QueryMap, HeadersMap, Options0)
View Source
Link to this function
get_data_view(Client, DataViewId, DatasetId, QueryMap, HeadersMap)
View Source
Link to this function
get_data_view(Client, DataViewId, DatasetId, QueryMap, HeadersMap, Options0)
View Source
Link to this function
get_external_data_view_access_details(Client, DataViewId, DatasetId, Input)
View SourceReturns the credentials to access the external Dataview from an S3 location.
To call this API:
You must retrieve the programmatic credentials.
You must be a member of a FinSpace user group, where the dataset that you want to access has
Read Dataset Data
permissions.
Link to this function
get_external_data_view_access_details(Client, DataViewId, DatasetId, Input0, Options0)
View Source
Link to this function
get_permission_group(Client, PermissionGroupId, QueryMap, HeadersMap)
View Source
Link to this function
get_permission_group(Client, PermissionGroupId, QueryMap, HeadersMap, Options0)
View Source
Link to this function
get_programmatic_access_credentials(Client, EnvironmentId, QueryMap, HeadersMap)
View Source
Link to this function
get_programmatic_access_credentials(Client, EnvironmentId, QueryMap, HeadersMap, Options0)
View Source
Link to this function
list_changesets(Client, DatasetId, QueryMap, HeadersMap, Options0)
View Source
Link to this function
list_data_views(Client, DatasetId, QueryMap, HeadersMap, Options0)
View Source
Link to this function
list_permission_groups(Client, MaxResults, QueryMap, HeadersMap, Options0)
View Source
Link to this function
list_permission_groups_by_user(Client, UserId, MaxResults, QueryMap, HeadersMap)
View Source
Link to this function
list_permission_groups_by_user(Client, UserId, MaxResults, QueryMap, HeadersMap, Options0)
View Source
Link to this function
list_users_by_permission_group(Client, PermissionGroupId, MaxResults)
View Source
Link to this function
list_users_by_permission_group(Client, PermissionGroupId, MaxResults, QueryMap, HeadersMap)
View Source
Link to this function
list_users_by_permission_group(Client, PermissionGroupId, MaxResults, QueryMap, HeadersMap, Options0)
View SourceResets the password for a specified user ID and generates a temporary one.
Only a superuser can reset password for other users. Resetting the password immediately invalidates the previous password associated with the user.
Link to this function
update_changeset(Client, ChangesetId, DatasetId, Input0, Options0)
View SourceModifies the details of a permission group.
You cannot modify apermissionGroupID
.
Link to this function
update_permission_group(Client, PermissionGroupId, Input0, Options0)
View SourceModifies the details of the specified user account.
You cannot update theuserId
for a user.