

# ResourceStateUpdateIncludeResources
<a name="API_ResourceStateUpdateIncludeResources"></a>

Specifies which underlying resources the resource state update applies to, in addition to the Image Builder image resource itself: distributed AMIs and their snapshots for AMI images, or distributed container images for container images.

## Contents
<a name="API_ResourceStateUpdateIncludeResources_Contents"></a>

 ** amis **   <a name="imagebuilder-Type-ResourceStateUpdateIncludeResources-amis"></a>
Specifies whether the lifecycle action should apply to distributed AMIs.  
Type: Boolean  
Required: No

 ** containers **   <a name="imagebuilder-Type-ResourceStateUpdateIncludeResources-containers"></a>
Specifies whether the lifecycle action should apply to distributed containers.  
Type: Boolean  
Required: No

 ** snapshots **   <a name="imagebuilder-Type-ResourceStateUpdateIncludeResources-snapshots"></a>
Specifies whether the lifecycle action should apply to snapshots associated with distributed AMIs.  
Type: Boolean  
Required: No

## See Also
<a name="API_ResourceStateUpdateIncludeResources_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\+\+](https://docs.aws.amazon.com/goto/SdkForCpp/imagebuilder-2019-12-02/ResourceStateUpdateIncludeResources) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/imagebuilder-2019-12-02/ResourceStateUpdateIncludeResources) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/imagebuilder-2019-12-02/ResourceStateUpdateIncludeResources) 