OwnerArgs

data class OwnerArgs(val displayName: Output<String>? = null, val id: Output<String>? = null) : ConvertibleToJava<OwnerArgs>

Definition of Owner

Constructors

Link copied to clipboard
constructor(displayName: Output<String>? = null, id: Output<String>? = null)

Properties

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

Container for the display name of the owner. This value is only supported in the following Amazon Web Services Regions:

  • US East (N. Virginia)

  • US West (N. California)

  • US West (Oregon)

  • Asia Pacific (Singapore)

  • Asia Pacific (Sydney)

  • Asia Pacific (Tokyo)

  • Europe (Ireland)

  • South America (São Paulo)

This functionality is not supported for directory buckets.

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

Container for the ID of the owner.

Functions

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