AccessGrantsInstanceArgs

data class AccessGrantsInstanceArgs(val identityCenterArn: Output<String>? = null, val tags: Output<List<CreateOnlyTagArgs>>? = null) : ConvertibleToJava<AccessGrantsInstanceArgs>

The AWS::S3::AccessGrantsInstance resource is an Amazon S3 resource type that hosts Access Grants and their associated locations

Constructors

Link copied to clipboard
constructor(identityCenterArn: Output<String>? = null, tags: Output<List<CreateOnlyTagArgs>>? = null)

Properties

Link copied to clipboard
val identityCenterArn: Output<String>? = null

The Amazon Resource Name (ARN) of the specified AWS Identity Center.

Link copied to clipboard
val tags: Output<List<CreateOnlyTagArgs>>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): AccessGrantsInstanceArgs