library
turbot/aws
OverviewPipelines
0
Triggers
0
Variables
GitHub

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

NameTypeRequiredDescriptionDefault
regionstringYesThe name of the Region.-
credstringYesName for credentials to use. If not provided, the default credentials will be used.default
db_cluster_identifierstringYesThe identifier of the Neptune DB cluster.-
enable_cloudwatch_log_typeslist(string)NoA list of log types to enable for export to CloudWatch.-

Outputs

NameDescription
db_cluster_modificationInformation about the DB cluster modification.