library
turbot/aws
OverviewPipelines
0
Triggers
0
Variables
GitHub

Pipeline: Modify Client VPN Endpoint

Modifies the connection log settings of a specified AWS Client VPN endpoint.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run aws.pipeline.modify_client_vpn_endpoint \
--arg 'region=<string>' \
--arg 'client_vpn_endpoint_id=<string>'

Use this pipeline

To call this pipeline from your pipeline, use a step:

step "pipeline" "step_name" {
pipeline = aws.pipeline.modify_client_vpn_endpoint
args = {
region = <string>
client_vpn_endpoint_id = <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
client_vpn_endpoint_id
string
YesThe ID of the Client VPN endpoint to modify.-
enable_logging
bool
YesEnable or disable logging of VPN connections.true
cloudwatch_log_group
string
NoThe name of the CloudWatch Log Group to log VPN connections.-
cloudwatch_log_stream
string
NoThe name of the CloudWatch Log Stream within the Log Group.-

Outputs

NameDescription
vpn_modificationDetails about the VPN endpoint modification.