library
turbot/aws
Get Involved
Version
Pipeline: Modify Neptune DB Cluster
Modify a Neptune DB cluster to enable CloudWatch log groups.
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run aws.pipeline.modify_neptune_db_cluster \ --arg 'region=<string>' \ --arg 'db_cluster_identifier=<string>'
Use this pipeline
To call this pipeline from your pipeline, use a step:
step "pipeline" "step_name" { pipeline = aws.pipeline.modify_neptune_db_cluster args = { region = <string> db_cluster_identifier = <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 |
db_cluster_identifier | string | Yes | The identifier of the Neptune DB cluster. | - |
enable_cloudwatch_log_types | list(string) | No | A list of log types to enable for export to CloudWatch. | - |
Outputs
Name | Description |
---|---|
db_cluster_modification | Information about the DB cluster modification. |