paws.security.identity (version 0.1.0)

ram_update_resource_share: Updates the specified resource share

Description

Updates the specified resource share.

Usage

ram_update_resource_share(resourceShareArn, name,
  allowExternalPrincipals, clientToken)

Arguments

resourceShareArn

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

name

The name of the resource share.

allowExternalPrincipals

Indicates whether principals outside your organization can be associated with a resource share.

clientToken

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

Request syntax

svc$update_resource_share(
  resourceShareArn = "string",
  name = "string",
  allowExternalPrincipals = TRUE|FALSE,
  clientToken = "string"
)