AivenOrganizationIdentityArgs
interface AivenOrganizationIdentityArgs {
identity: string;
}Identity inputs for AivenOrganization.
Example
CODE
const identityArgs: AivenOrganizationIdentityArgs = {
identity: 'platform-governance',
};Properties
identity: string
Required, non-empty plain string identity used to derive Pulumi logical names deterministically.
This value must be available synchronously (not a pulumi.Input/Output, promise, provider lookup, or apply-resolved value). It is sanitised by the shared logical-name builder before use in the component logical name.