Values.SpaceDataSourceA structure that contains some information about a private re:Post in the account.
type nonrec t = {spaceId : SpaceId.t option;The unique ID of the private re:Post.
*)arn : Arn.t option;The ARN of the private re:Post.
*)name : SpaceName.t option;The name for the private re:Post.
*)description : SpaceDescription.t option;The description for the private re:Post. This is used only to help you identify this private re:Post.
*)status : ProvisioningStatus.t option;The creation/deletion status of the private re:Post.
*)configurationStatus : ConfigurationStatus.t option;The configuration status of the private re:Post.
*)vanityDomainStatus : VanityDomainStatus.t option;This approval status of the custom subdomain.
*)vanityDomain : Url.t option;This custom subdomain that you use to access your private re:Post. All custom subdomains must be approved by AWS before use.
*)randomDomain : Url.t option;The AWS generated subdomain of the private re:Post.
*)tier : TierLevel.t option;The pricing tier of the private re:Post.
*)storageLimit : StorageLimit.t option;The storage limit of the private re:Post.
*)createDateTime : SyntheticTimestamp_date_time.t option;The date when the private re:Post was created.
*)deleteDateTime : SyntheticTimestamp_date_time.t option;The date when the private re:Post was deleted.
*)userKMSKey : KMSKey.t option;The custom AWS KMS key ARN that’s used for the AWS KMS encryption.
*)userCount : UserCount.t option;The number of onboarded users to the private re:Post.
*)contentSize : ContentSize.t option;The content size of the private re:Post.
*)supportedEmailDomains : SupportedEmailDomainsStatus.t option;}val make :
?spaceId:??? ->
?arn:??? ->
?name:??? ->
?description:??? ->
?status:??? ->
?configurationStatus:??? ->
?vanityDomainStatus:??? ->
?vanityDomain:??? ->
?randomDomain:??? ->
?tier:??? ->
?storageLimit:??? ->
?createDateTime:??? ->
?deleteDateTime:??? ->
?userKMSKey:??? ->
?userCount:??? ->
?contentSize:??? ->
?supportedEmailDomains:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of UserCount.t
| `Long of StorageLimit.t
| `String of SpaceId.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `String of EmailDomain.t ] list ])
list
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]