ModifyOptionGroupMessage

public struct ModifyOptionGroupMessage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A value that indicates whether to apply the change immediately or during the next maintenance window for each instance associated with the option group.

    Declaration

    Swift

    public let applyImmediately: Bool?
  • The name of the option group to be modified. Permanent options, such as the TDE option for Oracle Advanced Security TDE, can’t be removed from an option group, and that option group can’t be removed from a DB instance once it is associated with a DB instance

    Declaration

    Swift

    public let optionGroupName: String
  • Options in this list are added to the option group or, if already present, the specified configuration is used to update the existing configuration.

    Declaration

    Swift

    public let optionsToInclude: [OptionConfiguration]?
  • Options in this list are removed from the option group.

    Declaration

    Swift

    public let optionsToRemove: [String]?
  • Undocumented

    Declaration

    Swift

    public init(applyImmediately: Bool? = nil, optionGroupName: String, optionsToInclude: [OptionConfiguration]? = nil, optionsToRemove: [String]? = nil)