PendingModifiedValues

public struct PendingModifiedValues : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Contains the new AllocatedStorage size for then 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 certificate authority (CA) certificate for the DB instance.

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

    public let dBInstanceIdentifier: String?
  • The new subnet group for the 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 instance that will be applied or is currently being applied.

    Declaration

    Swift

    public let iops: Int?
  • The license model for the 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 instance.

    Declaration

    Swift

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

    Declaration

    Swift

    public let multiAZ: Bool?
  • A list of the log types whose configuration is still pending. These log types are in the process of being activated or deactivated.

    Declaration

    Swift

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

    Declaration

    Swift

    public let port: Int?
  • Specifies the storage type to be associated with the 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)