PutRemediationExceptionsRequest
public struct PutRemediationExceptionsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the AWS Config rule for which you want to create remediation exception.
Declaration
Swift
public let configRuleName: String
-
The exception is automatically deleted after the expiration date.
Declaration
Swift
public let expirationTime: TimeStamp?
-
The message contains an explanation of the exception.
Declaration
Swift
public let message: 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, expirationTime: TimeStamp? = nil, message: String? = nil, resourceKeys: [RemediationExceptionResourceKey])
-
Declaration
Swift
public func validate(name: String) throws