interface CfnAccessGrantsInstanceProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.S3.CfnAccessGrantsInstanceProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awss3#CfnAccessGrantsInstanceProps |
![]() | software.amazon.awscdk.services.s3.CfnAccessGrantsInstanceProps |
![]() | aws_cdk.aws_s3.CfnAccessGrantsInstanceProps |
![]() | aws-cdk-lib » aws_s3 » CfnAccessGrantsInstanceProps |
Properties for defining a CfnAccessGrantsInstance
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_s3 as s3 } from 'aws-cdk-lib';
const cfnAccessGrantsInstanceProps: s3.CfnAccessGrantsInstanceProps = {
identityCenterArn: 'identityCenterArn',
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
identity | string | If you would like to associate your S3 Access Grants instance with an AWS IAM Identity Center instance, use this field to pass the Amazon Resource Name (ARN) of the AWS IAM Identity Center instance that you are associating with your S3 Access Grants instance. |
tags? | Cfn [] | The AWS resource tags that you are adding to the S3 Access Grants instance. |
identityCenterArn?
Type:
string
(optional)
If you would like to associate your S3 Access Grants instance with an AWS IAM Identity Center instance, use this field to pass the Amazon Resource Name (ARN) of the AWS 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.
tags?
Type:
Cfn
[]
(optional)
The AWS 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.