AWSSNSTopicFifo
No description
type AWSSNSTopicFifo {
metadata: ResourceMetadata!
arn: String!
deliveryPolicy: AWSSNSDeliveryPolicy
name: String!
owner: String!
policy: AWSSNSPolicy
signatureVersion: String!
subscriptionsConfirmed: Int!
subscriptionsDeleted: Int!
subscriptionsPending: Int!
kmsMasterKeyId: String!
tracingConfig: String!
effectiveDeliveryPolicy: AWSSNSEffectiveDeliveryPolicy
contentBasedDeduplication: Boolean!
subscriptions: [AWSSNSSubscription!]!
}
Fields
AWSSNSTopicFifo.metadata
● ResourceMetadata!
non-null object
The metadata to identify the resource in Shisho Cloud
AWSSNSTopicFifo.arn
● String!
non-null scalar
The topic's ARN
AWSSNSTopicFifo.deliveryPolicy
● AWSSNSDeliveryPolicy
object
The JSON serialization of the topic's delivery policy
AWSSNSTopicFifo.name
● String!
non-null scalar
The human-readable name used in the From field for notifications to email and email-json endpoints
AWSSNSTopicFifo.owner
● String!
non-null scalar
The Amazon Web Services account ID of the topic's owner
AWSSNSTopicFifo.policy
● AWSSNSPolicy
object
The JSON serialization of the topic's access control policy
AWSSNSTopicFifo.signatureVersion
● String!
non-null scalar
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
AWSSNSTopicFifo.subscriptionsConfirmed
● Int!
non-null scalar
The number of confirmed subscriptions for the topic
AWSSNSTopicFifo.subscriptionsDeleted
● Int!
non-null scalar
The number of deleted subscriptions for the topic
AWSSNSTopicFifo.subscriptionsPending
● Int!
non-null scalar
The number of subscriptions pending confirmation for the topic
AWSSNSTopicFifo.kmsMasterKeyId
● String!
non-null scalar
The ID of an Amazon Web Services managed customer master key (CMK) for Amazon SNS or a custom CMK
AWSSNSTopicFifo.tracingConfig
● String!
non-null scalar
Tracing mode of an Amazon SNS topic
AWSSNSTopicFifo.effectiveDeliveryPolicy
● AWSSNSEffectiveDeliveryPolicy
object
The JSON serialization of the effective delivery policy, taking system defaults into account
AWSSNSTopicFifo.contentBasedDeduplication
● Boolean!
non-null scalar
Enables content-based deduplication for FIFO topics
AWSSNSTopicFifo.subscriptions
● [AWSSNSSubscription!]!
non-null object
SNS subscriptions
Implemented by
AWSSNSTopic
union