Get Allowed Images Settings
ec2_get_allowed_images_settings | R Documentation |
Gets the current state of the Allowed AMIs setting and the list of Allowed AMIs criteria at the account level in the specified Region¶
Description¶
Gets the current state of the Allowed AMIs setting and the list of Allowed AMIs criteria at the account level in the specified Region.
The Allowed AMIs feature does not restrict the AMIs owned by your account. Regardless of the criteria you set, the AMIs created by your account will always be discoverable and usable by users in your account.
For more information, see Control the discovery and use of AMIs in Amazon EC2 with Allowed AMIs in Amazon EC2 User Guide.
Usage¶
Arguments¶
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
.
Value¶
A list with the following syntax:
list(
State = "string",
ImageCriteria = list(
list(
ImageProviders = list(
"string"
)
)
),
ManagedBy = "account"|"declarative-policy"
)