UpdateClusterRequest

public struct UpdateClusterRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the DAX cluster to be modified.

    Declaration

    Swift

    public let clusterName: String
  • A description of the changes being made to the cluster.

    Declaration

    Swift

    public let description: String?
  • The Amazon Resource Name (ARN) that identifies the topic.

    Declaration

    Swift

    public let notificationTopicArn: String?
  • The current state of the topic.

    Declaration

    Swift

    public let notificationTopicStatus: String?
  • The name of a parameter group for this cluster.

    Declaration

    Swift

    public let parameterGroupName: String?
  • A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.

    Declaration

    Swift

    public let preferredMaintenanceWindow: String?
  • A list of user-specified security group IDs to be assigned to each node in the DAX cluster. If this parameter is not specified, DAX assigns the default VPC security group to each node.

    Declaration

    Swift

    public let securityGroupIds: [String]?
  • Undocumented

    Declaration

    Swift

    public init(clusterName: String, description: String? = nil, notificationTopicArn: String? = nil, notificationTopicStatus: String? = nil, parameterGroupName: String? = nil, preferredMaintenanceWindow: String? = nil, securityGroupIds: [String]? = nil)