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

com.pulumi.awsnative.pipes.kotlin.outputs.PipeEcsEphemeralStorage.kt Maven / Gradle / Ivy

Go to download

Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.

There is a newer version: 1.11.0.0
Show newest version
@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.awsnative.pipes.kotlin.outputs

import kotlin.Int
import kotlin.Suppress

/**
 *
 * @property sizeInGiB The total amount, in GiB, of ephemeral storage to set for the task. The minimum supported value is `21` GiB and the maximum supported value is `200` GiB.
 */
public data class PipeEcsEphemeralStorage(
    public val sizeInGiB: Int,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.awsnative.pipes.outputs.PipeEcsEphemeralStorage): PipeEcsEphemeralStorage = PipeEcsEphemeralStorage(
            sizeInGiB = javaType.sizeInGiB(),
        )
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy