SpaceData

class SpaceData

A structure that contains some information about a private re:Post in the account.

Types

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

Properties

Link copied to clipboard
val arn: String

The ARN of the private re:Post.

Link copied to clipboard

The configuration status of the private re:Post.

Link copied to clipboard

The content size of the private re:Post.

Link copied to clipboard

The date when the private re:Post was created.

Link copied to clipboard

The date when the private re:Post was deleted.

Link copied to clipboard

The description for the private re:Post. This is used only to help you identify this private re:Post.

Link copied to clipboard

The name for the private re:Post.

Link copied to clipboard

The AWS generated subdomain of the private re:Post.

Link copied to clipboard

The unique ID of the private re:Post.

Link copied to clipboard

The creation/deletion status of the private re:Post.

Link copied to clipboard

The storage limit of the private re:Post.

Link copied to clipboard

The pricing tier of the private re:Post.

Link copied to clipboard

The number of onboarded users to the private re:Post.

Link copied to clipboard

The custom AWS KMS key ARN that’s used for the AWS KMS encryption.

Link copied to clipboard

This custom subdomain that you use to access your private re:Post. All custom subdomains must be approved by AWS before use.

Link copied to clipboard

This approval status of the custom subdomain.

Functions

Link copied to clipboard
inline fun copy(block: SpaceData.Builder.() -> Unit = {}): SpaceData
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