View Source AWS.Finspace (aws-elixir v0.13.3)

The FinSpace management service provides the APIs for managing FinSpace environments.

Link to this section Summary

Link to this section Functions

Link to this function

create_environment(client, input, options \\ [])

View Source

Create a new FinSpace environment.

Link to this function

delete_environment(client, environment_id, input, options \\ [])

View Source

Delete an FinSpace environment.

Link to this function

get_environment(client, environment_id, options \\ [])

View Source

Returns the FinSpace environment object.

Link to this function

list_environments(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

A list of all of your FinSpace environments.

Link to this function

list_tags_for_resource(client, resource_arn, options \\ [])

View Source

A list of all tags for a resource.

Link to this function

tag_resource(client, resource_arn, input, options \\ [])

View Source

Adds metadata tags to a FinSpace resource.

Link to this function

untag_resource(client, resource_arn, input, options \\ [])

View Source

Removes metadata tags from a FinSpace resource.

Link to this function

update_environment(client, environment_id, input, options \\ [])

View Source

Update your FinSpace environment.