S3key
Example Syntax
Parameter Reference
The following parameters are supported:
Name | Required | Type | Default | Description |
---|---|---|---|---|
user_id | yes | string | The unique ID of the user. | |
key_id | yes | string | The ID of the key. Required only for state = 'update' or state = 'absent' | |
active | no | boolean | State of the key. | |
idempotency | no | boolean | False | Flag that dictates respecting idempotency. If an s3key already exists, returns with already existing key instead of creating more |
Last updated