paws.compute (version 0.1.0)

ec2_describe_placement_groups: Describes one or more of your placement groups

Description

Describes one or more of your placement groups. For more information, see Placement Groups in the Amazon Elastic Compute Cloud User Guide.

Usage

ec2_describe_placement_groups(Filters, DryRun, GroupNames)

Arguments

Filters

One or more filters.

  • group-name - The name of the placement group.

  • state - The state of the placement group (pending \| available \| deleting \| deleted).

  • strategy - The strategy of the placement group (cluster \| spread \| partition).

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.

GroupNames

One or more placement group names.

Default: Describes all your placement groups, or only those otherwise specified.

Request syntax

svc$describe_placement_groups(
  Filters = list(
    list(
      Name = "string",
      Values = list(
        "string"
      )
    )
  ),
  DryRun = TRUE|FALSE,
  GroupNames = list(
    "string"
  )
)