elasticbeanstalk:ListPlatformVersions

List

elasticbeanstalk:ListPlatformVersions is a List access-level action in the elasticbeanstalk service. Grants permission to retrieve a list of the available platforms

Resource types

ARNs that elasticbeanstalk:ListPlatformVersions can be scoped to in an IAM policy.

arn:${Partition}:elasticbeanstalk:${Region}::platform/${PlatformNameWithVersion}
platform

Condition keys

No condition keys are documented for this action.

Example IAM policy

A minimal policy that allows elasticbeanstalk:ListPlatformVersions. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowElasticbeanstalkListPlatformVersions",
      "Effect": "Allow",
      "Action": "elasticbeanstalk:ListPlatformVersions",
      "Resource": "*"
    }
  ]
}

Related actions in elasticbeanstalk

View all elasticbeanstalk actions →