Difference between revisions of "Aws sns create-topic"
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
aws sns create-topic --name my-topic | 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: