PendingModifiedValues

public struct PendingModifiedValues : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The pending or in-progress change of the automated snapshot retention period.

    Declaration

    Swift

    public let automatedSnapshotRetentionPeriod: Int?
  • The pending or in-progress change of the new identifier for the cluster.

    Declaration

    Swift

    public let clusterIdentifier: String?
  • The pending or in-progress change of the cluster type.

    Declaration

    Swift

    public let clusterType: String?
  • The pending or in-progress change of the service version.

    Declaration

    Swift

    public let clusterVersion: String?
  • The encryption type for a cluster. Possible values are: KMS and None.

    Declaration

    Swift

    public let encryptionType: String?
  • An option that specifies whether to create the cluster with enhanced VPC routing enabled. To create a cluster that uses enhanced VPC routing, the cluster must be in a VPC. For more information, see Enhanced VPC Routing in the Amazon Redshift Cluster Management Guide. If this option is true, enhanced VPC routing is enabled. Default: false

    Declaration

    Swift

    public let enhancedVpcRouting: Bool?
  • The name of the maintenance track that the cluster will change to during the next maintenance window.

    Declaration

    Swift

    public let maintenanceTrackName: String?
  • The pending or in-progress change of the master user password for the cluster.

    Declaration

    Swift

    public let masterUserPassword: String?
  • The pending or in-progress change of the cluster’s node type.

    Declaration

    Swift

    public let nodeType: String?
  • The pending or in-progress change of the number of nodes in the cluster.

    Declaration

    Swift

    public let numberOfNodes: Int?
  • The pending or in-progress change of the ability to connect to the cluster from the public network.

    Declaration

    Swift

    public let publiclyAccessible: Bool?
  • Undocumented

    Declaration

    Swift

    public init(automatedSnapshotRetentionPeriod: Int? = nil, clusterIdentifier: String? = nil, clusterType: String? = nil, clusterVersion: String? = nil, encryptionType: String? = nil, enhancedVpcRouting: Bool? = nil, maintenanceTrackName: String? = nil, masterUserPassword: String? = nil, nodeType: String? = nil, numberOfNodes: Int? = nil, publiclyAccessible: Bool? = nil)