UNPKG

@pulumi/aws-native

Version:

The Pulumi AWS Cloud Control Provider enables you to build, deploy, and manage [any AWS resource that's supported by the AWS Cloud Control API](https://github.com/pulumi/pulumi-aws-native/blob/master/provider/cmd/pulumi-gen-aws-native/supported-types.txt)

33 lines (32 loc) 1.23 kB
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 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];