RelationalDatabaseBundle
public struct RelationalDatabaseBundle : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID for the database bundle.
Declaration
Swift
public let bundleId: String? -
The number of virtual CPUs (vCPUs) for the database bundle.
Declaration
Swift
public let cpuCount: Int? -
The size of the disk for the database bundle.
Declaration
Swift
public let diskSizeInGb: Int? -
A Boolean value indicating whether the database bundle is active.
Declaration
Swift
public let isActive: Bool? -
A Boolean value indicating whether the database bundle is encrypted.
Declaration
Swift
public let isEncrypted: Bool? -
The name for the database bundle.
Declaration
Swift
public let name: String? -
The cost of the database bundle in US currency.
Declaration
Swift
public let price: Float? -
The amount of RAM in GB (for example, 2.0) for the database bundle.
Declaration
Swift
public let ramSizeInGb: Float? -
The data transfer rate per month in GB for the database bundle.
Declaration
Swift
public let transferPerMonthInGb: Int? -
init(bundleId:cpuCount:diskSizeInGb:isActive:isEncrypted:name:price:ramSizeInGb:transferPerMonthInGb:)Undocumented
Declaration
Swift
public init(bundleId: String? = nil, cpuCount: Int? = nil, diskSizeInGb: Int? = nil, isActive: Bool? = nil, isEncrypted: Bool? = nil, name: String? = nil, price: Float? = nil, ramSizeInGb: Float? = nil, transferPerMonthInGb: Int? = nil)
View on GitHub
RelationalDatabaseBundle Structure Reference