com.pulumi.awsnative.imagebuilder.kotlin.LifecyclePolicyArgs.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.LifecyclePolicyArgs.builder
import com.pulumi.awsnative.imagebuilder.kotlin.enums.LifecyclePolicyResourceType
import com.pulumi.awsnative.imagebuilder.kotlin.enums.LifecyclePolicyStatus
import com.pulumi.awsnative.imagebuilder.kotlin.inputs.LifecyclePolicyPolicyDetailArgs
import com.pulumi.awsnative.imagebuilder.kotlin.inputs.LifecyclePolicyPolicyDetailArgsBuilder
import com.pulumi.awsnative.imagebuilder.kotlin.inputs.LifecyclePolicyResourceSelectionArgs
import com.pulumi.awsnative.imagebuilder.kotlin.inputs.LifecyclePolicyResourceSelectionArgsBuilder
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
/**
* Resource schema for AWS::ImageBuilder::LifecyclePolicy
* @property description The description of the lifecycle policy.
* @property executionRole The execution role of the lifecycle policy.
* @property name The name of the lifecycle policy.
* @property policyDetails The policy details of the lifecycle policy.
* @property resourceSelection The resource selection of the lifecycle policy.
* @property resourceType The resource type of the lifecycle policy.
* @property status The status of the lifecycle policy.
* @property tags The tags associated with the lifecycle policy.
*/
public data class LifecyclePolicyArgs(
public val description: Output? = null,
public val executionRole: Output? = null,
public val name: Output? = null,
public val policyDetails: Output>? = null,
public val resourceSelection: Output? = null,
public val resourceType: Output? = null,
public val status: Output? = null,
public val tags: Output