s3control_create_access_grants_instance: Creates an S3 Access Grants instance, which serves as a...

View source: R/s3control_operations.R

s3control_create_access_grants_instanceR Documentation

Creates an S3 Access Grants instance, which serves as a logical grouping for access grants

Description

Creates an S3 Access Grants instance, which serves as a logical grouping for access grants. You can create one S3 Access Grants instance per Region per account.

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

Usage

s3control_create_access_grants_instance(
  AccountId,
  IdentityCenterArn = NULL,
  Tags = NULL
)

Arguments

AccountId

[required] The ID of the Amazon Web Services account that is making this request.

IdentityCenterArn

If you would like to associate your S3 Access Grants instance with an Amazon Web Services IAM Identity Center instance, use this field to pass the Amazon Resource Name (ARN) of the Amazon Web Services IAM Identity Center instance that you are associating with your S3 Access Grants instance. An IAM Identity Center instance is your corporate identity directory that you added to the IAM Identity Center. You can use the ListInstances API operation to retrieve a list of your Identity Center instances and their ARNs.

Tags

The Amazon Web Services resource tags that you are adding to the S3 Access Grants instance. Each tag is a label consisting of a user-defined key and value. Tags can help you manage, identify, organize, search for, and filter resources.


paws.storage documentation built on May 29, 2024, 2:03 a.m.