AwsRdsDbPendingModifiedValues
public struct AwsRdsDbPendingModifiedValues : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Undocumented
Declaration
Swift
public let allocatedStorage: Int?
-
Undocumented
Declaration
Swift
public let backupRetentionPeriod: Int?
-
Undocumented
Declaration
Swift
public let caCertificateIdentifier: String?
-
Undocumented
Declaration
Swift
public let dbInstanceClass: String?
-
Undocumented
Declaration
Swift
public let dbInstanceIdentifier: String?
-
Undocumented
Declaration
Swift
public let dbSubnetGroupName: String?
-
Undocumented
Declaration
Swift
public let engineVersion: String?
-
Undocumented
Declaration
Swift
public let iops: Int?
-
Undocumented
Declaration
Swift
public let licenseModel: String?
-
Undocumented
Declaration
Swift
public let masterUserPassword: String?
-
Undocumented
Declaration
Swift
public let multiAZ: Bool?
-
Undocumented
Declaration
Swift
public let pendingCloudWatchLogsExports: AwsRdsPendingCloudWatchLogsExports?
-
Undocumented
Declaration
Swift
public let port: Int?
-
Undocumented
Declaration
Swift
public let processorFeatures: [AwsRdsDbProcessorFeature]?
-
Undocumented
Declaration
Swift
public let storageType: String?
-
init(allocatedStorage:backupRetentionPeriod:caCertificateIdentifier:dbInstanceClass:dbInstanceIdentifier:dbSubnetGroupName:engineVersion:iops:licenseModel:masterUserPassword:multiAZ:pendingCloudWatchLogsExports:port:processorFeatures:storageType:)
Undocumented
Declaration
Swift
public init(allocatedStorage: Int? = nil, backupRetentionPeriod: Int? = nil, caCertificateIdentifier: String? = nil, dbInstanceClass: String? = nil, dbInstanceIdentifier: String? = nil, dbSubnetGroupName: String? = nil, engineVersion: String? = nil, iops: Int? = nil, licenseModel: String? = nil, masterUserPassword: String? = nil, multiAZ: Bool? = nil, pendingCloudWatchLogsExports: AwsRdsPendingCloudWatchLogsExports? = nil, port: Int? = nil, processorFeatures: [AwsRdsDbProcessorFeature]? = nil, storageType: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws