library
turbot/aws
OverviewPipelines
0
Triggers
0
Variables
GitHub

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
regionstringYesThe name of the Region.-
topic_namestringYesThe name of the Amazon SNS topic to create.flowpipe-test-c7dcee2b-d072-2456-c49e-4b5e425e9b9a
attribute_namestringYesThe name of the attribute to set.DisplayName
attribute_valuestringYesThe value to set for the specified attribute.Flowpipe Test Topic
credstringYesName for credentials to use. If not provided, the default credentials will be used.default

Outputs

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