ConfigurationRecorder
public struct ConfigurationRecorder : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the recorder. By default, AWS Config automatically assigns the name “default” when creating the configuration recorder. You cannot change the assigned name.
Declaration
Swift
public let name: String? -
Specifies the types of AWS resources for which AWS Config records configuration changes.
Declaration
Swift
public let recordingGroup: RecordingGroup? -
Amazon Resource Name (ARN) of the IAM role used to describe the AWS resources associated with the account.
Declaration
Swift
public let roleARN: String? -
Undocumented
Declaration
Swift
public init(name: String? = nil, recordingGroup: RecordingGroup? = nil, roleARN: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
ConfigurationRecorder Structure Reference