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

com.pulumi.awsnative.appflow.kotlin.outputs.FlowSuccessResponseHandlingConfig.kt Maven / Gradle / Ivy

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

package com.pulumi.awsnative.appflow.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property bucketName The name of the Amazon S3 bucket.
 * @property bucketPrefix The Amazon S3 bucket prefix.
 */
public data class FlowSuccessResponseHandlingConfig(
    public val bucketName: String? = null,
    public val bucketPrefix: String? = null,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.awsnative.appflow.outputs.FlowSuccessResponseHandlingConfig): FlowSuccessResponseHandlingConfig = FlowSuccessResponseHandlingConfig(
            bucketName = javaType.bucketName().map({ args0 -> args0 }).orElse(null),
            bucketPrefix = javaType.bucketPrefix().map({ args0 -> args0 }).orElse(null),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy