CacheNodeTypeSpecificParameter

public struct CacheNodeTypeSpecificParameter : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The valid range of values for the parameter.

    Declaration

    Swift

    public let allowedValues: String?
  • A list of cache node types and their corresponding values for this parameter.

    Declaration

    Swift

    public let cacheNodeTypeSpecificValues: [CacheNodeTypeSpecificValue]?
  • Indicates whether a change to the parameter is applied immediately or requires a reboot for the change to be applied. You can force a reboot or wait until the next maintenance window’s reboot. For more information, see Rebooting a Cluster.

    Declaration

    Swift

    public let changeType: ChangeType?
  • The valid data type for the parameter.

    Declaration

    Swift

    public let dataType: String?
  • A description of the parameter.

    Declaration

    Swift

    public let description: String?
  • Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

    Declaration

    Swift

    public let isModifiable: Bool?
  • The earliest cache engine version to which the parameter can apply.

    Declaration

    Swift

    public let minimumEngineVersion: String?
  • The name of the parameter.

    Declaration

    Swift

    public let parameterName: String?
  • The source of the parameter value.

    Declaration

    Swift

    public let source: String?
  • Undocumented

    Declaration

    Swift

    public init(allowedValues: String? = nil, cacheNodeTypeSpecificValues: [CacheNodeTypeSpecificValue]? = nil, changeType: ChangeType? = nil, dataType: String? = nil, description: String? = nil, isModifiable: Bool? = nil, minimumEngineVersion: String? = nil, parameterName: String? = nil, source: String? = nil)