Difference between revisions of "Aws sns create-topic"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{lc}} == See also == * {{aws sns}} * {{SNS}} Category:AWS")
 
 
(6 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

Advertising: