GetOrderableDbInstancePlainArgs

data class GetOrderableDbInstancePlainArgs(val availabilityZoneGroup: String? = null, val engine: String, val engineLatestVersion: Boolean? = null, val engineVersion: String? = null, val instanceClass: String? = null, val licenseModel: String? = null, val preferredEngineVersions: List<String>? = null, val preferredInstanceClasses: List<String>? = null, val readReplicaCapable: Boolean? = null, val storageType: String? = null, val supportedEngineModes: List<String>? = null, val supportedNetworkTypes: List<String>? = null, val supportsClusters: Boolean? = null, val supportsEnhancedMonitoring: Boolean? = null, val supportsGlobalDatabases: Boolean? = null, val supportsIamDatabaseAuthentication: Boolean? = null, val supportsIops: Boolean? = null, val supportsKerberosAuthentication: Boolean? = null, val supportsMultiAz: Boolean? = null, val supportsPerformanceInsights: Boolean? = null, val supportsStorageAutoscaling: Boolean? = null, val supportsStorageEncryption: Boolean? = null, val vpc: Boolean? = null) : ConvertibleToJava<GetOrderableDbInstancePlainArgs>

A collection of arguments for invoking getOrderableDbInstance.

Constructors

Link copied to clipboard
constructor(availabilityZoneGroup: String? = null, engine: String, engineLatestVersion: Boolean? = null, engineVersion: String? = null, instanceClass: String? = null, licenseModel: String? = null, preferredEngineVersions: List<String>? = null, preferredInstanceClasses: List<String>? = null, readReplicaCapable: Boolean? = null, storageType: String? = null, supportedEngineModes: List<String>? = null, supportedNetworkTypes: List<String>? = null, supportsClusters: Boolean? = null, supportsEnhancedMonitoring: Boolean? = null, supportsGlobalDatabases: Boolean? = null, supportsIamDatabaseAuthentication: Boolean? = null, supportsIops: Boolean? = null, supportsKerberosAuthentication: Boolean? = null, supportsMultiAz: Boolean? = null, supportsPerformanceInsights: Boolean? = null, supportsStorageAutoscaling: Boolean? = null, supportsStorageEncryption: Boolean? = null, vpc: Boolean? = null)

Properties

Link copied to clipboard

Availability zone group.

Link copied to clipboard

DB engine. Engine values include aurora, aurora-mysql, aurora-postgresql, docdb, mariadb, mysql, neptune, oracle-ee, oracle-se, oracle-se1, oracle-se2, postgres, sqlserver-ee, sqlserver-ex, sqlserver-se, and sqlserver-web.

Link copied to clipboard

When set to true, the data source attempts to return the most recent version matching the other criteria you provide. You must use engine_latest_version with preferred_instance_classes and/or preferred_engine_versions. Using engine_latest_version will avoid multiple RDS DB Instance Classes errors. If you use engine_latest_version with preferred_instance_classes, the data source returns the latest version for the first matching instance class (instance class priority). Note: The data source uses a best-effort approach at selecting the latest version but due to the complexity of version identifiers across engines, using engine_latest_version may not return the latest version in every situation.

Link copied to clipboard
val engineVersion: String? = null

Version of the DB engine. If none is provided, the data source tries to use the AWS-defined default version that matches any other criteria.

Link copied to clipboard
val instanceClass: String? = null

DB instance class. Examples of classes are db.m3.2xlarge, db.t2.small, and db.m3.medium.

Link copied to clipboard
val licenseModel: String? = null

License model. Examples of license models are general-public-license, bring-your-own-license, and amazon-license.

Link copied to clipboard

Ordered list of preferred RDS DB instance engine versions. When engine_latest_version is not set, the data source will return the first match in this list that matches any other criteria. If the data source finds no preferred matches or multiple matches without engine_latest_version, it returns an error. CAUTION: We don't recommend using preferred_engine_versions without preferred_instance_classes since the data source returns an arbitrary instance_class based on the first one AWS returns that matches the engine version and any other criteria.

Link copied to clipboard

Ordered list of preferred RDS DB instance classes. The data source will return the first match in this list that matches any other criteria. If the data source finds no preferred matches or multiple matches without engine_latest_version, it returns an error. If you use preferred_instance_classes without preferred_engine_versions or engine_latest_version, the data source returns an arbitrary engine_version based on the first one AWS returns matching the instance class and any other criteria.

Link copied to clipboard

Whether a DB instance can have a read replica.

Link copied to clipboard
val storageType: String? = null

Storage types. Examples of storage types are standard, io1, gp2, and aurora.

Link copied to clipboard

Use to limit results to engine modes such as provisioned.

Link copied to clipboard

Use to limit results to network types IPV4 or DUAL.

Link copied to clipboard

Whether to limit results to instances that support clusters.

Link copied to clipboard

Enable this to ensure a DB instance supports Enhanced Monitoring at intervals from 1 to 60 seconds.

Link copied to clipboard

Enable this to ensure a DB instance supports Aurora global databases with a specific combination of other DB engine attributes.

Link copied to clipboard

Enable this to ensure a DB instance supports IAM database authentication.

Link copied to clipboard
val supportsIops: Boolean? = null

Enable this to ensure a DB instance supports provisioned IOPS.

Link copied to clipboard

Enable this to ensure a DB instance supports Kerberos Authentication.

Link copied to clipboard

Whether to limit results to instances that are multi-AZ capable.

Link copied to clipboard

Enable this to ensure a DB instance supports Performance Insights.

Link copied to clipboard

Enable this to ensure Amazon RDS can automatically scale storage for DB instances that use the specified DB instance class.

Link copied to clipboard

Enable this to ensure a DB instance supports encrypted storage.

Link copied to clipboard
val vpc: Boolean? = null

Boolean that indicates whether to show only VPC or non-VPC offerings.

Functions

Link copied to clipboard
open override fun toJava(): GetOrderableDbInstancePlainArgs