S3ResourceClassification
public struct S3ResourceClassification : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the S3 bucket that you want to associate with Amazon Macie Classic.
Declaration
Swift
public let bucketName: String
-
The classification type that you want to specify for the resource associated with Amazon Macie Classic.
Declaration
Swift
public let classificationType: ClassificationType
-
The prefix of the S3 bucket that you want to associate with Amazon Macie Classic.
Declaration
Swift
public let prefix: String?
-
Undocumented
Declaration
Swift
public init(bucketName: String, classificationType: ClassificationType, prefix: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws