library
turbot/aws
Get Involved
Version
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
| Name | Type | Required | Description | Default |
|---|---|---|---|---|
| conn | connection.aws | Yes | Name of AWS connection to use. If not provided, the default AWS connection will be used. | connection.aws.default |
| region | string | Yes | The name of the Region. | - |
| topic_name | string | Yes | The name of the Amazon SNS topic to create. | flowpipe-test-2b3720b3-8391-536f-abab-93eb077851e9 |
| attribute_name | string | Yes | The name of the attribute to set. | DisplayName |
| attribute_value | string | Yes | The value to set for the specified attribute. | Flowpipe Test Topic |
Outputs
| Name | Description |
|---|---|
| created_topic_arn | The ARN of the created topic. |
| topic_attributes | The attributes of the created topic. |
| test_results | Test results for each step. |
Tags
folder = Tests