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