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

com.pulumi.awsnative.elasticbeanstalk.kotlin.outputs.ApplicationVersionSourceBundle.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.awsnative.elasticbeanstalk.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property s3Bucket The Amazon S3 bucket where the data is located.
 * @property s3Key The Amazon S3 key where the data is located.
 */
public data class ApplicationVersionSourceBundle(
    public val s3Bucket: String,
    public val s3Key: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.awsnative.elasticbeanstalk.outputs.ApplicationVersionSourceBundle): ApplicationVersionSourceBundle = ApplicationVersionSourceBundle(
            s3Bucket = javaType.s3Bucket(),
            s3Key = javaType.s3Key(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy