library
turbot/aws
Get Involved
Version
Pipeline: Update DynamoDB Table Continuous Backup
Update settings for a DynamoDB Table Continuous Backup.
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run aws.pipeline.update_dynamodb_continuous_backup \ --arg 'region=<string>' \ --arg 'table_name=<string>'
Use this pipeline
To call this pipeline from your pipeline, use a step:
step "pipeline" "step_name" { pipeline = aws.pipeline.update_dynamodb_continuous_backup args = { region = <string> table_name = <string> }}
Params
Name | Type | Required | Description | Default |
---|---|---|---|---|
region | string | Yes | The name of the Region. | - |
conn | connection.aws | Yes | Name of AWS connection to use. If not provided, the default AWS connection will be used. | connection.aws.default |
table_name | string | Yes | The name of the DynamoDB table to update. | - |
Outputs
Name | Description |
---|---|
continuous_backups_description | Contains the details of a DynamoDB Table Continuous Backup. |