library
turbot/aws
OverviewPipelines
0
Triggers
0
Variables
GitHub

Revoke VPC Security Group Ingress

Removes the specified inbound (ingress) rules from a security group.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run aws.pipeline.revoke_vpc_security_group_ingress \
--arg 'region=<string>' \
--arg 'security_group_id=<string>' \
--arg 'security_group_rule_id=<string>'

Use this pipeline

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

step "pipeline" "step_name" {
pipeline = aws.pipeline.revoke_vpc_security_group_ingress
args = {
region = <string>
security_group_id = <string>
security_group_rule_id = <string>
}
}

Params

NameTypeRequiredDescriptionDefault
regionstringYesThe name of the Region.-
credstringYesName for credentials to use. If not provided, the default credentials will be used.default
security_group_idstringYesThe ID of the security group.-
security_group_rule_idstringYesThe ID of the security group rule.-

Outputs

This pipeline has no outputs.