library
turbot/aws
OverviewPipelines
0
Triggers
0
Variables
GitHub

Pipeline: Test Create SNS Topic

Test the create_sns_topic pipeline.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run aws.pipeline.test_create_sns_topic \
--arg 'region=<string>'

Use this pipeline

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

step "pipeline" "step_name" {
pipeline = aws.pipeline.test_create_sns_topic
args = {
region = <string>
}
}

Params

NameTypeRequiredDescriptionDefault
conn
connection.aws
YesName of AWS connection to use. If not provided, the default AWS connection will be used.connection.aws.default
region
string
YesThe name of the Region.-
topic_name
string
YesThe name of the Amazon SNS topic to create.flowpipe-test-26019c4b-2548-eb6c-180c-553e10fc272a
attribute_name
string
YesThe name of the attribute to set.DisplayName
attribute_value
string
YesThe value to set for the specified attribute.Flowpipe Test Topic

Outputs

NameDescription
created_topic_arnThe ARN of the created topic.
topic_attributesThe attributes of the created topic.
test_resultsTest results for each step.

Tags

folder = Tests