com.pulumi.aws.imagebuilder.kotlin.inputs.DistributionConfigurationDistributionAmiDistributionConfigurationArgs.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-aws-kotlin Show documentation
Show all versions of pulumi-aws-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.aws.imagebuilder.kotlin.inputs
import com.pulumi.aws.imagebuilder.inputs.DistributionConfigurationDistributionAmiDistributionConfigurationArgs.builder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import com.pulumi.kotlin.applySuspend
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.Unit
import kotlin.collections.List
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
*
* @property amiTags Key-value map of tags to apply to the distributed AMI.
* @property description Description to apply to the distributed AMI.
* @property kmsKeyId Amazon Resource Name (ARN) of the Key Management Service (KMS) Key to encrypt the distributed AMI.
* @property launchPermission Configuration block of EC2 launch permissions to apply to the distributed AMI. Detailed below.
* @property name Name to apply to the distributed AMI.
* @property targetAccountIds Set of AWS Account identifiers to distribute the AMI.
*/
public data class DistributionConfigurationDistributionAmiDistributionConfigurationArgs(
public val amiTags: Output
© 2015 - 2024 Weber Informatics LLC | Privacy Policy