Parameter
public struct Parameter : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The valid range of values for the parameter.
Declaration
Swift
public let allowedValues: String?
-
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 value of the parameter.
Declaration
Swift
public let parameterValue: String?
-
The source of the parameter.
Declaration
Swift
public let source: String?
-
init(allowedValues:changeType:dataType:description:isModifiable:minimumEngineVersion:parameterName:parameterValue:source:)
Undocumented
Declaration
Swift
public init(allowedValues: String? = nil, changeType: ChangeType? = nil, dataType: String? = nil, description: String? = nil, isModifiable: Bool? = nil, minimumEngineVersion: String? = nil, parameterName: String? = nil, parameterValue: String? = nil, source: String? = nil)