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

com.pulumi.awsnative.quicksight.kotlin.outputs.TemplateSourceTemplate.kt Maven / Gradle / Ivy

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

package com.pulumi.awsnative.quicksight.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 * 

The source template of the template.

* @property arn

The Amazon Resource Name (ARN) of the resource.

*/ public data class TemplateSourceTemplate( public val arn: String, ) { public companion object { public fun toKotlin(javaType: com.pulumi.awsnative.quicksight.outputs.TemplateSourceTemplate): TemplateSourceTemplate = TemplateSourceTemplate( arn = javaType.arn(), ) } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy