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

com.pulumi.aws.location.kotlin.outputs.PlaceIndexDataSourceConfiguration.kt Maven / Gradle / Ivy

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

package com.pulumi.aws.location.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property intendedUse Specifies how the results of an operation will be stored by the caller. Valid values: `SingleUse`, `Storage`. Default: `SingleUse`.
 */
public data class PlaceIndexDataSourceConfiguration(
    public val intendedUse: String? = null,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.aws.location.outputs.PlaceIndexDataSourceConfiguration): PlaceIndexDataSourceConfiguration = PlaceIndexDataSourceConfiguration(
            intendedUse = javaType.intendedUse().map({ args0 -> args0 }).orElse(null),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy