paws.management (version 0.1.0)

opsworks_describe_raid_arrays: Describe an instance's RAID arrays

Description

Describe an instance's RAID arrays.

Usage

opsworks_describe_raid_arrays(InstanceId, StackId, RaidArrayIds)

Arguments

InstanceId

The instance ID. If you use this parameter, DescribeRaidArrays returns descriptions of the RAID arrays associated with the specified instance.

StackId

The stack ID.

RaidArrayIds

An array of RAID array IDs. If you use this parameter, DescribeRaidArrays returns descriptions of the specified arrays. Otherwise, it returns a description of every array.

Request syntax

svc$describe_raid_arrays(
  InstanceId = "string",
  StackId = "string",
  RaidArrayIds = 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.