export declare const ApplicationAppConfigType: { readonly OpensearchDashboardsDashboardAdminUsers: "opensearchDashboards.dashboardAdmin.users"; readonly OpensearchDashboardsDashboardAdminGroups: "opensearchDashboards.dashboardAdmin.groups"; }; /** * AppConfig type values. */ export type ApplicationAppConfigType = (typeof ApplicationAppConfigType)[keyof typeof ApplicationAppConfigType]; export declare const DomainDeploymentStrategyOptionsDeploymentStrategy: { readonly Default: "Default"; readonly CapacityOptimized: "CapacityOptimized"; }; export type DomainDeploymentStrategyOptionsDeploymentStrategy = (typeof DomainDeploymentStrategyOptionsDeploymentStrategy)[keyof typeof DomainDeploymentStrategyOptionsDeploymentStrategy]; export declare const DomainNodeOptionNodeType: { readonly Coordinator: "coordinator"; }; /** * Defines the type of node, such as coordinating nodes. */ export type DomainNodeOptionNodeType = (typeof DomainNodeOptionNodeType)[keyof typeof DomainNodeOptionNodeType]; export declare const DomainRolesKeyIdcType: { readonly GroupName: "GroupName"; readonly GroupId: "GroupId"; }; /** * Roles Key Idc type values. */ export type DomainRolesKeyIdcType = (typeof DomainRolesKeyIdcType)[keyof typeof DomainRolesKeyIdcType]; export declare const DomainSubjectKeyIdcType: { readonly UserName: "UserName"; readonly UserId: "UserId"; readonly Email: "Email"; }; /** * Subject Key Idc type values. */ export type DomainSubjectKeyIdcType = (typeof DomainSubjectKeyIdcType)[keyof typeof DomainSubjectKeyIdcType];