Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AwsSnsTopicDetails

import type { AwsSnsTopicDetails } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

Provides information about an Amazon SNS topic to which notifications can be published.

interface AwsSnsTopicDetails {
ApplicationSuccessFeedbackRoleArn?: string | null;
FirehoseFailureFeedbackRoleArn?: string | null;
FirehoseSuccessFeedbackRoleArn?: string | null;
HttpFailureFeedbackRoleArn?: string | null;
HttpSuccessFeedbackRoleArn?: string | null;
KmsMasterKeyId?: string | null;
Owner?: string | null;
SqsFailureFeedbackRoleArn?: string | null;
SqsSuccessFeedbackRoleArn?: string | null;
Subscription?: AwsSnsTopicSubscription[] | null;
TopicName?: string | null;
}

§Properties

§
ApplicationSuccessFeedbackRoleArn?: string | null
[src]

Indicates failed message delivery status for an Amazon SNS topic that is subscribed to a platform application endpoint.

§
FirehoseFailureFeedbackRoleArn?: string | null
[src]

Indicates failed message delivery status for an Amazon SNS topic that is subscribed to an Amazon Kinesis Data Firehose endpoint.

§
FirehoseSuccessFeedbackRoleArn?: string | null
[src]

Indicates successful message delivery status for an Amazon SNS topic that is subscribed to an Amazon Kinesis Data Firehose endpoint.

§
HttpFailureFeedbackRoleArn?: string | null
[src]

Indicates failed message delivery status for an Amazon SNS topic that is subscribed to an HTTP endpoint.

§
HttpSuccessFeedbackRoleArn?: string | null
[src]

Indicates successful message delivery status for an Amazon SNS topic that is subscribed to an HTTP endpoint.

§
KmsMasterKeyId?: string | null
[src]

The ID of an Amazon Web Services managed key for Amazon SNS or a customer managed key.

§
Owner?: string | null
[src]

The subscription's owner.

§
SqsFailureFeedbackRoleArn?: string | null
[src]

Indicates failed message delivery status for an Amazon SNS topic that is subscribed to an Amazon SQS endpoint.

§
SqsSuccessFeedbackRoleArn?: string | null
[src]

Indicates successful message delivery status for an Amazon SNS topic that is subscribed to an Amazon SQS endpoint.

§
Subscription?: AwsSnsTopicSubscription[] | null
[src]

Subscription is an embedded property that describes the subscription endpoints of an Amazon SNS topic.

§
TopicName?: string | null
[src]

The name of the Amazon SNS topic.