opsworks_describe_raid_arrays: Describe an instance's RAID arrays

View source: R/opsworks_operations.R

opsworks_describe_raid_arraysR Documentation

Describe an instance's RAID arrays

Description

Describe an instance's RAID arrays.

See https://www.paws-r-sdk.com/docs/opsworks_describe_raid_arrays/ for full documentation.

Usage

opsworks_describe_raid_arrays(
  InstanceId = NULL,
  StackId = NULL,
  RaidArrayIds = NULL
)

Arguments

InstanceId

The instance ID. If you use this parameter, describe_raid_arrays 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, describe_raid_arrays returns descriptions of the specified arrays. Otherwise, it returns a description of every array.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.