com.faendir.awscdkkt.generated.services.s3.StorageLensGroupSelectionCriteriaPropertyDsl.kt Maven / Gradle / Ivy
package com.faendir.awscdkkt.generated.services.s3
import com.faendir.awscdkkt.AwsCdkDsl
import javax.`annotation`.Generated
import kotlin.Unit
import software.amazon.awscdk.services.s3.CfnStorageLens
@Generated
public fun buildStorageLensGroupSelectionCriteriaProperty(initializer: @AwsCdkDsl
CfnStorageLens.StorageLensGroupSelectionCriteriaProperty.Builder.() -> Unit = {}):
CfnStorageLens.StorageLensGroupSelectionCriteriaProperty =
CfnStorageLens.StorageLensGroupSelectionCriteriaProperty.Builder().apply(initializer).build()