com.pulumi.awsnative.imagebuilder.kotlin.ComponentArgs.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-aws-native-kotlin Show documentation
Show all versions of pulumi-aws-native-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.imagebuilder.kotlin
import com.pulumi.awsnative.imagebuilder.ComponentArgs.builder
import com.pulumi.awsnative.imagebuilder.kotlin.enums.ComponentPlatform
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.collections.List
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
* Resource schema for AWS::ImageBuilder::Component
* ## Example Usage
* ### Example
* No Java example available.
* ### Example
* No Java example available.
* ### Example
* No Java example available.
* ### Example
* No Java example available.
* @property changeDescription The change description of the component.
* @property data The data of the component.
* @property description The description of the component.
* @property kmsKeyId The KMS key identifier used to encrypt the component.
* @property name The name of the component.
* @property platform The platform of the component.
* @property supportedOsVersions The operating system (OS) version supported by the component.
* @property tags The tags associated with the component.
* @property uri The uri of the component.
* @property version The version of the component.
*/
public data class ComponentArgs(
public val changeDescription: Output? = null,
public val `data`: Output? = null,
public val description: Output? = null,
public val kmsKeyId: Output? = null,
public val name: Output? = null,
public val platform: Output? = null,
public val supportedOsVersions: Output>? = null,
public val tags: Output