AssociateS3ResourcesRequest
public struct AssociateS3ResourcesRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the Amazon Macie Classic member account whose resources you want to associate with Macie Classic.
Declaration
Swift
public let memberAccountId: String? -
The S3 resources that you want to associate with Amazon Macie Classic for monitoring and data classification.
Declaration
Swift
public let s3Resources: [S3ResourceClassification] -
Undocumented
Declaration
Swift
public init(memberAccountId: String? = nil, s3Resources: [S3ResourceClassification]) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
AssociateS3ResourcesRequest Structure Reference