library
turbot/aws
OverviewPipelines
0
Triggers
0
Variables
GitHub

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

NameTypeRequiredDescriptionDefault
region
string
YesThe name of the Region.-
conn
connection.aws
YesName of AWS connection to use. If not provided, the default AWS connection will be used.connection.aws.default
db_cluster_identifier
string
YesThe identifier of the Neptune DB cluster.-
enable_cloudwatch_log_types
list(string)
NoA list of log types to enable for export to CloudWatch.-

Outputs

NameDescription
db_cluster_modificationInformation about the DB cluster modification.