CreateFolderRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID for the Amazon Web Services account where you want to create the folder.

Link copied to clipboard

The ID of the folder.

Link copied to clipboard

The type of folder. By default, folderType is SHARED.

Link copied to clipboard
val name: String?

The name of the folder.

Link copied to clipboard

The Amazon Resource Name (ARN) for the parent folder.

Link copied to clipboard

A structure that describes the principals and the resource-level permissions of a folder.

Link copied to clipboard

An optional parameter that determines the sharing scope of the folder. The default value for this parameter is ACCOUNT.

Link copied to clipboard
val tags: List<Tag>?

Tags for the folder.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String