paws.security.identity (version 0.1.0)

ram_associate_resource_share: Associates the specified resource share with the specified principals and resources

Description

Associates the specified resource share with the specified principals and resources.

Usage

ram_associate_resource_share(resourceShareArn, resourceArns, principals,
  clientToken)

Arguments

resourceShareArn

[required] The Amazon Resource Name (ARN) of the resource share.

resourceArns

The Amazon Resource Names (ARN) of the resources.

principals

The principals.

clientToken

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

Request syntax

svc$associate_resource_share(
  resourceShareArn = "string",
  resourceArns = list(
    "string"
  ),
  principals = list(
    "string"
  ),
  clientToken = "string"
)