LifecyclePolicyExclusionRules

data class LifecyclePolicyExclusionRules(val amis: LifecyclePolicyAmiExclusionRules? = null, val tagMap: Map<String, String>? = null)

The exclusion rules to apply of the policy detail.

Constructors

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

Types

Link copied to clipboard
object Companion

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: Map<String, String>? = null

The Image Builder tags to filter on.