GetLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestinationS3 constructor

const GetLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestinationS3({
  1. required Input<String> bucket,
})

Creates a new GetLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestinationS3. bucket Name of the S3 Bucket to send findings to.

Implementation

const GetLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestinationS3({
  required this.bucket,
});