We recommend new projects start with resources from the AWS provider.
aws-native.sns.getTopic
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
The AWS::SNS::Topic
resource creates a topic to which notifications can be published.
One account can create a maximum of 100,000 standard topics and 1,000 FIFO topics. For more information, see endpoints and quotas in the General Reference.
The structure of AUTHPARAMS
depends on the .signature of the API request. For more information, see Examples of the complete Signature Version 4 signing process in the General Reference.
Using getTopic
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getTopic(args: GetTopicArgs, opts?: InvokeOptions): Promise<GetTopicResult>
function getTopicOutput(args: GetTopicOutputArgs, opts?: InvokeOptions): Output<GetTopicResult>
def get_topic(topic_arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTopicResult
def get_topic_output(topic_arn: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetTopicResult]
func LookupTopic(ctx *Context, args *LookupTopicArgs, opts ...InvokeOption) (*LookupTopicResult, error)
func LookupTopicOutput(ctx *Context, args *LookupTopicOutputArgs, opts ...InvokeOption) LookupTopicResultOutput
> Note: This function is named LookupTopic
in the Go SDK.
public static class GetTopic
{
public static Task<GetTopicResult> InvokeAsync(GetTopicArgs args, InvokeOptions? opts = null)
public static Output<GetTopicResult> Invoke(GetTopicInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetTopicResult> getTopic(GetTopicArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:sns:getTopic
arguments:
# arguments dictionary
The following arguments are supported:
- Topic
Arn string - Returns the ARN of an Amazon SNS topic.
- Topic
Arn string - Returns the ARN of an Amazon SNS topic.
- topic
Arn String - Returns the ARN of an Amazon SNS topic.
- topic
Arn string - Returns the ARN of an Amazon SNS topic.
- topic_
arn str - Returns the ARN of an Amazon SNS topic.
- topic
Arn String - Returns the ARN of an Amazon SNS topic.
getTopic Result
The following output properties are available:
- Archive
Policy object The archive policy determines the number of days SNS retains messages. You can set a retention period from 1 to 365 days.
Search the CloudFormation User Guide for
AWS::SNS::Topic
for more information about the expected schema for this property.- Content
Based boolDeduplication - Enables content-based deduplication for FIFO topics.
- By default,
ContentBasedDeduplication
is set tofalse
. If you create a FIFO topic and this attribute isfalse
, you must specify a value for theMessageDeduplicationId
parameter for the Publish action. - When you set
ContentBasedDeduplication
totrue
, SNS uses a SHA-256 hash to generate theMessageDeduplicationId
using the body of the message (but not the attributes of the message). (Optional) To override the generated value, you can specify a value for the theMessageDeduplicationId
parameter for thePublish
action.
- By default,
- Data
Protection objectPolicy The body of the policy document you want to use for this topic. You can only add one policy per topic. The policy must be in JSON string format. Length Constraints: Maximum length of 30,720.
Search the CloudFormation User Guide for
AWS::SNS::Topic
for more information about the expected schema for this property.- Delivery
Status List<Pulumi.Logging Aws Native. Sns. Outputs. Topic Logging Config> The
DeliveryStatusLogging
configuration enables you to log the delivery status of messages sent from your Amazon SNS topic to subscribed endpoints with the following supported delivery protocols:- HTTP
- Amazon Kinesis Data Firehose
- AWS Lambda
- Platform application endpoint
- Amazon Simple Queue Service
Once configured, log entries are sent to Amazon CloudWatch Logs.
- Display
Name string - The display name to use for an SNS topic with SMS subscriptions. The display name must be maximum 100 characters long, including hyphens (-), underscores (_), spaces, and tabs.
- Kms
Master stringKey Id - The ID of an AWS managed customer master key (CMK) for SNS or a custom CMK. For more information, see Key terms. For more examples, see
KeyId
in the API Reference. This property applies only to server-side-encryption. - Signature
Version string - The signature version corresponds to the hashing algorithm used while creating the signature of the notifications, subscription confirmations, or unsubscribe confirmation messages sent by Amazon SNS. By default,
SignatureVersion
is set to1
. - Subscription
List<Pulumi.
Aws Native. Sns. Outputs. Topic Subscription> - The SNS subscriptions (endpoints) for this topic.
If you specify the
Subscription
property in theAWS::SNS::Topic
resource and it creates an associated subscription resource, the associated subscription is not deleted when theAWS::SNS::Topic
resource is deleted. - List<Pulumi.
Aws Native. Outputs. Tag> - The list of tags to add to a new topic.
To be able to tag a topic on creation, you must have the
sns:CreateTopic
andsns:TagResource
permissions. - Topic
Arn string - Returns the ARN of an Amazon SNS topic.
- Tracing
Config string - Tracing mode of an SNS topic. By default
TracingConfig
is set toPassThrough
, and the topic passes through the tracing header it receives from an SNS publisher to its subscriptions. If set toActive
, SNS will vend X-Ray segment data to topic owner account if the sampled flag in the tracing header is true.
- Archive
Policy interface{} The archive policy determines the number of days SNS retains messages. You can set a retention period from 1 to 365 days.
Search the CloudFormation User Guide for
AWS::SNS::Topic
for more information about the expected schema for this property.- Content
Based boolDeduplication - Enables content-based deduplication for FIFO topics.
- By default,
ContentBasedDeduplication
is set tofalse
. If you create a FIFO topic and this attribute isfalse
, you must specify a value for theMessageDeduplicationId
parameter for the Publish action. - When you set
ContentBasedDeduplication
totrue
, SNS uses a SHA-256 hash to generate theMessageDeduplicationId
using the body of the message (but not the attributes of the message). (Optional) To override the generated value, you can specify a value for the theMessageDeduplicationId
parameter for thePublish
action.
- By default,
- Data
Protection interface{}Policy The body of the policy document you want to use for this topic. You can only add one policy per topic. The policy must be in JSON string format. Length Constraints: Maximum length of 30,720.
Search the CloudFormation User Guide for
AWS::SNS::Topic
for more information about the expected schema for this property.- Delivery
Status []TopicLogging Logging Config The
DeliveryStatusLogging
configuration enables you to log the delivery status of messages sent from your Amazon SNS topic to subscribed endpoints with the following supported delivery protocols:- HTTP
- Amazon Kinesis Data Firehose
- AWS Lambda
- Platform application endpoint
- Amazon Simple Queue Service
Once configured, log entries are sent to Amazon CloudWatch Logs.
- Display
Name string - The display name to use for an SNS topic with SMS subscriptions. The display name must be maximum 100 characters long, including hyphens (-), underscores (_), spaces, and tabs.
- Kms
Master stringKey Id - The ID of an AWS managed customer master key (CMK) for SNS or a custom CMK. For more information, see Key terms. For more examples, see
KeyId
in the API Reference. This property applies only to server-side-encryption. - Signature
Version string - The signature version corresponds to the hashing algorithm used while creating the signature of the notifications, subscription confirmations, or unsubscribe confirmation messages sent by Amazon SNS. By default,
SignatureVersion
is set to1
. - Subscription
[]Topic
Subscription - The SNS subscriptions (endpoints) for this topic.
If you specify the
Subscription
property in theAWS::SNS::Topic
resource and it creates an associated subscription resource, the associated subscription is not deleted when theAWS::SNS::Topic
resource is deleted. - Tag
- The list of tags to add to a new topic.
To be able to tag a topic on creation, you must have the
sns:CreateTopic
andsns:TagResource
permissions. - Topic
Arn string - Returns the ARN of an Amazon SNS topic.
- Tracing
Config string - Tracing mode of an SNS topic. By default
TracingConfig
is set toPassThrough
, and the topic passes through the tracing header it receives from an SNS publisher to its subscriptions. If set toActive
, SNS will vend X-Ray segment data to topic owner account if the sampled flag in the tracing header is true.
- archive
Policy Object The archive policy determines the number of days SNS retains messages. You can set a retention period from 1 to 365 days.
Search the CloudFormation User Guide for
AWS::SNS::Topic
for more information about the expected schema for this property.- content
Based BooleanDeduplication - Enables content-based deduplication for FIFO topics.
- By default,
ContentBasedDeduplication
is set tofalse
. If you create a FIFO topic and this attribute isfalse
, you must specify a value for theMessageDeduplicationId
parameter for the Publish action. - When you set
ContentBasedDeduplication
totrue
, SNS uses a SHA-256 hash to generate theMessageDeduplicationId
using the body of the message (but not the attributes of the message). (Optional) To override the generated value, you can specify a value for the theMessageDeduplicationId
parameter for thePublish
action.
- By default,
- data
Protection ObjectPolicy The body of the policy document you want to use for this topic. You can only add one policy per topic. The policy must be in JSON string format. Length Constraints: Maximum length of 30,720.
Search the CloudFormation User Guide for
AWS::SNS::Topic
for more information about the expected schema for this property.- delivery
Status List<TopicLogging Logging Config> The
DeliveryStatusLogging
configuration enables you to log the delivery status of messages sent from your Amazon SNS topic to subscribed endpoints with the following supported delivery protocols:- HTTP
- Amazon Kinesis Data Firehose
- AWS Lambda
- Platform application endpoint
- Amazon Simple Queue Service
Once configured, log entries are sent to Amazon CloudWatch Logs.
- display
Name String - The display name to use for an SNS topic with SMS subscriptions. The display name must be maximum 100 characters long, including hyphens (-), underscores (_), spaces, and tabs.
- kms
Master StringKey Id - The ID of an AWS managed customer master key (CMK) for SNS or a custom CMK. For more information, see Key terms. For more examples, see
KeyId
in the API Reference. This property applies only to server-side-encryption. - signature
Version String - The signature version corresponds to the hashing algorithm used while creating the signature of the notifications, subscription confirmations, or unsubscribe confirmation messages sent by Amazon SNS. By default,
SignatureVersion
is set to1
. - subscription
List<Topic
Subscription> - The SNS subscriptions (endpoints) for this topic.
If you specify the
Subscription
property in theAWS::SNS::Topic
resource and it creates an associated subscription resource, the associated subscription is not deleted when theAWS::SNS::Topic
resource is deleted. - List<Tag>
- The list of tags to add to a new topic.
To be able to tag a topic on creation, you must have the
sns:CreateTopic
andsns:TagResource
permissions. - topic
Arn String - Returns the ARN of an Amazon SNS topic.
- tracing
Config String - Tracing mode of an SNS topic. By default
TracingConfig
is set toPassThrough
, and the topic passes through the tracing header it receives from an SNS publisher to its subscriptions. If set toActive
, SNS will vend X-Ray segment data to topic owner account if the sampled flag in the tracing header is true.
- archive
Policy any The archive policy determines the number of days SNS retains messages. You can set a retention period from 1 to 365 days.
Search the CloudFormation User Guide for
AWS::SNS::Topic
for more information about the expected schema for this property.- content
Based booleanDeduplication - Enables content-based deduplication for FIFO topics.
- By default,
ContentBasedDeduplication
is set tofalse
. If you create a FIFO topic and this attribute isfalse
, you must specify a value for theMessageDeduplicationId
parameter for the Publish action. - When you set
ContentBasedDeduplication
totrue
, SNS uses a SHA-256 hash to generate theMessageDeduplicationId
using the body of the message (but not the attributes of the message). (Optional) To override the generated value, you can specify a value for the theMessageDeduplicationId
parameter for thePublish
action.
- By default,
- data
Protection anyPolicy The body of the policy document you want to use for this topic. You can only add one policy per topic. The policy must be in JSON string format. Length Constraints: Maximum length of 30,720.
Search the CloudFormation User Guide for
AWS::SNS::Topic
for more information about the expected schema for this property.- delivery
Status TopicLogging Logging Config[] The
DeliveryStatusLogging
configuration enables you to log the delivery status of messages sent from your Amazon SNS topic to subscribed endpoints with the following supported delivery protocols:- HTTP
- Amazon Kinesis Data Firehose
- AWS Lambda
- Platform application endpoint
- Amazon Simple Queue Service
Once configured, log entries are sent to Amazon CloudWatch Logs.
- display
Name string - The display name to use for an SNS topic with SMS subscriptions. The display name must be maximum 100 characters long, including hyphens (-), underscores (_), spaces, and tabs.
- kms
Master stringKey Id - The ID of an AWS managed customer master key (CMK) for SNS or a custom CMK. For more information, see Key terms. For more examples, see
KeyId
in the API Reference. This property applies only to server-side-encryption. - signature
Version string - The signature version corresponds to the hashing algorithm used while creating the signature of the notifications, subscription confirmations, or unsubscribe confirmation messages sent by Amazon SNS. By default,
SignatureVersion
is set to1
. - subscription
Topic
Subscription[] - The SNS subscriptions (endpoints) for this topic.
If you specify the
Subscription
property in theAWS::SNS::Topic
resource and it creates an associated subscription resource, the associated subscription is not deleted when theAWS::SNS::Topic
resource is deleted. - Tag[]
- The list of tags to add to a new topic.
To be able to tag a topic on creation, you must have the
sns:CreateTopic
andsns:TagResource
permissions. - topic
Arn string - Returns the ARN of an Amazon SNS topic.
- tracing
Config string - Tracing mode of an SNS topic. By default
TracingConfig
is set toPassThrough
, and the topic passes through the tracing header it receives from an SNS publisher to its subscriptions. If set toActive
, SNS will vend X-Ray segment data to topic owner account if the sampled flag in the tracing header is true.
- archive_
policy Any The archive policy determines the number of days SNS retains messages. You can set a retention period from 1 to 365 days.
Search the CloudFormation User Guide for
AWS::SNS::Topic
for more information about the expected schema for this property.- content_
based_ booldeduplication - Enables content-based deduplication for FIFO topics.
- By default,
ContentBasedDeduplication
is set tofalse
. If you create a FIFO topic and this attribute isfalse
, you must specify a value for theMessageDeduplicationId
parameter for the Publish action. - When you set
ContentBasedDeduplication
totrue
, SNS uses a SHA-256 hash to generate theMessageDeduplicationId
using the body of the message (but not the attributes of the message). (Optional) To override the generated value, you can specify a value for the theMessageDeduplicationId
parameter for thePublish
action.
- By default,
- data_
protection_ Anypolicy The body of the policy document you want to use for this topic. You can only add one policy per topic. The policy must be in JSON string format. Length Constraints: Maximum length of 30,720.
Search the CloudFormation User Guide for
AWS::SNS::Topic
for more information about the expected schema for this property.- delivery_
status_ Sequence[Topiclogging Logging Config] The
DeliveryStatusLogging
configuration enables you to log the delivery status of messages sent from your Amazon SNS topic to subscribed endpoints with the following supported delivery protocols:- HTTP
- Amazon Kinesis Data Firehose
- AWS Lambda
- Platform application endpoint
- Amazon Simple Queue Service
Once configured, log entries are sent to Amazon CloudWatch Logs.
- display_
name str - The display name to use for an SNS topic with SMS subscriptions. The display name must be maximum 100 characters long, including hyphens (-), underscores (_), spaces, and tabs.
- kms_
master_ strkey_ id - The ID of an AWS managed customer master key (CMK) for SNS or a custom CMK. For more information, see Key terms. For more examples, see
KeyId
in the API Reference. This property applies only to server-side-encryption. - signature_
version str - The signature version corresponds to the hashing algorithm used while creating the signature of the notifications, subscription confirmations, or unsubscribe confirmation messages sent by Amazon SNS. By default,
SignatureVersion
is set to1
. - subscription
Sequence[Topic
Subscription] - The SNS subscriptions (endpoints) for this topic.
If you specify the
Subscription
property in theAWS::SNS::Topic
resource and it creates an associated subscription resource, the associated subscription is not deleted when theAWS::SNS::Topic
resource is deleted. - Sequence[root_Tag]
- The list of tags to add to a new topic.
To be able to tag a topic on creation, you must have the
sns:CreateTopic
andsns:TagResource
permissions. - topic_
arn str - Returns the ARN of an Amazon SNS topic.
- tracing_
config str - Tracing mode of an SNS topic. By default
TracingConfig
is set toPassThrough
, and the topic passes through the tracing header it receives from an SNS publisher to its subscriptions. If set toActive
, SNS will vend X-Ray segment data to topic owner account if the sampled flag in the tracing header is true.
- archive
Policy Any The archive policy determines the number of days SNS retains messages. You can set a retention period from 1 to 365 days.
Search the CloudFormation User Guide for
AWS::SNS::Topic
for more information about the expected schema for this property.- content
Based BooleanDeduplication - Enables content-based deduplication for FIFO topics.
- By default,
ContentBasedDeduplication
is set tofalse
. If you create a FIFO topic and this attribute isfalse
, you must specify a value for theMessageDeduplicationId
parameter for the Publish action. - When you set
ContentBasedDeduplication
totrue
, SNS uses a SHA-256 hash to generate theMessageDeduplicationId
using the body of the message (but not the attributes of the message). (Optional) To override the generated value, you can specify a value for the theMessageDeduplicationId
parameter for thePublish
action.
- By default,
- data
Protection AnyPolicy The body of the policy document you want to use for this topic. You can only add one policy per topic. The policy must be in JSON string format. Length Constraints: Maximum length of 30,720.
Search the CloudFormation User Guide for
AWS::SNS::Topic
for more information about the expected schema for this property.- delivery
Status List<Property Map>Logging The
DeliveryStatusLogging
configuration enables you to log the delivery status of messages sent from your Amazon SNS topic to subscribed endpoints with the following supported delivery protocols:- HTTP
- Amazon Kinesis Data Firehose
- AWS Lambda
- Platform application endpoint
- Amazon Simple Queue Service
Once configured, log entries are sent to Amazon CloudWatch Logs.
- display
Name String - The display name to use for an SNS topic with SMS subscriptions. The display name must be maximum 100 characters long, including hyphens (-), underscores (_), spaces, and tabs.
- kms
Master StringKey Id - The ID of an AWS managed customer master key (CMK) for SNS or a custom CMK. For more information, see Key terms. For more examples, see
KeyId
in the API Reference. This property applies only to server-side-encryption. - signature
Version String - The signature version corresponds to the hashing algorithm used while creating the signature of the notifications, subscription confirmations, or unsubscribe confirmation messages sent by Amazon SNS. By default,
SignatureVersion
is set to1
. - subscription List<Property Map>
- The SNS subscriptions (endpoints) for this topic.
If you specify the
Subscription
property in theAWS::SNS::Topic
resource and it creates an associated subscription resource, the associated subscription is not deleted when theAWS::SNS::Topic
resource is deleted. - List<Property Map>
- The list of tags to add to a new topic.
To be able to tag a topic on creation, you must have the
sns:CreateTopic
andsns:TagResource
permissions. - topic
Arn String - Returns the ARN of an Amazon SNS topic.
- tracing
Config String - Tracing mode of an SNS topic. By default
TracingConfig
is set toPassThrough
, and the topic passes through the tracing header it receives from an SNS publisher to its subscriptions. If set toActive
, SNS will vend X-Ray segment data to topic owner account if the sampled flag in the tracing header is true.
Supporting Types
Tag
TopicLoggingConfig
- Protocol
Pulumi.
Aws Native. Sns. Topic Logging Config Protocol - Indicates one of the supported protocols for the Amazon SNS topic.
At least one of the other three
LoggingConfig
properties is recommend along withProtocol
. - Failure
Feedback stringRole Arn - The IAM role ARN to be used when logging failed message deliveries in Amazon CloudWatch.
- Success
Feedback stringRole Arn - The IAM role ARN to be used when logging successful message deliveries in Amazon CloudWatch.
- Success
Feedback stringSample Rate - The percentage of successful message deliveries to be logged in Amazon CloudWatch. Valid percentage values range from 0 to 100.
- Protocol
Topic
Logging Config Protocol - Indicates one of the supported protocols for the Amazon SNS topic.
At least one of the other three
LoggingConfig
properties is recommend along withProtocol
. - Failure
Feedback stringRole Arn - The IAM role ARN to be used when logging failed message deliveries in Amazon CloudWatch.
- Success
Feedback stringRole Arn - The IAM role ARN to be used when logging successful message deliveries in Amazon CloudWatch.
- Success
Feedback stringSample Rate - The percentage of successful message deliveries to be logged in Amazon CloudWatch. Valid percentage values range from 0 to 100.
- protocol
Topic
Logging Config Protocol - Indicates one of the supported protocols for the Amazon SNS topic.
At least one of the other three
LoggingConfig
properties is recommend along withProtocol
. - failure
Feedback StringRole Arn - The IAM role ARN to be used when logging failed message deliveries in Amazon CloudWatch.
- success
Feedback StringRole Arn - The IAM role ARN to be used when logging successful message deliveries in Amazon CloudWatch.
- success
Feedback StringSample Rate - The percentage of successful message deliveries to be logged in Amazon CloudWatch. Valid percentage values range from 0 to 100.
- protocol
Topic
Logging Config Protocol - Indicates one of the supported protocols for the Amazon SNS topic.
At least one of the other three
LoggingConfig
properties is recommend along withProtocol
. - failure
Feedback stringRole Arn - The IAM role ARN to be used when logging failed message deliveries in Amazon CloudWatch.
- success
Feedback stringRole Arn - The IAM role ARN to be used when logging successful message deliveries in Amazon CloudWatch.
- success
Feedback stringSample Rate - The percentage of successful message deliveries to be logged in Amazon CloudWatch. Valid percentage values range from 0 to 100.
- protocol
Topic
Logging Config Protocol - Indicates one of the supported protocols for the Amazon SNS topic.
At least one of the other three
LoggingConfig
properties is recommend along withProtocol
. - failure_
feedback_ strrole_ arn - The IAM role ARN to be used when logging failed message deliveries in Amazon CloudWatch.
- success_
feedback_ strrole_ arn - The IAM role ARN to be used when logging successful message deliveries in Amazon CloudWatch.
- success_
feedback_ strsample_ rate - The percentage of successful message deliveries to be logged in Amazon CloudWatch. Valid percentage values range from 0 to 100.
- protocol "http/s" | "sqs" | "lambda" | "firehose" | "application"
- Indicates one of the supported protocols for the Amazon SNS topic.
At least one of the other three
LoggingConfig
properties is recommend along withProtocol
. - failure
Feedback StringRole Arn - The IAM role ARN to be used when logging failed message deliveries in Amazon CloudWatch.
- success
Feedback StringRole Arn - The IAM role ARN to be used when logging successful message deliveries in Amazon CloudWatch.
- success
Feedback StringSample Rate - The percentage of successful message deliveries to be logged in Amazon CloudWatch. Valid percentage values range from 0 to 100.
TopicLoggingConfigProtocol
TopicSubscription
- Endpoint string
- The endpoint that receives notifications from the SNS topic. The endpoint value depends on the protocol that you specify. For more information, see the
Endpoint
parameter of theSubscribe
action in the API Reference. - Protocol string
- The subscription's protocol. For more information, see the
Protocol
parameter of theSubscribe
action in the API Reference.
- Endpoint string
- The endpoint that receives notifications from the SNS topic. The endpoint value depends on the protocol that you specify. For more information, see the
Endpoint
parameter of theSubscribe
action in the API Reference. - Protocol string
- The subscription's protocol. For more information, see the
Protocol
parameter of theSubscribe
action in the API Reference.
- endpoint String
- The endpoint that receives notifications from the SNS topic. The endpoint value depends on the protocol that you specify. For more information, see the
Endpoint
parameter of theSubscribe
action in the API Reference. - protocol String
- The subscription's protocol. For more information, see the
Protocol
parameter of theSubscribe
action in the API Reference.
- endpoint string
- The endpoint that receives notifications from the SNS topic. The endpoint value depends on the protocol that you specify. For more information, see the
Endpoint
parameter of theSubscribe
action in the API Reference. - protocol string
- The subscription's protocol. For more information, see the
Protocol
parameter of theSubscribe
action in the API Reference.
- endpoint str
- The endpoint that receives notifications from the SNS topic. The endpoint value depends on the protocol that you specify. For more information, see the
Endpoint
parameter of theSubscribe
action in the API Reference. - protocol str
- The subscription's protocol. For more information, see the
Protocol
parameter of theSubscribe
action in the API Reference.
- endpoint String
- The endpoint that receives notifications from the SNS topic. The endpoint value depends on the protocol that you specify. For more information, see the
Endpoint
parameter of theSubscribe
action in the API Reference. - protocol String
- The subscription's protocol. For more information, see the
Protocol
parameter of theSubscribe
action in the API Reference.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.