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?
  • Specifies how to apply the WLM configuration parameter. Some properties can be applied dynamically, while other properties require that any associated clusters be rebooted for the configuration changes to be applied. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

    Declaration

    Swift

    public let applyType: ParameterApplyType?
  • The data type of the parameter.

    Declaration

    Swift

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

    Declaration

    Swift

    public let description: String?
  • If true, 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 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 value, such as “engine-default” or “user”.

    Declaration

    Swift

    public let source: String?
  • Undocumented

    Declaration

    Swift

    public init(allowedValues: String? = nil, applyType: ParameterApplyType? = nil, dataType: String? = nil, description: String? = nil, isModifiable: Bool? = nil, minimumEngineVersion: String? = nil, parameterName: String? = nil, parameterValue: String? = nil, source: String? = nil)