aws_rds_db_snapshot
account_id
Type: STRING
allocated_storage
Type: INT32
Provider name: AllocatedStorage
Description: Specifies the allocated storage size in gibibytes (GiB).
availability_zone
Type: STRING
Provider name: AvailabilityZone
Description: Specifies the name of the Availability Zone the DB instance was located in at the time of the DB snapshot.
db_instance_identifier
Type: STRING
Provider name: DBInstanceIdentifier
Description: Specifies the DB instance identifier of the DB instance this DB snapshot was created from.
db_snapshot_arn
Type: STRING
Provider name: DBSnapshotArn
Description: The Amazon Resource Name (ARN) for the DB snapshot.
db_snapshot_attributes
Type: UNORDERED_LIST_STRUCT
Provider name: DBSnapshotAttributes
Description: The list of attributes and values for the manual DB snapshot.
attribute_name
Type: STRING
Provider name: AttributeName
Description: The name of the manual DB snapshot attribute. The attribute named restore
refers to the list of Amazon Web Services accounts that have permission to copy or restore the manual DB cluster snapshot. For more information, see the ModifyDBSnapshotAttribute
API action.
attribute_values
Type: UNORDERED_LIST_STRING
Provider name: AttributeValues
Description: The value or values for the manual DB snapshot attribute. If the AttributeName
field is set to restore
, then this element returns a list of IDs of the Amazon Web Services accounts that are authorized to copy or restore the manual DB snapshot. If a value of all
is in the list, then the manual DB snapshot is public and available for any Amazon Web Services account to copy or restore.
db_snapshot_identifier
Type: STRING
Provider name: DBSnapshotIdentifier
Description: The identifier of the manual DB snapshot that the attributes apply to.
db_system_id
Type: STRING
Provider name: DBSystemId
Description: The Oracle system identifier (SID), which is the name of the Oracle database instance that manages your database files. The Oracle SID is also the name of your CDB.
dbi_resource_id
Type: STRING
Provider name: DbiResourceId
Description: The identifier for the source DB instance, which can’t be changed and which is unique to an Amazon Web Services Region.
dedicated_log_volume
Type: BOOLEAN
Provider name: DedicatedLogVolume
Description: Indicates whether the DB instance has a dedicated log volume (DLV) enabled.
encrypted
Type: BOOLEAN
Provider name: Encrypted
Description: Indicates whether the DB snapshot is encrypted.
engine
Type: STRING
Provider name: Engine
Description: Specifies the name of the database engine.
engine_version
Type: STRING
Provider name: EngineVersion
Description: Specifies the version of the database engine.
iam_database_authentication_enabled
Type: BOOLEAN
Provider name: IAMDatabaseAuthenticationEnabled
Description: Indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.
instance_create_time
Type: TIMESTAMP
Provider name: InstanceCreateTime
Description: Specifies the time in Coordinated Universal Time (UTC) when the DB instance, from which the snapshot was taken, was created.
iops
Type: INT32
Provider name: Iops
Description: Specifies the Provisioned IOPS (I/O operations per second) value of the DB instance at the time of the snapshot.
kms_key_id
Type: STRING
Provider name: KmsKeyId
Description: 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.
license_model
Type: STRING
Provider name: LicenseModel
Description: License model information for the restored DB instance.
master_username
Type: STRING
Provider name: MasterUsername
Description: Provides the master username for the DB snapshot.
multi_tenant
Type: BOOLEAN
Provider name: MultiTenant
Description: Indicates whether the snapshot is of a DB instance using the multi-tenant configuration (TRUE) or the single-tenant configuration (FALSE).
option_group_name
Type: STRING
Provider name: OptionGroupName
Description: Provides the option group name for the DB snapshot.
original_snapshot_create_time
Type: TIMESTAMP
Provider name: OriginalSnapshotCreateTime
Description: Specifies the time of the CreateDBSnapshot operation in Coordinated Universal Time (UTC). Doesn’t change when the snapshot is copied.
percent_progress
Type: INT32
Provider name: PercentProgress
Description: The percentage of the estimated data that has been transferred.
port
Type: INT32
Provider name: Port
Description: Specifies the port that the database engine was listening on at the time of the snapshot.
processor_features
Type: UNORDERED_LIST_STRUCT
Provider name: ProcessorFeatures
Description: 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.
name
Type: STRING
Provider name: Name
Description: The name of the processor feature. Valid names are coreCount
and threadsPerCore
.
value
Type: STRING
Provider name: Value
Description: The value of a processor feature.
snapshot_create_time
Type: TIMESTAMP
Provider name: SnapshotCreateTime
Description: Specifies when the snapshot was taken in Coordinated Universal Time (UTC). Changes for the copy when the snapshot is copied.
snapshot_database_time
Type: TIMESTAMP
Provider name: SnapshotDatabaseTime
Description: 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.
snapshot_target
Type: STRING
Provider name: SnapshotTarget
Description: Specifies where manual snapshots are stored: Amazon Web Services Outposts or the Amazon Web Services Region.
snapshot_type
Type: STRING
Provider name: SnapshotType
Description: Provides the type of the DB snapshot.
source_db_snapshot_identifier
Type: STRING
Provider name: SourceDBSnapshotIdentifier
Description: 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.
source_region
Type: STRING
Provider name: SourceRegion
Description: The Amazon Web Services Region that the DB snapshot was created in or copied from.
status
Type: STRING
Provider name: Status
Description: Specifies the status of this DB snapshot.
storage_throughput
Type: INT32
Provider name: StorageThroughput
Description: Specifies the storage throughput for the DB snapshot.
storage_type
Type: STRING
Provider name: StorageType
Description: Specifies the storage type associated with DB snapshot.
Type: UNORDERED_LIST_STRING
tde_credential_arn
Type: STRING
Provider name: TdeCredentialArn
Description: The ARN from the key store with which to associate the instance for TDE encryption.
timezone
Type: STRING
Provider name: Timezone
Description: The time zone of the DB snapshot. In most cases, the Timezone
element is empty. Timezone
content appears only for snapshots taken from Microsoft SQL Server DB instances that were created with a time zone specified.
vpc_id
Type: STRING
Provider name: VpcId
Description: Provides the VPC ID associated with the DB snapshot.