
com.pulumi.aws.cloudwatch.kotlin.outputs.GetLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestinationS3.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.aws.cloudwatch.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property bucket Name of the S3 Bucket to send findings to.
*/
public data class GetLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestinationS3(
public val bucket: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.aws.cloudwatch.outputs.GetLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestinationS3): GetLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestinationS3 =
GetLogDataProtectionPolicyDocumentStatementOperationAuditFindingsDestinationS3(
bucket = javaType.bucket(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy