library
turbot/aws
OverviewPipelines
0
Triggers
0
Variables
GitHub

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
regionstringYesThe name of the Region.-
credstringYesName for credentials to use. If not provided, the default credentials will be used.default
client_vpn_endpoint_idstringYesThe ID of the Client VPN endpoint to modify.-
enable_loggingboolYesEnable or disable logging of VPN connections.
cloudwatch_log_groupstringNoThe name of the CloudWatch Log Group to log VPN connections.-
cloudwatch_log_streamstringNoThe name of the CloudWatch Log Stream within the Log Group.-

Outputs

NameDescription
vpn_modificationDetails about the VPN endpoint modification.