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)
public static Output<GetTopicResult> getTopic(GetTopicArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:sns:getTopic
  arguments:
    # arguments dictionaryThe following arguments are supported:
- TopicArn string
- Returns the ARN of an Amazon SNS topic.
- TopicArn string
- Returns the ARN of an Amazon SNS topic.
- topicArn String
- Returns the ARN of an Amazon SNS topic.
- topicArn string
- Returns the ARN of an Amazon SNS topic.
- topic_arn str
- Returns the ARN of an Amazon SNS topic.
- topicArn String
- Returns the ARN of an Amazon SNS topic.
getTopic Result
The following output properties are available:
- ArchivePolicy 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::Topicfor more information about the expected schema for this property.
- ContentBased boolDeduplication 
- Enables content-based deduplication for FIFO topics.- By default, ContentBasedDeduplicationis set tofalse. If you create a FIFO topic and this attribute isfalse, you must specify a value for theMessageDeduplicationIdparameter for the Publish action.
- When you set ContentBasedDeduplicationtotrue, SNS uses a SHA-256 hash to generate theMessageDeduplicationIdusing 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 theMessageDeduplicationIdparameter for thePublishaction.
 
- By default, 
- DataProtection 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::Topicfor more information about the expected schema for this property.
- DeliveryStatus List<Pulumi.Logging Aws Native. Sns. Outputs. Topic Logging Config> 
- The - DeliveryStatusLoggingconfiguration 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. 
- DisplayName 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.
- FifoThroughput stringScope 
- Specifies the throughput quota and deduplication behavior to apply for the FIFO topic. Valid values are TopicorMessageGroup.
- KmsMaster 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 KeyIdin the API Reference. This property applies only to server-side-encryption.
- SignatureVersion 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, SignatureVersionis set to1.
- Subscription
List<Pulumi.Aws Native. Sns. Outputs. Topic Subscription> 
- The SNS subscriptions (endpoints) for this topic.
If you specify the Subscriptionproperty in theAWS::SNS::Topicresource and it creates an associated subscription resource, the associated subscription is not deleted when theAWS::SNS::Topicresource 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:CreateTopicandsns:TagResourcepermissions.
- TopicArn string
- Returns the ARN of an Amazon SNS topic.
- TracingConfig string
- Tracing mode of an SNS topic. By default TracingConfigis 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.
- ArchivePolicy 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::Topicfor more information about the expected schema for this property.
- ContentBased boolDeduplication 
- Enables content-based deduplication for FIFO topics.- By default, ContentBasedDeduplicationis set tofalse. If you create a FIFO topic and this attribute isfalse, you must specify a value for theMessageDeduplicationIdparameter for the Publish action.
- When you set ContentBasedDeduplicationtotrue, SNS uses a SHA-256 hash to generate theMessageDeduplicationIdusing 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 theMessageDeduplicationIdparameter for thePublishaction.
 
- By default, 
- DataProtection 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::Topicfor more information about the expected schema for this property.
- DeliveryStatus []TopicLogging Logging Config 
- The - DeliveryStatusLoggingconfiguration 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. 
- DisplayName 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.
- FifoThroughput stringScope 
- Specifies the throughput quota and deduplication behavior to apply for the FIFO topic. Valid values are TopicorMessageGroup.
- KmsMaster 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 KeyIdin the API Reference. This property applies only to server-side-encryption.
- SignatureVersion 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, SignatureVersionis set to1.
- Subscription
[]TopicSubscription 
- The SNS subscriptions (endpoints) for this topic.
If you specify the Subscriptionproperty in theAWS::SNS::Topicresource and it creates an associated subscription resource, the associated subscription is not deleted when theAWS::SNS::Topicresource 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:CreateTopicandsns:TagResourcepermissions.
- TopicArn string
- Returns the ARN of an Amazon SNS topic.
- TracingConfig string
- Tracing mode of an SNS topic. By default TracingConfigis 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.
- archivePolicy 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::Topicfor more information about the expected schema for this property.
- contentBased BooleanDeduplication 
- Enables content-based deduplication for FIFO topics.- By default, ContentBasedDeduplicationis set tofalse. If you create a FIFO topic and this attribute isfalse, you must specify a value for theMessageDeduplicationIdparameter for the Publish action.
- When you set ContentBasedDeduplicationtotrue, SNS uses a SHA-256 hash to generate theMessageDeduplicationIdusing 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 theMessageDeduplicationIdparameter for thePublishaction.
 
- By default, 
- dataProtection 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::Topicfor more information about the expected schema for this property.
- deliveryStatus List<TopicLogging Logging Config> 
- The - DeliveryStatusLoggingconfiguration 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. 
- displayName 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.
- fifoThroughput StringScope 
- Specifies the throughput quota and deduplication behavior to apply for the FIFO topic. Valid values are TopicorMessageGroup.
- kmsMaster 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 KeyIdin the API Reference. This property applies only to server-side-encryption.
- signatureVersion 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, SignatureVersionis set to1.
- subscription
List<TopicSubscription> 
- The SNS subscriptions (endpoints) for this topic.
If you specify the Subscriptionproperty in theAWS::SNS::Topicresource and it creates an associated subscription resource, the associated subscription is not deleted when theAWS::SNS::Topicresource 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:CreateTopicandsns:TagResourcepermissions.
- topicArn String
- Returns the ARN of an Amazon SNS topic.
- tracingConfig String
- Tracing mode of an SNS topic. By default TracingConfigis 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.
- archivePolicy 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::Topicfor more information about the expected schema for this property.
- contentBased booleanDeduplication 
- Enables content-based deduplication for FIFO topics.- By default, ContentBasedDeduplicationis set tofalse. If you create a FIFO topic and this attribute isfalse, you must specify a value for theMessageDeduplicationIdparameter for the Publish action.
- When you set ContentBasedDeduplicationtotrue, SNS uses a SHA-256 hash to generate theMessageDeduplicationIdusing 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 theMessageDeduplicationIdparameter for thePublishaction.
 
- By default, 
- dataProtection 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::Topicfor more information about the expected schema for this property.
- deliveryStatus TopicLogging Logging Config[] 
- The - DeliveryStatusLoggingconfiguration 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. 
- displayName 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.
- fifoThroughput stringScope 
- Specifies the throughput quota and deduplication behavior to apply for the FIFO topic. Valid values are TopicorMessageGroup.
- kmsMaster 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 KeyIdin the API Reference. This property applies only to server-side-encryption.
- signatureVersion 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, SignatureVersionis set to1.
- subscription
TopicSubscription[] 
- The SNS subscriptions (endpoints) for this topic.
If you specify the Subscriptionproperty in theAWS::SNS::Topicresource and it creates an associated subscription resource, the associated subscription is not deleted when theAWS::SNS::Topicresource 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:CreateTopicandsns:TagResourcepermissions.
- topicArn string
- Returns the ARN of an Amazon SNS topic.
- tracingConfig string
- Tracing mode of an SNS topic. By default TracingConfigis 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::Topicfor more information about the expected schema for this property.
- content_based_ booldeduplication 
- Enables content-based deduplication for FIFO topics.- By default, ContentBasedDeduplicationis set tofalse. If you create a FIFO topic and this attribute isfalse, you must specify a value for theMessageDeduplicationIdparameter for the Publish action.
- When you set ContentBasedDeduplicationtotrue, SNS uses a SHA-256 hash to generate theMessageDeduplicationIdusing 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 theMessageDeduplicationIdparameter for thePublishaction.
 
- 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::Topicfor more information about the expected schema for this property.
- delivery_status_ Sequence[Topiclogging Logging Config] 
- The - DeliveryStatusLoggingconfiguration 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.
- fifo_throughput_ strscope 
- Specifies the throughput quota and deduplication behavior to apply for the FIFO topic. Valid values are TopicorMessageGroup.
- 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 KeyIdin 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, SignatureVersionis set to1.
- subscription
Sequence[TopicSubscription] 
- The SNS subscriptions (endpoints) for this topic.
If you specify the Subscriptionproperty in theAWS::SNS::Topicresource and it creates an associated subscription resource, the associated subscription is not deleted when theAWS::SNS::Topicresource 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:CreateTopicandsns:TagResourcepermissions.
- topic_arn str
- Returns the ARN of an Amazon SNS topic.
- tracing_config str
- Tracing mode of an SNS topic. By default TracingConfigis 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.
- archivePolicy 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::Topicfor more information about the expected schema for this property.
- contentBased BooleanDeduplication 
- Enables content-based deduplication for FIFO topics.- By default, ContentBasedDeduplicationis set tofalse. If you create a FIFO topic and this attribute isfalse, you must specify a value for theMessageDeduplicationIdparameter for the Publish action.
- When you set ContentBasedDeduplicationtotrue, SNS uses a SHA-256 hash to generate theMessageDeduplicationIdusing 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 theMessageDeduplicationIdparameter for thePublishaction.
 
- By default, 
- dataProtection 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::Topicfor more information about the expected schema for this property.
- deliveryStatus List<Property Map>Logging 
- The - DeliveryStatusLoggingconfiguration 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. 
- displayName 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.
- fifoThroughput StringScope 
- Specifies the throughput quota and deduplication behavior to apply for the FIFO topic. Valid values are TopicorMessageGroup.
- kmsMaster 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 KeyIdin the API Reference. This property applies only to server-side-encryption.
- signatureVersion 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, SignatureVersionis set to1.
- subscription List<Property Map>
- The SNS subscriptions (endpoints) for this topic.
If you specify the Subscriptionproperty in theAWS::SNS::Topicresource and it creates an associated subscription resource, the associated subscription is not deleted when theAWS::SNS::Topicresource 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:CreateTopicandsns:TagResourcepermissions.
- topicArn String
- Returns the ARN of an Amazon SNS topic.
- tracingConfig String
- Tracing mode of an SNS topic. By default TracingConfigis 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 LoggingConfigproperties is recommend along withProtocol.
- FailureFeedback stringRole Arn 
- The IAM role ARN to be used when logging failed message deliveries in Amazon CloudWatch.
- SuccessFeedback stringRole Arn 
- The IAM role ARN to be used when logging successful message deliveries in Amazon CloudWatch.
- SuccessFeedback stringSample Rate 
- The percentage of successful message deliveries to be logged in Amazon CloudWatch. Valid percentage values range from 0 to 100.
- Protocol
TopicLogging Config Protocol 
- Indicates one of the supported protocols for the Amazon SNS topic.
At least one of the other three LoggingConfigproperties is recommend along withProtocol.
- FailureFeedback stringRole Arn 
- The IAM role ARN to be used when logging failed message deliveries in Amazon CloudWatch.
- SuccessFeedback stringRole Arn 
- The IAM role ARN to be used when logging successful message deliveries in Amazon CloudWatch.
- SuccessFeedback stringSample Rate 
- The percentage of successful message deliveries to be logged in Amazon CloudWatch. Valid percentage values range from 0 to 100.
- protocol
TopicLogging Config Protocol 
- Indicates one of the supported protocols for the Amazon SNS topic.
At least one of the other three LoggingConfigproperties is recommend along withProtocol.
- failureFeedback StringRole Arn 
- The IAM role ARN to be used when logging failed message deliveries in Amazon CloudWatch.
- successFeedback StringRole Arn 
- The IAM role ARN to be used when logging successful message deliveries in Amazon CloudWatch.
- successFeedback StringSample Rate 
- The percentage of successful message deliveries to be logged in Amazon CloudWatch. Valid percentage values range from 0 to 100.
- protocol
TopicLogging Config Protocol 
- Indicates one of the supported protocols for the Amazon SNS topic.
At least one of the other three LoggingConfigproperties is recommend along withProtocol.
- failureFeedback stringRole Arn 
- The IAM role ARN to be used when logging failed message deliveries in Amazon CloudWatch.
- successFeedback stringRole Arn 
- The IAM role ARN to be used when logging successful message deliveries in Amazon CloudWatch.
- successFeedback stringSample Rate 
- The percentage of successful message deliveries to be logged in Amazon CloudWatch. Valid percentage values range from 0 to 100.
- protocol
TopicLogging Config Protocol 
- Indicates one of the supported protocols for the Amazon SNS topic.
At least one of the other three LoggingConfigproperties 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 LoggingConfigproperties is recommend along withProtocol.
- failureFeedback StringRole Arn 
- The IAM role ARN to be used when logging failed message deliveries in Amazon CloudWatch.
- successFeedback StringRole Arn 
- The IAM role ARN to be used when logging successful message deliveries in Amazon CloudWatch.
- successFeedback 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 Endpointparameter of theSubscribeaction in the API Reference.
- Protocol string
- The subscription's protocol. For more information, see the Protocolparameter of theSubscribeaction 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 Endpointparameter of theSubscribeaction in the API Reference.
- Protocol string
- The subscription's protocol. For more information, see the Protocolparameter of theSubscribeaction 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 Endpointparameter of theSubscribeaction in the API Reference.
- protocol String
- The subscription's protocol. For more information, see the Protocolparameter of theSubscribeaction 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 Endpointparameter of theSubscribeaction in the API Reference.
- protocol string
- The subscription's protocol. For more information, see the Protocolparameter of theSubscribeaction 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 Endpointparameter of theSubscribeaction in the API Reference.
- protocol str
- The subscription's protocol. For more information, see the Protocolparameter of theSubscribeaction 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 Endpointparameter of theSubscribeaction in the API Reference.
- protocol String
- The subscription's protocol. For more information, see the Protocolparameter of theSubscribeaction 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.