|
NAMEPaws::RDS::CreateDBInstance - Arguments for method CreateDBInstance on Paws::RDSDESCRIPTIONThis class represents the parameters used for calling the method CreateDBInstance on the Amazon Relational Database Service service. Use the attributes of this class as arguments to method CreateDBInstance.You shouln't make instances of this class. Each attribute should be used as a named argument in the call to CreateDBInstance. As an example: $service_obj->CreateDBInstance(Att1 => $value1, Att2 => $value2, ...); Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. ATTRIBUTESAllocatedStorage => IntThe 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. 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) AutoMinorVersionUpgrade => BoolIndicates that minor engine upgrades will be applied automatically to the DB instance during the maintenance window.Default: "true" AvailabilityZone => StrThe 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. BackupRetentionPeriod => IntThe 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:
CharacterSetName => StrFor supported engines, indicates that the DB instance should be associated with the specified CharacterSet.CopyTagsToSnapshot => BoolThis property is not currently implemented.DBClusterIdentifier => StrThe identifier of the DB cluster that the instance will belong to.For information on creating a DB cluster, see CreateDBCluster. Type: String REQUIRED DBInstanceClass => StrThe 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.r3.large | db.r3.xlarge | db.r3.2xlarge | db.r3.4xlarge | db.r3.8xlarge | db.t2.micro | db.t2.small | db.t2.medium" REQUIRED DBInstanceIdentifier => StrThe DB instance identifier. This parameter is stored as a lowercase string.Constraints:
Example: "mydbinstance" DBName => StrThe 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:
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:
Oracle The Oracle System ID (SID) of the created DB instance. Default: "ORCL" Constraints:
SQL Server Not applicable. Must be null. DBParameterGroupName => StrThe 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:
DBSecurityGroups => ArrayRef[Str]A list of DB security groups to associate with this DB instance.Default: The default DB security group for the database engine. DBSubnetGroupName => StrA DB subnet group to associate with this DB instance.If there is no DB subnet group, then it is a non-VPC DB instance. Domain => StrSpecify the Active Directory Domain to create the instance in.REQUIRED Engine => StrThe name of the database engine to be used for this instance.Valid Values: "MySQL" | "oracle-se1" | "oracle-se" | "oracle-ee" | "sqlserver-ee" | "sqlserver-se" | "sqlserver-ex" | "sqlserver-web" | "postgres" Not every database engine is available for every AWS region. EngineVersion => StrThe 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
MySQL
MySQL
MySQL
Oracle Database Enterprise Edition (oracle-ee)
Oracle Database Enterprise Edition (oracle-ee)
Oracle Database Enterprise Edition (oracle-ee)
Oracle Database Standard Edition (oracle-se)
Oracle Database Standard Edition (oracle-se)
Oracle Database Standard Edition (oracle-se)
Oracle Database Standard Edition One (oracle-se1)
Oracle Database Standard Edition One (oracle-se1)
Oracle Database Standard Edition One (oracle-se1)
PostgreSQL
PostgreSQL
PostgreSQL
Microsoft SQL Server Enterprise Edition (sqlserver-ee)
Microsoft SQL Server Enterprise Edition (sqlserver-ee)
Microsoft SQL Server Express Edition (sqlserver-ex)
Microsoft SQL Server Express Edition (sqlserver-ex)
Microsoft SQL Server Standard Edition (sqlserver-se)
Microsoft SQL Server Standard Edition (sqlserver-se)
Microsoft SQL Server Web Edition (sqlserver-web)
Microsoft SQL Server Web Edition (sqlserver-web)
Iops => IntThe amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance.Constraints: To use PIOPS, this value must be an integer greater than 1000. KmsKeyId => StrThe KMS key identifier for an encrypted DB instance.The KMS key identifier is the Amazon Resoure 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. LicenseModel => StrLicense model information for this DB instance.Valid values: "license-included" | "bring-your-own-license" | "general-public-license" MasterUsername => StrThe name of master user for the client DB instance.MySQL Constraints:
Type: String Oracle Constraints:
SQL Server Constraints:
PostgreSQL Constraints:
MasterUserPassword => StrThe 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. 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. MultiAZ => BoolSpecifies 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.OptionGroupName => StrIndicates 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 Port => IntThe port number on which the database accepts connections.MySQL 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. PreferredBackupWindow => StrThe 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:
PreferredMaintenanceWindow => StrThe 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. PubliclyAccessible => BoolSpecifies 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.
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. StorageEncrypted => BoolSpecifies whether the DB instance is encrypted.Default: false StorageType => StrSpecifies 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" Tags => ArrayRef[Paws::RDS::Tag]TdeCredentialArn => StrThe ARN from the Key Store with which to associate the instance for TDE encryption.TdeCredentialPassword => StrThe password for the given ARN from the Key Store in order to access the device.VpcSecurityGroupIds => ArrayRef[Str]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. SEE ALSOThis class forms part of Paws, documenting arguments for method CreateDBInstance in Paws::RDSBUGS and CONTRIBUTIONSThe source code is located here: https://github.com/pplu/aws-sdk-perlPlease report bugs to: https://github.com/pplu/aws-sdk-perl/issues
Visit the GSP FreeBSD Man Page Interface. |