View source: R/ec2_operations.R
ec2_describe_images | R Documentation |
Describes the specified images (AMIs, AKIs, and ARIs) available to you or all of the images available to you.
See https://www.paws-r-sdk.com/docs/ec2_describe_images/ for full documentation.
ec2_describe_images(
ExecutableUsers = NULL,
Filters = NULL,
ImageIds = NULL,
Owners = NULL,
IncludeDeprecated = NULL,
IncludeDisabled = NULL,
DryRun = NULL,
MaxResults = NULL,
NextToken = NULL
)
ExecutableUsers |
Scopes the images by users with explicit launch permissions. Specify an
Amazon Web Services account ID,
|
Filters |
The filters.
|
ImageIds |
The image IDs. Default: Describes all images available to you. |
Owners |
Scopes the results to images with the specified owners. You can specify
a combination of Amazon Web Services account IDs, |
IncludeDeprecated |
Specifies whether to include deprecated AMIs. Default: No deprecated AMIs are included in the response. If you are the AMI owner, all deprecated AMIs appear in the response regardless of what you specify for this parameter. |
IncludeDisabled |
Specifies whether to include disabled AMIs. Default: No disabled AMIs are included in the response. |
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 |
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. |
NextToken |
The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.