メインコンテンツまでスキップ

AWSAWSRDSEventSubscription

No description

type AWSAWSRDSEventSubscription {
metadata: ResourceMetadata!
id: String!
accountId: String!
enabled: Boolean!
categoryList: [String!]!
arn: String!
snsTopicArn: String!
sourceIdsList: [String!]!
sourceType: String!
status: AWSAWSRDSEventSubscriptionStatusType!
createdAt: DateTime
}

Fields

AWSAWSRDSEventSubscription.metadata ● ResourceMetadata! non-null object

The metadata to identify this resource in Shisho Cloud

AWSAWSRDSEventSubscription.id ● String! non-null scalar

The RDS event notification subscription Id

AWSAWSRDSEventSubscription.accountId ● String! non-null scalar

The Amazon Web Services customer account associated with the RDS event notification subscription

AWSAWSRDSEventSubscription.enabled ● Boolean! non-null scalar

A Boolean value indicating if the subscription is enabled. True indicates the subscription is enabled

AWSAWSRDSEventSubscription.categoryList ● [String!]! non-null scalar

A list of event categories for the RDS event notification subscription

AWSAWSRDSEventSubscription.arn ● String! non-null scalar

The Amazon Resource Name (ARN) for the event subscription

AWSAWSRDSEventSubscription.snsTopicArn ● String! non-null scalar

The topic ARN of the RDS event notification subscription

AWSAWSRDSEventSubscription.sourceIdsList ● [String!]! non-null scalar

A list of source IDs for the RDS event notification subscription

AWSAWSRDSEventSubscription.sourceType ● String! non-null scalar

The source type for the RDS event notification subscription

AWSAWSRDSEventSubscription.status ● AWSAWSRDSEventSubscriptionStatusType! non-null enum

The status of the RDS event notification subscription

AWSAWSRDSEventSubscription.createdAt ● DateTime scalar

The time the RDS event notification subscription was created

Member of

AWSRDS object