Skip to content

Replace Image Criteria In Allowed Images Settings

ec2_replace_image_criteria_in_allowed_images_settings R Documentation

Sets or replaces the criteria for Allowed AMIs

Description

Sets or replaces the criteria for Allowed AMIs.

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

ec2_replace_image_criteria_in_allowed_images_settings(ImageCriteria,
  DryRun)

Arguments

ImageCriteria

The list of criteria that are evaluated to determine whether AMIs are discoverable and usable in the account in the specified Amazon Web Services Region.

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 is UnauthorizedOperation.

Value

A list with the following syntax:

list(
  ReturnValue = TRUE|FALSE
)

Request syntax

svc$replace_image_criteria_in_allowed_images_settings(
  ImageCriteria = list(
    list(
      ImageProviders = list(
        "string"
      )
    )
  ),
  DryRun = TRUE|FALSE
)