StartRemediationExecutionRequest

public struct StartRemediationExecutionRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The list of names of AWS Config rules that you want to run remediation execution for.

    Declaration

    Swift

    public let configRuleName: String
  • A list of resource keys to be processed with the current request. Each element in the list consists of the resource type and resource ID.

    Declaration

    Swift

    public let resourceKeys: [ResourceKey]
  • Undocumented

    Declaration

    Swift

    public init(configRuleName: String, resourceKeys: [ResourceKey])
  • Declaration

    Swift

    public func validate(name: String) throws