Difference between revisions of "Aws sns create-topic"
Jump to navigation
Jump to search
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
* https://awscli.amazonaws.com/v2/documentation/api/latest/reference/sns/create-topic.html | * 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 == | == 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: