RealmLocalization

class RealmLocalization : KotlinCustomResource

Properties

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val locale: Output<String>

The locale for the localization texts.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val realmId: Output<String>

The realm in which the texts exists.

Link copied to clipboard
val texts: Output<Map<String, String>>?

The mapping of localization texts keys to values.

Link copied to clipboard
val urn: Output<String>