AWS imagebuilder documentation change
Summary
Added documentation for imagebuilder:LifecyclePolicyResourceType condition key
Security assessment
Introduces a new IAM condition key for granular access control, enhancing security documentation but not directly addressing a security issue.
Diff
diff --git a/imagebuilder/latest/userguide/security_iam_service-with-iam.md b/imagebuilder/latest/userguide/security_iam_service-with-iam.md index a76db9bcc..fb9dad156 100644 --- a//imagebuilder/latest/userguide/security_iam_service-with-iam.md +++ b//imagebuilder/latest/userguide/security_iam_service-with-iam.md @@ -283,0 +284,10 @@ Use this key to filter access by the tag key-value pairs that are attached to th +#### imagebuilder:LifecyclePolicyResourceType + +Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). + +Use this key to filter access by the Lifecycle resource type specified in the request. + +The value for this key can be either `AMI_IMAGE` or `CONTAINER_IMAGE`. + +**Availability** – This key is available to only the `CreateLifecyclePolicy` and `UpdateLifecyclePolicy` APIs. +