Interface ICfnAccessGrantsInstanceProps
Properties for defining a CfnAccessGrantsInstance
.
Namespace: Amazon.CDK.AWS.S3
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnAccessGrantsInstanceProps
Syntax (vb)
Public Interface ICfnAccessGrantsInstanceProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.S3;
var cfnAccessGrantsInstanceProps = new CfnAccessGrantsInstanceProps {
IdentityCenterArn = "identityCenterArn",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Properties
IdentityCenterArn | 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 | The AWS resource tags that you are adding to the S3 Access Grants instance. |
Properties
IdentityCenterArn
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.
virtual string IdentityCenterArn { get; }
Property Value
System.String
Remarks
An IAM Identity Center instance is your corporate identity directory that you added to the IAM Identity Center.
Tags
The AWS resource tags that you are adding to the S3 Access Grants instance.
virtual ICfnTag[] Tags { get; }
Property Value
ICfnTag[]
Remarks
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.