DescribeRemediationExceptionsRequest

public struct DescribeRemediationExceptionsRequest : AWSShape
extension ConfigService.DescribeRemediationExceptionsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the AWS Config rule.

    Declaration

    Swift

    public let configRuleName: String
  • The maximum number of RemediationExceptionResourceKey returned on each page. The default is 25. If you specify 0, AWS Config uses the default.

    Declaration

    Swift

    public let limit: Int?
  • The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.

    Declaration

    Swift

    public let nextToken: String?
  • An exception list of resource exception keys to be processed with the current request. AWS Config adds exception for each resource key. For example, AWS Config adds 3 exceptions for 3 resource keys.

    Declaration

    Swift

    public let resourceKeys: [RemediationExceptionResourceKey]?
  • Undocumented

    Declaration

    Swift

    public init(configRuleName: String, limit: Int? = nil, nextToken: String? = nil, resourceKeys: [RemediationExceptionResourceKey]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws