paws.management (version 0.1.0)

opsworks_describe_permissions: Describes the permissions for a specified stack

Description

Describes the permissions for a specified stack.

Usage

opsworks_describe_permissions(IamUserArn, StackId)

Arguments

IamUserArn

The user's IAM ARN. This can also be a federated user's ARN. For more information about IAM ARNs, see Using Identifiers.

StackId

The stack ID.

Request syntax

svc$describe_permissions(
  IamUserArn = "string",
  StackId = "string"
)

Details

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