Difference between revisions of "Aws sns create-topic"
Jump to navigation
Jump to search
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
+ | * https://awscli.amazonaws.com/v2/documentation/api/latest/reference/sns/create-topic.html | ||
+ | aws sns create-topic --name my-topic | ||
+ | aws sns create-topic --name my-topic | ||
+ | { | ||
+ | "[[TopicArn]]": "[[arn:aws:sns]]:us-east-1:987654321:my-topic" | ||
+ | } | ||
− | + | == Related == | |
+ | * [[Terraform resource: aws_sns_topic]] | ||
== See also == | == See also == |
Latest revision as of 05:59, 20 June 2024
aws sns create-topic --name my-topic
aws sns create-topic --name my-topic { "TopicArn": "arn:aws:sns:us-east-1:987654321:my-topic" }
Related[edit]
See also[edit]
Advertising: