standard
turbot/aws_compliance

Pipeline: Delete IAM server certificate

Delete the specified IAM server certificate.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run aws_compliance.pipeline.delete_iam_server_certificate \
--arg 'server_certificate_name=<string>'

Use this pipeline

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

step "pipeline" "step_name" {
pipeline = aws_compliance.pipeline.delete_iam_server_certificate
args = {
server_certificate_name = <string>
}
}

Params

NameTypeRequiredDescriptionDefault
conn
connection.aws
YesName of the AWS connection to be used for any authenticated actions.connection.aws.default
server_certificate_name
string
YesThe name of the IAM server certificate to be deleted.-

Outputs

This pipeline has no outputs.

Tags

category = Compliance
folder = Internal
mod = aws
service = AWS/IAM