AwsSecurityFindingIdentifier
public struct AwsSecurityFindingIdentifier : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The identifier of the finding that was specified by the finding provider.
Declaration
Swift
public let id: String -
The ARN generated by Security Hub that uniquely identifies a product that generates findings. This can be the ARN for a third-party product that is integrated with Security Hub, or the ARN for a custom integration.
Declaration
Swift
public let productArn: String -
Undocumented
Declaration
Swift
public init(id: String, productArn: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
AwsSecurityFindingIdentifier Structure Reference