standard
turbot/aws_compliance

Pipeline: Correct one account without alternate security contact

Add alternate security contact for an account.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run aws_compliance.pipeline.correct_one_account_without_alternate_security_contact \
--arg 'title=<string>' \
--arg 'alternate_account_title=<string>' \
--arg 'name=<string>' \
--arg 'email_address=<string>' \
--arg 'phone_number=<string>' \
--arg 'conn=<connection.aws>'

Use this pipeline

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

step "pipeline" "step_name" {
pipeline = aws_compliance.pipeline.correct_one_account_without_alternate_security_contact
args = {
title = <string>
alternate_account_title = <string>
name = <string>
email_address = <string>
phone_number = <string>
conn = <connection.aws>
}
}

Params

NameTypeRequiredDescriptionDefault
title
string
YesTitle of the resource, to be used as a display name.-
alternate_account_title
string
YesThe title of the alternate contact-
name
string
YesThe name of the alternate contact-
email_address
string
YesThe email address of the alternate contact.-
phone_number
string
YesThe phone number of the alternate contact.-
conn
connection.aws
YesName of the AWS connection to be used for any authenticated actions.-
notifier
notifier
YesThe name of the notifier to use for sending notification messages.notifier.default
notification_level
string
verbose, info, error
YesThe verbosity level of notification messages to send.info
approvers
list(notifier)
YesList of notifiers to be used for obtaining action/approval decisions.notifier.default
default_action
string
notify, skip, add_alternate_security_contact
YesThe default action to use when there are no approvers.notify
enabled_actions
list(string)
skip, add_alternate_security_contact
YesThe list of enabled actions approvers can select.
[
"skip",
"add_alternate_security_contact"
]

Outputs

This pipeline has no outputs.

Tags

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