UpdateMitigationActionRequest

public struct UpdateMitigationActionRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The friendly name for the mitigation action. You can’t change the name by using UpdateMitigationAction. Instead, you must delete and re-create the mitigation action with the new name.

    Declaration

    Swift

    public let actionName: String
  • Defines the type of action and the parameters for that action.

    Declaration

    Swift

    public let actionParams: MitigationActionParams?
  • The ARN of the IAM role that is used to apply the mitigation action.

    Declaration

    Swift

    public let roleArn: String?
  • Undocumented

    Declaration

    Swift

    public init(actionName: String, actionParams: MitigationActionParams? = nil, roleArn: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws