library
turbot/aws
OverviewPipelines
0
Triggers
0
Variables
GitHub

Pipeline: Revoke VPC Security Group Egress

Removes the specified outbound (egress) rules from a security group.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run aws.pipeline.revoke_vpc_security_group_egress \
--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_egress
args = {
region = <string>
security_group_id = <string>
security_group_rule_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
security_group_id
string
YesThe ID of the security group.-
security_group_rule_id
string
YesThe ID of the security group rule.-

Outputs

NameDescription
revoke_security_group_ruleConfirmation of security group removal