All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.faendir.awscdkkt.generated.services.elasticache.DataStoragePropertyDsl.kt Maven / Gradle / Ivy

package com.faendir.awscdkkt.generated.services.elasticache

import com.faendir.awscdkkt.AwsCdkDsl
import javax.`annotation`.Generated
import kotlin.Unit
import software.amazon.awscdk.services.elasticache.CfnServerlessCache

@Generated
public fun buildDataStorageProperty(initializer: @AwsCdkDsl
    CfnServerlessCache.DataStorageProperty.Builder.() -> Unit = {}):
    CfnServerlessCache.DataStorageProperty =
    CfnServerlessCache.DataStorageProperty.Builder().apply(initializer).build()




© 2015 - 2025 Weber Informatics LLC | Privacy Policy