AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
Container for the parameters to the CreateDBInstance operation. Creates a new DB instance.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.RDS.AmazonRDSRequest
      Amazon.RDS.Model.CreateDBInstanceRequest

Namespace: Amazon.RDS.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class CreateDBInstanceRequest : AmazonRDSRequest
         IRequestEvents

The CreateDBInstanceRequest type exposes the following members

Constructors

NameDescription
Public Method CreateDBInstanceRequest() Empty constructor used to set properties independently even when a simple constructor is available
Public Method CreateDBInstanceRequest(string, int, string, string, string, string) Instantiates CreateDBInstanceRequest with the parameterized properties

Properties

NameTypeDescription
Public Property AllocatedStorage System.Int32 Gets and sets the property AllocatedStorage.

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

Type: Integer

MySQL

Constraints: Must be an integer from 5 to 6144.

MariaDB

Constraints: Must be an integer from 5 to 6144.

PostgreSQL

Constraints: Must be an integer from 5 to 6144.

Oracle

Constraints: Must be an integer from 10 to 6144.

SQL Server

Constraints: Must be an integer from 200 to 4096 (Standard Edition and Enterprise Edition) or from 20 to 4096 (Express Edition and Web Edition)

Public Property AutoMinorVersionUpgrade System.Boolean Gets and sets the property AutoMinorVersionUpgrade.

Indicates that minor engine upgrades will be applied automatically to the DB instance during the maintenance window.

Default: true

Public Property AvailabilityZone System.String Gets and sets the property AvailabilityZone.

The EC2 Availability Zone that the database instance will be created in. For information on regions and Availability Zones, see Regions and Availability Zones.

Default: A random, system-chosen Availability Zone in the endpoint's region.

Example: us-east-1d

Constraint: The AvailabilityZone parameter cannot be specified if the MultiAZ parameter is set to true. The specified Availability Zone must be in the same region as the current endpoint.

Public Property BackupRetentionPeriod System.Int32 Gets and sets the property BackupRetentionPeriod.

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.

Default: 1

Constraints:

  • Must be a value from 0 to 35
  • Cannot be set to 0 if the DB instance is a source to Read Replicas
Public Property CharacterSetName System.String Gets and sets the property CharacterSetName.

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

Public Property CopyTagsToSnapshot System.Boolean Gets and sets the property CopyTagsToSnapshot.

True to copy all tags from the DB instance to snapshots of the DB instance; otherwise false. The default is false.

Public Property DBClusterIdentifier System.String Gets and sets the property DBClusterIdentifier.

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

For information on creating a DB cluster, see CreateDBCluster.

Type: String

Public Property DBInstanceClass System.String Gets and sets the property DBInstanceClass.

The compute and memory capacity of the DB instance.

Valid Values:

db.t1.micro | db.m1.small | db.m1.medium | db.m1.large | db.m1.xlarge
            | db.m2.xlarge |db.m2.2xlarge | db.m2.4xlarge | db.m3.medium | db.m3.large | db.m3.xlarge
            | db.m3.2xlarge | db.m4.large | db.m4.xlarge | db.m4.2xlarge | db.m4.4xlarge | db.m4.10xlarge
            | db.r3.large | db.r3.xlarge | db.r3.2xlarge | db.r3.4xlarge | db.r3.8xlarge | db.t2.micro
            | db.t2.small | db.t2.medium | db.t2.large

Public Property DBInstanceIdentifier System.String Gets and sets the property DBInstanceIdentifier.

The DB instance identifier. This parameter is stored as a lowercase string.

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens (1 to 15 for SQL Server).
  • First character must be a letter.
  • Cannot end with a hyphen or contain two consecutive hyphens.

Example: mydbinstance

Public Property DBName System.String Gets and sets the property DBName.

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

Type: String

MySQL

The name of the database to create when the DB instance is created. If this parameter is not specified, no database is created in the DB instance.

Constraints:

  • Must contain 1 to 64 alphanumeric characters
  • Cannot be a word reserved by the specified database engine

MariaDB

The name of the database to create when the DB instance is created. If this parameter is not specified, no database is created in the DB instance.

Constraints:

  • Must contain 1 to 64 alphanumeric characters
  • Cannot be a word reserved by the specified database engine

PostgreSQL

The name of the database to create when the DB instance is created. If this parameter is not specified, the default "postgres" database is created in the DB instance.

Constraints:

  • Must contain 1 to 63 alphanumeric characters
  • Must begin with a letter or an underscore. Subsequent characters can be letters, underscores, or digits (0-9).
  • Cannot be a word reserved by the specified database engine

Oracle

The Oracle System ID (SID) of the created DB instance.

Default: ORCL

Constraints:

  • Cannot be longer than 8 characters

SQL Server

Not applicable. Must be null.

Amazon Aurora

The name of the database to create when the primary instance of the DB cluster is created. If this parameter is not specified, no database is created in the DB instance.

Constraints:

  • Must contain 1 to 64 alphanumeric characters
  • Cannot be a word reserved by the specified database engine
Public Property DBParameterGroupName System.String Gets and sets the property DBParameterGroupName.

The name of the DB parameter group to associate with this DB instance. If this argument is omitted, the default DBParameterGroup for the specified engine will be used.

Constraints:

  • Must be 1 to 255 alphanumeric characters
  • First character must be a letter
  • Cannot end with a hyphen or contain two consecutive hyphens
Public Property DBSecurityGroups System.Collections.Generic.List<System.String> Gets and sets the property DBSecurityGroups.

A list of DB security groups to associate with this DB instance.

Default: The default DB security group for the database engine.

Public Property DBSubnetGroupName System.String Gets and sets the property DBSubnetGroupName.

A DB subnet group to associate with this DB instance.

If there is no DB subnet group, then it is a non-VPC DB instance.

Public Property Engine System.String Gets and sets the property Engine.

The name of the database engine to be used for this instance.

Valid Values: MySQL | mariadb | oracle-se1 | oracle-se | oracle-ee | sqlserver-ee | sqlserver-se | sqlserver-ex | sqlserver-web | postgres | aurora

Not every database engine is available for every AWS region.

Public Property EngineVersion System.String Gets and sets the property EngineVersion.

The version number of the database engine to use.

The following are the database engines and major and minor versions that are available with Amazon RDS. Not every database engine is available for every AWS region.

MySQL

  • Version 5.1 (Only available in the following regions: ap-northeast-1, ap-southeast-1, ap-southeast-2, eu-west-1, sa-east-1, us-west-1, us-west-2):
    5.1.73a | 5.1.73b
    
  • Version 5.5 (Only available in the following regions: ap-northeast-1, ap-southeast-1, ap-southeast-2, eu-west-1, sa-east-1, us-west-1, us-west-2): 5.5.40 | 5.5.40a
  • Version 5.5 (Available in all regions): 5.5.40b | 5.5.41 | 5.5.42
  • Version 5.6 (Available in all regions):
    5.6.19a | 5.6.19b | 5.6.21 | 5.6.21b | 5.6.22
               | 5.6.23
    

MariaDB

  • Version 10.0 (Available in all regions except AWS GovCloud (US) Region (us-gov-west-1)): 10.0.17

Oracle Database Enterprise Edition (oracle-ee)

  • Version 11.2 (Only available in the following regions: ap-northeast-1, ap-southeast-1, ap-southeast-2, eu-west-1, sa-east-1, us-west-1, us-west-2):
    11.2.0.2.v3 | 11.2.0.2.v4 | 11.2.0.2.v5 | 11.2.0.2.v6 | 11.2.0.2.v7
    
  • Version 11.2 (Available in all regions):
    11.2.0.3.v1 | 11.2.0.3.v2 | 11.2.0.3.v3
               | 11.2.0.4.v1 | 11.2.0.4.v3 | 11.2.0.4.v4
    
  • Version 12.1 (Available in all regions):12.1.0.1.v1 | 12.1.0.1.v2 | 12.1.0.2.v1

Oracle Database Standard Edition (oracle-se)

  • Version 11.2 (Only available in the following regions: us-west-1): 11.2.0.2.v3 | 11.2.0.2.v4 | 11.2.0.2.v5 | 11.2.0.2.v6 | 11.2.0.2.v7
  • Version 11.2 (Only available in the following regions: eu-central-1, us-west-1): 11.2.0.3.v1 | 11.2.0.3.v2 | 11.2.0.3.v3 | 11.2.0.4.v1 | 11.2.0.4.v3 | 11.2.0.4.v4
  • Version 12.1 (Only available in the following regions: eu-central-1, us-west-1):12.1.0.1.v1 | 12.1.0.1.v2

Oracle Database Standard Edition One (oracle-se1)

  • Version 11.2 (Only available in the following regions: us-west-1): 11.2.0.2.v3 | 11.2.0.2.v4 | 11.2.0.2.v5 | 11.2.0.2.v6 | 11.2.0.2.v7
  • Version 11.2 (Only available in the following regions: eu-central-1, us-west-1): 11.2.0.3.v1 | 11.2.0.3.v2 | 11.2.0.3.v3 | 11.2.0.4.v1 | 11.2.0.4.v3 | 11.2.0.4.v4
  • Version 12.1 (Only available in the following regions: eu-central-1, us-west-1): 12.1.0.1.v1 | 12.1.0.1.v2

PostgreSQL

  • Version 9.3 (Only available in the following regions: ap-northeast-1, ap-southeast-1, ap-southeast-2, eu-west-1, sa-east-1, us-west-1, us-west-2):
    9.3.1 | 9.3.2
    
  • Version 9.3 (Available in all regions):
    9.3.3 | 9.3.5 | 9.3.6 | 9.3.9 | 9.3.10
    
  • Version 9.4 (Available in all regions): 9.4.1 | 9.4.4 | 9.4.5

Microsoft SQL Server Enterprise Edition (sqlserver-ee)

  • Version 10.50 (Available in all regions): 10.50.2789.0.v1
  • Version 10.50 (Available in all regions): 10.50.6000.34.v1
  • Version 11.00 (Available in all regions): 11.00.2100.60.v1
  • Version 11.00 (Available in all regions): 11.00.5058.0.v1

Microsoft SQL Server Express Edition (sqlserver-ex)

  • Version 10.50 (Available in all regions): 10.50.2789.0.v1
  • Version 10.50 (Available in all regions): 10.50.6000.34.v1
  • Version 11.00 (Available in all regions): 11.00.2100.60.v1
  • Version 11.00 (Available in all regions): 11.00.5058.0.v1
  • Version 12.00 (Available in all regions): 12.00.4422.0.v1

Microsoft SQL Server Standard Edition (sqlserver-se)

  • Version 10.50 (Available in all regions): 10.50.2789.0.v1
  • Version 10.50 (Available in all regions): 10.50.6000.34.v1
  • Version 11.00 (Available in all regions): 11.00.2100.60.v1
  • Version 11.00 (Available in all regions): 11.00.5058.0.v1
  • Version 12.00 (Available in all regions): 12.00.4422.0.v1

Microsoft SQL Server Web Edition (sqlserver-web)

  • Version 10.50 (Available in all regions): 10.50.2789.0.v1
  • Version 10.50 (Available in all regions): 10.50.6000.34.v1
  • Version 11.00 (Available in all regions): 11.00.2100.60.v1
  • Version 11.00 (Available in all regions): 11.00.5058.0.v1
  • Version 12.00 (Available in all regions): 12.00.4422.0.v1
Public Property Iops System.Int32 Gets and sets the property Iops.

The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance.

Constraints: Must be a multiple between 3 and 10 of the storage amount for the DB instance. Must also be an integer multiple of 1000. For example, if the size of your DB instance is 500 GB, then your Iops value can be 2000, 3000, 4000, or 5000.

Public Property KmsKeyId System.String Gets and sets the property KmsKeyId.

The KMS key identifier for an encrypted DB instance.

The KMS key identifier is the Amazon Resource Name (ARN) for the KMS encryption key. If you are creating a DB instance with the same AWS account that owns the KMS encryption key used to encrypt the new DB instance, then you can use the KMS key alias instead of the ARN for the KM encryption key.

If the StorageEncrypted parameter is true, and you do not specify a value for the KmsKeyId parameter, then Amazon RDS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

Public Property LicenseModel System.String Gets and sets the property LicenseModel.

License model information for this DB instance.

Valid values: license-included | bring-your-own-license | general-public-license

Public Property MasterUsername System.String Gets and sets the property MasterUsername.

The name of master user for the client DB instance.

MySQL

Constraints:

  • Must be 1 to 16 alphanumeric characters.
  • First character must be a letter.
  • Cannot be a reserved word for the chosen database engine.

MariaDB

Constraints:

  • Must be 1 to 16 alphanumeric characters.
  • Cannot be a reserved word for the chosen database engine.

Type: String

Oracle

Constraints:

  • Must be 1 to 30 alphanumeric characters.
  • First character must be a letter.
  • Cannot be a reserved word for the chosen database engine.

SQL Server

Constraints:

  • Must be 1 to 128 alphanumeric characters.
  • First character must be a letter.
  • Cannot be a reserved word for the chosen database engine.

PostgreSQL

Constraints:

  • Must be 1 to 63 alphanumeric characters.
  • First character must be a letter.
  • Cannot be a reserved word for the chosen database engine.
Public Property MasterUserPassword System.String Gets and sets the property MasterUserPassword.

The password for the master database user. Can be any printable ASCII character except "/", """, or "@".

Type: String

MySQL

Constraints: Must contain from 8 to 41 characters.

MariaDB

Constraints: Must contain from 8 to 41 characters.

Oracle

Constraints: Must contain from 8 to 30 characters.

SQL Server

Constraints: Must contain from 8 to 128 characters.

PostgreSQL

Constraints: Must contain from 8 to 128 characters.

Amazon Aurora

Constraints: Must contain from 8 to 41 characters.

Public Property MonitoringInterval System.Int32 Gets and sets the property MonitoringInterval.

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 60.

If MonitoringRoleArn is specified, then you must also set MonitoringInterval to a value other than 0.

Valid Values: 0, 1, 5, 10, 15, 30, 60

Public Property MonitoringRoleArn System.String Gets and sets the property MonitoringRoleArn.

The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to CloudWatch Logs. For example, arn:aws:iam:123456789012:role/emaccess. For information on creating a monitoring role, go to To create an IAM role for Amazon RDS Enhanced Monitoring.

If MonitoringInterval is set to a value other than 0, then you must supply a MonitoringRoleArn value.

Public Property MultiAZ System.Boolean Gets and sets the property MultiAZ.

Specifies if the DB instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the MultiAZ parameter is set to true. Do not set this value if you want a Multi-AZ deployment for a SQL Server DB instance. Multi-AZ for SQL Server is set using the Mirroring option in an option group.

Public Property OptionGroupName System.String Gets and sets the property OptionGroupName.

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

Permanent options, such as the TDE option for Oracle Advanced Security TDE, cannot be removed from an option group, and that option group cannot be removed from a DB instance once it is associated with a DB instance

Public Property Port System.Int32 Gets and sets the property Port.

The port number on which the database accepts connections.

MySQL

Default: 3306

Valid Values: 1150-65535

Type: Integer

MariaDB

Default: 3306

Valid Values: 1150-65535

Type: Integer

PostgreSQL

Default: 5432

Valid Values: 1150-65535

Type: Integer

Oracle

Default: 1521

Valid Values: 1150-65535

SQL Server

Default: 1433

Valid Values: 1150-65535 except for 1434, 3389, 47001, 49152, and 49152 through 49156.

Amazon Aurora

Default: 3306

Valid Values: 1150-65535

Type: Integer

Public Property PreferredBackupWindow System.String Gets and sets the property PreferredBackupWindow.

The daily time range during which automated backups are created if automated backups are enabled, using the BackupRetentionPeriod parameter. For more information, see DB Instance Backups.

Default: A 30-minute window selected at random from an 8-hour block of time per region. To see the time blocks available, see Adjusting the Preferred Maintenance Window in the Amazon RDS User Guide.

Constraints:

  • Must be in the format hh24:mi-hh24:mi.
  • Times should be in Universal Coordinated Time (UTC).
  • Must not conflict with the preferred maintenance window.
  • Must be at least 30 minutes.
Public Property PreferredMaintenanceWindow System.String Gets and sets the property PreferredMaintenanceWindow.

The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). For more information, see DB Instance Maintenance.

Format: ddd:hh24:mi-ddd:hh24:mi

Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week. To see the time blocks available, see Adjusting the Preferred Maintenance Window in the Amazon RDS User Guide.

Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun

Constraints: Minimum 30-minute window.

Public Property PubliclyAccessible System.Boolean Gets and sets the property PubliclyAccessible.

Specifies the accessibility options for the DB instance. A value of true specifies an Internet-facing instance with a publicly resolvable DNS name, which resolves to a public IP address. A value of false specifies an internal instance with a DNS name that resolves to a private IP address.

Default: The default behavior varies depending on whether a VPC has been requested or not. The following list shows the default behavior in each case.

  • Default VPC: true
  • VPC: false

If no DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be publicly accessible. If a specific DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be private.

Public Property StorageEncrypted System.Boolean Gets and sets the property StorageEncrypted.

Specifies whether the DB instance is encrypted.

Default: false

Public Property StorageType System.String Gets and sets the property StorageType.

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

Valid values: standard | gp2 | io1

If you specify io1, you must also include a value for the Iops parameter.

Default: io1 if the Iops parameter is specified; otherwise standard

Public Property Tags System.Collections.Generic.List<Amazon.RDS.Model.Tag> Gets and sets the property Tags.
Public Property TdeCredentialArn System.String Gets and sets the property TdeCredentialArn.

The ARN from the Key Store with which to associate the instance for TDE encryption.

Public Property TdeCredentialPassword System.String Gets and sets the property TdeCredentialPassword.

The password for the given ARN from the Key Store in order to access the device.

Public Property VpcSecurityGroupIds System.Collections.Generic.List<System.String> Gets and sets the property VpcSecurityGroupIds.

A list of EC2 VPC security groups to associate with this DB instance.

Default: The default EC2 VPC security group for the DB subnet group's VPC.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1