AwsS3AccessControlPolicyPropertiesArgs

data class AwsS3AccessControlPolicyPropertiesArgs(val grants: Output<List<GrantArgs>>? = null, val owner: Output<OwnerArgs>? = null) : ConvertibleToJava<AwsS3AccessControlPolicyPropertiesArgs>

Definition of awsS3AccessControlPolicy

Constructors

Link copied to clipboard
constructor(grants: Output<List<GrantArgs>>? = null, owner: Output<OwnerArgs>? = null)

Properties

Link copied to clipboard
val grants: Output<List<GrantArgs>>? = null

A list of grants.

Link copied to clipboard
val owner: Output<OwnerArgs>? = null

Container for the bucket owner's display name and ID.

Functions

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