PendingModifiedValues

public struct PendingModifiedValues : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Contains the new AllocatedStorage size for the DB instance that will be applied or is currently being applied.

    Declaration

    Swift

    public let allocatedStorage: Int?
  • Specifies the pending number of days for which automated backups are retained.

    Declaration

    Swift

    public let backupRetentionPeriod: Int?
  • Specifies the identifier of the CA certificate for the DB instance.

    Declaration

    Swift

    public let cACertificateIdentifier: String?
  • Contains the new DBInstanceClass for the DB instance that will be applied or is currently being applied.

    Declaration

    Swift

    public let dBInstanceClass: String?
  • Contains the new DBInstanceIdentifier for the DB instance that will be applied or is currently being applied.

    Declaration

    Swift

    public let dBInstanceIdentifier: String?
  • The new DB subnet group for the DB instance.

    Declaration

    Swift

    public let dBSubnetGroupName: String?
  • Indicates the database engine version.

    Declaration

    Swift

    public let engineVersion: String?
  • Specifies the new Provisioned IOPS value for the DB instance that will be applied or is currently being applied.

    Declaration

    Swift

    public let iops: Int?
  • The license model for the DB instance. Valid values: license-included | bring-your-own-license | general-public-license

    Declaration

    Swift

    public let licenseModel: String?
  • Contains the pending or currently-in-progress change of the master credentials for the DB instance.

    Declaration

    Swift

    public let masterUserPassword: String?
  • Indicates that the Single-AZ DB instance is to change to a Multi-AZ deployment.

    Declaration

    Swift

    public let multiAZ: Bool?
  • This PendingCloudwatchLogsExports structure specifies pending changes to which CloudWatch logs are enabled and which are disabled.

    Declaration

    Swift

    public let pendingCloudwatchLogsExports: PendingCloudwatchLogsExports?
  • Specifies the pending port for the DB instance.

    Declaration

    Swift

    public let port: Int?
  • Specifies the storage type to be associated with the DB instance.

    Declaration

    Swift

    public let storageType: String?
  • 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: PendingCloudwatchLogsExports? = nil, port: Int? = nil, storageType: String? = nil)