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

AWSRDSDatabaseInstanceSnapshot

No description

type AWSRDSDatabaseInstanceSnapshot {
allocatedStorage: Int!
availabilityZone: String!
instanceId: String!
arn: String!
id: String!
resourceId: String!
encrypted: Boolean!
engine: AWSRDSDatabaseEngineType!
engineVersion: String!
iamDatabaseAuthenticationEnabled: Boolean!
instanceCreatedAt: DateTime
iops: Int!
kmsKeyId: String!
licenseModel: String!
masterUsername: String!
optionGroupName: String!
originalCreatedAt: DateTime
percentProgress: Int!
port: Int!
processorFeatures: [AWSRDSDatabaseInstanceSnapshotProcessorFeature!]!
createdAt: DateTime
snapshotDatabaseAppliedAt: DateTime
snapshotTarget: String!
sourceDBSnapshotIdentifier: String!
sourceRegion: String!
status: String!
storageThroughput: Int!
storageType: String!
tags: [AWSTag!]!
tdeCredentialArn: String!
timezone: String!
vpc: AWSVPC
attributes: [AWSRDSDatabaseInstanceSnapshotAttribute!]!
}

Fields

AWSRDSDatabaseInstanceSnapshot.allocatedStorage ● Int! non-null scalar

The allocated storage size in gibibytes (GiB)

AWSRDSDatabaseInstanceSnapshot.availabilityZone ● String! non-null scalar

The name of the Availability Zone the DB instance was located in at the time of the DB snapshot

AWSRDSDatabaseInstanceSnapshot.instanceId ● String! non-null scalar

The DB instance identifier of the DB instance this DB snapshot was created from

AWSRDSDatabaseInstanceSnapshot.arn ● String! non-null scalar

The Amazon Resource Name (ARN) for the DB snapshot

AWSRDSDatabaseInstanceSnapshot.id ● String! non-null scalar

The identifier for the DB snapshot

AWSRDSDatabaseInstanceSnapshot.resourceId ● String! non-null scalar

The identifier for the source DB instance, which can't be changed and which is unique to an Amazon Web Services Region

AWSRDSDatabaseInstanceSnapshot.encrypted ● Boolean! non-null scalar

Indicates whether the DB snapshot is encrypted

AWSRDSDatabaseInstanceSnapshot.engine ● AWSRDSDatabaseEngineType! non-null enum

The name of the database engine

AWSRDSDatabaseInstanceSnapshot.engineVersion ● String! non-null scalar

The version of the database engine

AWSRDSDatabaseInstanceSnapshot.iamDatabaseAuthenticationEnabled ● Boolean! non-null scalar

True if mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false

AWSRDSDatabaseInstanceSnapshot.instanceCreatedAt ● DateTime scalar

The time in Coordinated Universal Time (UTC) when the DB instance, from which the snapshot was taken, was created

AWSRDSDatabaseInstanceSnapshot.iops ● Int! non-null scalar

The Provisioned IOPS (I/O operations per second) value of the DB instance at the time of the snapshot

AWSRDSDatabaseInstanceSnapshot.kmsKeyId ● String! non-null scalar

If Encrypted is true, the Amazon Web Services KMS key identifier for the encrypted DB snapshot. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key

AWSRDSDatabaseInstanceSnapshot.licenseModel ● String! non-null scalar

License model information for the restored DB instance

AWSRDSDatabaseInstanceSnapshot.masterUsername ● String! non-null scalar

The master username for the DB snapshot

AWSRDSDatabaseInstanceSnapshot.optionGroupName ● String! non-null scalar

The option group name for the DB snapshot

AWSRDSDatabaseInstanceSnapshot.originalCreatedAt ● DateTime scalar

The time of the CreateDBSnapshot operation in Coordinated Universal Time (UTC). Doesn't change when the snapshot is copied

AWSRDSDatabaseInstanceSnapshot.percentProgress ● Int! non-null scalar

The percentage of the estimated data that has been transferred

AWSRDSDatabaseInstanceSnapshot.port ● Int! non-null scalar

The port that the database engine was listening on at the time of the snapshot

AWSRDSDatabaseInstanceSnapshot.processorFeatures ● [AWSRDSDatabaseInstanceSnapshotProcessorFeature!]! non-null object

The number of CPU cores and the number of threads per core for the DB instance class of the DB instance when the DB snapshot was created

AWSRDSDatabaseInstanceSnapshot.createdAt ● DateTime scalar

When the snapshot was taken in Coordinated Universal Time (UTC)

AWSRDSDatabaseInstanceSnapshot.snapshotDatabaseAppliedAt ● DateTime scalar

The timestamp of the most recent transaction applied to the database that you're backing up. Thus, if you restore a snapshot, SnapshotDatabaseTime is the most recent transaction in the restored DB instance. In contrast, originalSnapshotCreateTime specifies the system time that the snapshot completed. If you back up a read replica, you can determine the replica lag by comparing SnapshotDatabaseTime with originalSnapshotCreateTime. For example, if originalSnapshotCreateTime is two hours later than SnapshotDatabaseTime, then the replica lag is two hours

AWSRDSDatabaseInstanceSnapshot.snapshotTarget ● String! non-null scalar

Indicates where manual snapshots are stored: Amazon Web Services Outposts or the Amazon Web Services Region

AWSRDSDatabaseInstanceSnapshot.sourceDBSnapshotIdentifier ● String! non-null scalar

The DB snapshot Amazon Resource Name (ARN) that the DB snapshot was copied from. It only has a value in the case of a cross-account or cross-Region copy

AWSRDSDatabaseInstanceSnapshot.sourceRegion ● String! non-null scalar

The Amazon Web Services Region that the DB snapshot was created in or copied from

AWSRDSDatabaseInstanceSnapshot.status ● String! non-null scalar

The status of this DB snapshot

AWSRDSDatabaseInstanceSnapshot.storageThroughput ● Int! non-null scalar

The storage throughput for the DB snapshot

AWSRDSDatabaseInstanceSnapshot.storageType ● String! non-null scalar

The storage type associated with DB snapshot

AWSRDSDatabaseInstanceSnapshot.tags ● [AWSTag!]! non-null object

A list of tags

AWSRDSDatabaseInstanceSnapshot.tdeCredentialArn ● String! non-null scalar

The ARN from the key store with which the snapshot is associated for TDE encryption

AWSRDSDatabaseInstanceSnapshot.timezone ● String! non-null scalar

The time zone of the DB snapshot

AWSRDSDatabaseInstanceSnapshot.vpc ● AWSVPC object

The VPC associated with the DB snapshot

AWSRDSDatabaseInstanceSnapshot.attributes ● [AWSRDSDatabaseInstanceSnapshotAttribute!]! non-null object

The attributes that are associated with the DB snapshot

Member of

AWSRDSAuroraInstance object ● AWSRDSAuroraMySQLInstance object ● AWSRDSAuroraPostgreSQLInstance object ● AWSRDSGenericDatabaseInstance object ● AWSRDSMariaDBInstance object ● AWSRDSMySQLInstance object ● AWSRDSOracleInstance object ● AWSRDSPostgreSQLInstance object ● AWSRDSSQLServerInstance object