DbInstance

class DbInstance : KotlinCustomResource

The AWS::RDS::DBInstance resource creates an Amazon RDS DB instance.

Properties

Link copied to clipboard
val allocatedStorage: Output<String>?

The amount of storage (in gigabytes) to be initially allocated for the database instance.

Link copied to clipboard

A value that indicates whether major version upgrades are allowed. Changing this parameter doesn't result in an outage and the change is asynchronously applied as soon as possible.

Link copied to clipboard

The AWS Identity and Access Management (IAM) roles associated with the DB instance.

Link copied to clipboard

Enables replication of automated backups to a different Amazon Web Services Region.

Link copied to clipboard

A value that indicates whether minor engine upgrades are applied automatically to the DB instance during the maintenance window. By default, minor engine upgrades are applied automatically.

Link copied to clipboard
val availabilityZone: Output<String>?

The Availability Zone (AZ) where the database will be created. For information on AWS Regions and Availability Zones.

Link copied to clipboard

The number of days for which automated backups are retained. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.

Link copied to clipboard

The identifier of the CA certificate for this DB instance.

Link copied to clipboard

Returns the details of the DB instance's server certificate.

Link copied to clipboard

A value that indicates whether the DB instance is restarted when you rotate your SSL/TLS certificate. By default, the DB instance is restarted when you rotate your SSL/TLS certificate. The certificate is not updated until the DB instance is restarted. If you are using SSL/TLS to connect to the DB instance, follow the appropriate instructions for your DB engine to rotate your SSL/TLS certificate This setting doesn't apply to RDS Custom.

Link copied to clipboard
val characterSetName: Output<String>?

For supported engines, indicates that the DB instance should be associated with the specified character set.

Link copied to clipboard

A value that indicates whether to copy tags from the DB instance to snapshots of the DB instance. By default, tags are not copied.

Link copied to clipboard

The instance profile associated with the underlying Amazon EC2 instance of an RDS Custom DB instance. The instance profile must meet the following requirements:

Link copied to clipboard

The identifier of the DB cluster that the instance will belong to.

Link copied to clipboard

The identifier for the RDS for MySQL Multi-AZ DB cluster snapshot to restore from. For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances in the Amazon RDS User Guide . Constraints:

Link copied to clipboard
val dbInstanceArn: Output<String>

The Amazon Resource Name (ARN) for the DB instance.

Link copied to clipboard
val dbInstanceClass: Output<String>?

The compute and memory capacity of the DB instance, for example, db.m4.large. Not all DB instance classes are available in all AWS Regions, or for all database engines.

Link copied to clipboard

A name for the DB instance. If you specify a name, AWS CloudFormation converts it to lowercase. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the DB instance.

Link copied to clipboard
val dbiResourceId: Output<String>

The AWS Region-unique, immutable identifier for the DB instance. This identifier is found in AWS CloudTrail log entries whenever the AWS KMS key for the DB instance is accessed.

Link copied to clipboard
val dbName: Output<String>?

The meaning of this parameter differs according to the database engine you use.

Link copied to clipboard

The name of an existing DB parameter group or a reference to an AWS::RDS::DBParameterGroup resource created in the template.

Link copied to clipboard

A list of the DB security groups to assign to the DB instance. The list can include both the name of existing DB security groups or references to AWS::RDS::DBSecurityGroup resources created in the template.

Link copied to clipboard

The name or Amazon Resource Name (ARN) of the DB snapshot that's used to restore the DB instance. If you're restoring from a shared manual DB snapshot, you must specify the ARN of the snapshot.

Link copied to clipboard

A DB subnet group to associate with the DB instance. If you update this value, the new subnet group must be a subnet group in a new VPC.

Link copied to clipboard
val dbSystemId: Output<String>

The Oracle system ID (Oracle SID) for a container database (CDB). The Oracle SID is also the name of the CDB. This setting is valid for RDS Custom only.

Link copied to clipboard

A value that indicates whether to remove automated backups immediately after the DB instance is deleted. This parameter isn't case-sensitive. The default is to remove automated backups immediately after the DB instance is deleted.

Link copied to clipboard

A value that indicates whether the DB instance has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection is disabled.

Link copied to clipboard
val domain: Output<String>?

The Active Directory directory ID to create the DB instance in. Currently, only MySQL, Microsoft SQL Server, Oracle, and PostgreSQL DB instances can be created in an Active Directory Domain.

Link copied to clipboard

The ARN for the Secrets Manager secret with the credentials for the user joining the domain.

Link copied to clipboard
val domainDnsIps: Output<List<String>>?

The IPv4 DNS IP addresses of your primary and secondary Active Directory domain controllers.

Link copied to clipboard
val domainFqdn: Output<String>?

The fully qualified domain name (FQDN) of an Active Directory domain.

Link copied to clipboard

Specify the name of the IAM role to be used when making API calls to the Directory Service.

Link copied to clipboard
val domainOu: Output<String>?

The Active Directory organizational unit for your DB instance to join.

Link copied to clipboard

The list of log types that need to be enabled for exporting to CloudWatch Logs. The values in the list depend on the DB engine being used.

Link copied to clipboard

A value that indicates whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts. By default, mapping is disabled.

Link copied to clipboard

A value that indicates whether to enable Performance Insights for the DB instance.

Link copied to clipboard

Specifies the connection endpoint.

Link copied to clipboard
val engine: Output<String>?

The name of the database engine that you want to use for this DB instance.

Link copied to clipboard
val engineVersion: Output<String>?

The version number of the database engine to use.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val iops: Output<Int>?

The number of I/O operations per second (IOPS) that the database provisions.

Link copied to clipboard
val kmsKeyId: Output<String>?

The ARN of the AWS Key Management Service (AWS KMS) master key that's used to encrypt the DB instance.

Link copied to clipboard
val licenseModel: Output<String>?

License model information for this DB instance.

Link copied to clipboard

A value that indicates whether to manage the master user password with AWS Secrets Manager.

Link copied to clipboard
val masterUsername: Output<String>?

The master user name for the DB instance.

Link copied to clipboard

The password for the master user.

Link copied to clipboard

Contains the secret managed by RDS in AWS Secrets Manager for the master user password.

Link copied to clipboard
val maxAllocatedStorage: Output<Int>?

The upper limit to which Amazon RDS can automatically scale the storage of the DB instance.

Link copied to clipboard
val monitoringInterval: Output<Int>?

The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance. To disable collecting Enhanced Monitoring metrics, specify 0. The default is 0.

Link copied to clipboard

The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to Amazon CloudWatch Logs.

Link copied to clipboard
val multiAz: Output<Boolean>?

Specifies whether the database instance is a multiple Availability Zone deployment.

Link copied to clipboard

The name of the NCHAR character set for the Oracle DB instance. This parameter doesn't apply to RDS Custom.

Link copied to clipboard
val networkType: Output<String>?

The network type of the DB cluster.

Link copied to clipboard
val optionGroupName: Output<String>?

Indicates that the DB instance should be associated with the specified option group.

Link copied to clipboard

The AWS KMS key identifier for encryption of Performance Insights data. The KMS key ID is the Amazon Resource Name (ARN), KMS key identifier, or the KMS key alias for the KMS encryption key.

Link copied to clipboard

The amount of time, in days, to retain Performance Insights data. Valid values are 7 or 731 (2 years).

Link copied to clipboard
val port: Output<String>?

The port number on which the database accepts connections.

Link copied to clipboard

The daily time range during which automated backups are created if automated backups are enabled, using the BackupRetentionPeriod parameter.

Link copied to clipboard

he weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

Link copied to clipboard

The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.

Link copied to clipboard
val promotionTier: Output<Int>?

A value that specifies the order in which an Aurora Replica is promoted to the primary instance after a failure of the existing primary instance.

Link copied to clipboard

Indicates whether the DB instance is an internet-facing instance. If you specify true, AWS CloudFormation creates an instance with a publicly resolvable DNS name, which resolves to a public IP address. If you specify false, AWS CloudFormation creates an internal instance with a DNS name that resolves to a private IP address.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val replicaMode: Output<String>?

The open mode of an Oracle read replica. The default is open-read-only.

Link copied to clipboard
val restoreTime: Output<String>?

The date and time to restore from.

Link copied to clipboard

The identifier of the Multi-AZ DB cluster that will act as the source for the read replica. Each DB cluster can have up to 15 read replicas.

Link copied to clipboard

The Amazon Resource Name (ARN) of the replicated automated backups from which to restore.

Link copied to clipboard

If you want to create a Read Replica DB instance, specify the ID of the source DB instance. Each DB instance can have a limited number of Read Replicas.

Link copied to clipboard

The resource ID of the source DB instance from which to restore.

Link copied to clipboard
val sourceRegion: Output<String>?

The ID of the region that contains the source DB instance for the Read Replica.

Link copied to clipboard

A value that indicates whether the DB instance is encrypted. By default, it isn't encrypted.

Link copied to clipboard
val storageThroughput: Output<Int>?

Specifies the storage throughput for the DB instance.

Link copied to clipboard
val storageType: Output<String>?

Specifies the storage type to be associated with the DB instance.

Link copied to clipboard
val tags: Output<List<DbInstanceTag>>?

Tags to assign to the DB instance.

Link copied to clipboard
val tdeCredentialArn: Output<String>?

The ARN from the key store with which to associate the instance for TDE encryption.

Link copied to clipboard

The password for the given ARN from the key store in order to access the device.

Link copied to clipboard
val timezone: Output<String>?

The time zone of the DB instance. The time zone parameter is currently supported only by Microsoft SQL Server.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard

A value that indicates whether the DB instance class of the DB instance uses its default processor features.

Link copied to clipboard

A value that indicates whether the DB instance is restored from the latest backup time. By default, the DB instance isn't restored from the latest backup time.

Link copied to clipboard

A list of the VPC security group IDs to assign to the DB instance. The list can include both the physical IDs of existing VPC security groups and references to AWS::EC2::SecurityGroup resources created in the template.