CreateDetectorRequest
public struct CreateDetectorRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The idempotency token for the create request.
Declaration
Swift
public let clientToken: String?
-
An object that describes which data sources will be enabled for the detector.
Declaration
Swift
public let dataSources: DataSourceConfigurations?
-
A Boolean value that specifies whether the detector is to be enabled.
Declaration
Swift
public let enable: Bool
-
An enum value that specifies how frequently updated findings are exported.
Declaration
Swift
public let findingPublishingFrequency: FindingPublishingFrequency?
-
The tags to be added to a new detector resource.
Declaration
Swift
public let tags: [String : String]?
-
Undocumented
Declaration
Swift
public init(clientToken: String? = CreateDetectorRequest.idempotencyToken(), dataSources: DataSourceConfigurations? = nil, enable: Bool, findingPublishingFrequency: FindingPublishingFrequency? = nil, tags: [String : String]? = nil)
-
Declaration
Swift
public func validate(name: String) throws