S3Control / Client / create_access_grants_instance
create_access_grants_instance¶
- S3Control.Client.create_access_grants_instance(**kwargs)¶
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.
Permissions
You must have the
s3:CreateAccessGrantsInstance
permission to use this operation.Additional Permissions
To associate an IAM Identity Center instance with your S3 Access Grants instance, you must also have the
sso:DescribeInstance
,sso:CreateApplication
,sso:PutApplicationGrant
, andsso:PutApplicationAuthenticationMethod
permissions.See also: AWS API Documentation
Request Syntax
response = client.create_access_grants_instance( AccountId='string', IdentityCenterArn='string', Tags=[ { 'Key': 'string', 'Value': 'string' }, ] )
- Parameters:
AccountId (string) –
[REQUIRED]
The Amazon Web Services account ID of the S3 Access Grants instance.
IdentityCenterArn (string) – 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 (list) –
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.
(dict) –
A key-value pair that you use to label your resources. You can add tags to new resources when you create them, or you can add tags to existing resources. Tags can help you organize, track costs for, and control access to resources.
Key (string) – [REQUIRED]
The key of the key-value pair of a tag added to your Amazon Web Services resource. A tag key can be up to 128 Unicode characters in length and is case-sensitive. System created tags that begin with
aws:
aren’t supported.Value (string) – [REQUIRED]
The value of the key-value pair of a tag added to your Amazon Web Services resource. A tag value can be up to 256 Unicode characters in length and is case-sensitive.
- Return type:
dict
- Returns:
Response Syntax
{ 'CreatedAt': datetime(2015, 1, 1), 'AccessGrantsInstanceId': 'string', 'AccessGrantsInstanceArn': 'string', 'IdentityCenterArn': 'string', 'IdentityCenterInstanceArn': 'string', 'IdentityCenterApplicationArn': 'string' }
Response Structure
(dict) –
CreatedAt (datetime) –
The date and time when you created the S3 Access Grants instance.
AccessGrantsInstanceId (string) –
The ID of the S3 Access Grants instance. The ID is
default
. You can have one S3 Access Grants instance per Region per account.AccessGrantsInstanceArn (string) –
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.
IdentityCenterArn (string) –
If you associated your S3 Access Grants instance with an Amazon Web Services IAM Identity Center instance, this field returns the Amazon Resource Name (ARN) of the IAM Identity Center instance application; a subresource of the original Identity Center instance. S3 Access Grants creates this Identity Center application for the specific S3 Access Grants instance.
IdentityCenterInstanceArn (string) –
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.
IdentityCenterApplicationArn (string) –
If you associated your S3 Access Grants instance with an Amazon Web Services IAM Identity Center instance, this field returns the Amazon Resource Name (ARN) of the IAM Identity Center instance application; a subresource of the original Identity Center instance. S3 Access Grants creates this Identity Center application for the specific S3 Access Grants instance.