Class: Aws::Imagebuilder::Types::LifecyclePolicyResourceSelection

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb

Overview

Resource selection criteria for the lifecycle policy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#recipesArray<Types::LifecyclePolicyResourceSelectionRecipe>

A list of recipes that are used as selection criteria for the output images that the lifecycle policy applies to.



5346
5347
5348
5349
5350
5351
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 5346

class LifecyclePolicyResourceSelection < Struct.new(
  :recipes,
  :tag_map)
  SENSITIVE = []
  include Aws::Structure
end

#tag_mapHash<String,String>

A list of tags that are used as selection criteria for the Image Builder image resources that the lifecycle policy applies to.

Returns:

  • (Hash<String,String>)


5346
5347
5348
5349
5350
5351
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 5346

class LifecyclePolicyResourceSelection < Struct.new(
  :recipes,
  :tag_map)
  SENSITIVE = []
  include Aws::Structure
end