Describes your Amazon Web Services resources that are referencing the specified images
Source:R/ec2_operations.R
ec2_describe_image_references.RdDescribes your Amazon Web Services resources that are referencing the specified images.
See https://www.paws-r-sdk.com/docs/ec2_describe_image_references/ for full documentation.
Usage
ec2_describe_image_references(
ImageIds,
IncludeAllResourceTypes = NULL,
ResourceTypes = NULL,
NextToken = NULL,
DryRun = NULL,
MaxResults = NULL
)Arguments
- ImageIds
[required] The IDs of the images to check for resource references.
- IncludeAllResourceTypes
Specifies whether to check all supported Amazon Web Services resource types for image references. When specified, default values are applied for
ResourceTypeOptions. For the default values, see How AMI reference checks work in the Amazon EC2 User Guide. If you also specifyResourceTypeswithResourceTypeOptions, your specified values override the default values.Supported resource types:
ec2:Instance|ec2:LaunchTemplate|ssm:Parameter|imagebuilder:ImageRecipe|imagebuilder:ContainerRecipeEither
IncludeAllResourceTypesorResourceTypesmust be specified.- ResourceTypes
The Amazon Web Services resource types to check for image references.
Either
IncludeAllResourceTypesorResourceTypesmust be specified.- NextToken
The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
- DryRun
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it isUnauthorizedOperation.- MaxResults
The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.