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
credstringYesName for credentials to use. If not provided, the default credentials will be used.default
regionstringYesThe name of the Region.-
topic_namestringYesThe name of the Amazon SNS topic to create.flowpipe-test-18fdd395-aa7c-34cb-faf5-2cb50219ffd3
attribute_namestringYesThe name of the attribute to set.DisplayName
attribute_valuestringYesThe 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

type = test