LifecyclePolicyExclusionRulesArgs

data class LifecyclePolicyExclusionRulesArgs(val amis: Output<LifecyclePolicyAmiExclusionRulesArgs>? = null, val tagMap: Output<Map<String, String>>? = null) : ConvertibleToJava<LifecyclePolicyExclusionRulesArgs>

The exclusion rules to apply of the policy detail.

Constructors

Link copied to clipboard
constructor(amis: Output<LifecyclePolicyAmiExclusionRulesArgs>? = null, tagMap: Output<Map<String, String>>? = null)

Properties

Link copied to clipboard

Lists configuration values that apply to AMIs that Image Builder should exclude from the lifecycle action.

Link copied to clipboard
val tagMap: Output<Map<String, String>>? = null

The Image Builder tags to filter on.

Functions

Link copied to clipboard
open override fun toJava(): LifecyclePolicyExclusionRulesArgs