Class: Aws::Imagebuilder::Types::UpdateLifecyclePolicyRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


7909
7910
7911
7912
7913
7914
7915
7916
7917
7918
7919
7920
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7909

class UpdateLifecyclePolicyRequest < Struct.new(
  :lifecycle_policy_arn,
  :description,
  :status,
  :execution_role,
  :resource_type,
  :policy_details,
  :resource_selection,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

Optional description for the lifecycle policy.

Returns:

  • (String)


7909
7910
7911
7912
7913
7914
7915
7916
7917
7918
7919
7920
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7909

class UpdateLifecyclePolicyRequest < Struct.new(
  :lifecycle_policy_arn,
  :description,
  :status,
  :execution_role,
  :resource_type,
  :policy_details,
  :resource_selection,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#execution_roleString

The name or Amazon Resource Name (ARN) of the IAM role that Image Builder uses to update the lifecycle policy.

Returns:

  • (String)


7909
7910
7911
7912
7913
7914
7915
7916
7917
7918
7919
7920
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7909

class UpdateLifecyclePolicyRequest < Struct.new(
  :lifecycle_policy_arn,
  :description,
  :status,
  :execution_role,
  :resource_type,
  :policy_details,
  :resource_selection,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#lifecycle_policy_arnString

The Amazon Resource Name (ARN) of the lifecycle policy resource.

Returns:

  • (String)


7909
7910
7911
7912
7913
7914
7915
7916
7917
7918
7919
7920
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7909

class UpdateLifecyclePolicyRequest < Struct.new(
  :lifecycle_policy_arn,
  :description,
  :status,
  :execution_role,
  :resource_type,
  :policy_details,
  :resource_selection,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#policy_detailsArray<Types::LifecyclePolicyDetail>

The configuration details for a lifecycle policy resource.

Returns:



7909
7910
7911
7912
7913
7914
7915
7916
7917
7918
7919
7920
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7909

class UpdateLifecyclePolicyRequest < Struct.new(
  :lifecycle_policy_arn,
  :description,
  :status,
  :execution_role,
  :resource_type,
  :policy_details,
  :resource_selection,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#resource_selectionTypes::LifecyclePolicyResourceSelection

Selection criteria for resources that the lifecycle policy applies to.



7909
7910
7911
7912
7913
7914
7915
7916
7917
7918
7919
7920
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7909

class UpdateLifecyclePolicyRequest < Struct.new(
  :lifecycle_policy_arn,
  :description,
  :status,
  :execution_role,
  :resource_type,
  :policy_details,
  :resource_selection,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of image resource that the lifecycle policy applies to.

Returns:

  • (String)


7909
7910
7911
7912
7913
7914
7915
7916
7917
7918
7919
7920
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7909

class UpdateLifecyclePolicyRequest < Struct.new(
  :lifecycle_policy_arn,
  :description,
  :status,
  :execution_role,
  :resource_type,
  :policy_details,
  :resource_selection,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Indicates whether the lifecycle policy resource is enabled.

Returns:

  • (String)


7909
7910
7911
7912
7913
7914
7915
7916
7917
7918
7919
7920
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7909

class UpdateLifecyclePolicyRequest < Struct.new(
  :lifecycle_policy_arn,
  :description,
  :status,
  :execution_role,
  :resource_type,
  :policy_details,
  :resource_selection,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end