paws.management (version 0.1.0)

opsworks_describe_volumes: Describes an instance's Amazon EBS volumes

Description

Describes an instance's Amazon EBS volumes.

Usage

opsworks_describe_volumes(InstanceId, StackId, RaidArrayId, VolumeIds)

Arguments

InstanceId

The instance ID. If you use this parameter, DescribeVolumes returns descriptions of the volumes associated with the specified instance.

StackId

A stack ID. The action describes the stack's registered Amazon EBS volumes.

RaidArrayId

The RAID array ID. If you use this parameter, DescribeVolumes returns descriptions of the volumes associated with the specified RAID array.

VolumeIds

Am array of volume IDs. If you use this parameter, DescribeVolumes returns descriptions of the specified volumes. Otherwise, it returns a description of every volume.

Request syntax

svc$describe_volumes(
  InstanceId = "string",
  StackId = "string",
  RaidArrayId = "string",
  VolumeIds = list(
    "string"
  )
)

Details

This call accepts only one resource-identifying parameter.

Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.