@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)
114 lines • 3.57 kB
JavaScript
;
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
Object.defineProperty(exports, "__esModule", { value: true });
exports.UserProfileUserType = exports.UserProfileType = exports.UserProfileStatus = exports.ProjectStatus = exports.ProjectProfileStatus = exports.ProjectProfileDeploymentMode = exports.ProjectMembershipUserDesignation = exports.OwnerEntityType = exports.GroupProfileStatus = exports.EnvironmentStatus = exports.DomainVersion = exports.DomainUserAssignment = exports.DomainStatus = exports.DomainAuthType = exports.DataSourceStatus = exports.DataSourceFilterExpressionType = exports.DataSourceEnableSetting = exports.ConnectionOAuth2GrantType = exports.ConnectionAuthenticationType = void 0;
exports.ConnectionAuthenticationType = {
Basic: "BASIC",
Oauth2: "OAUTH2",
Custom: "CUSTOM",
};
exports.ConnectionOAuth2GrantType = {
AuthorizationCode: "AUTHORIZATION_CODE",
ClientCredentials: "CLIENT_CREDENTIALS",
JwtBearer: "JWT_BEARER",
};
exports.DataSourceEnableSetting = {
Enabled: "ENABLED",
Disabled: "DISABLED",
};
exports.DataSourceFilterExpressionType = {
Include: "INCLUDE",
Exclude: "EXCLUDE",
};
exports.DataSourceStatus = {
Creating: "CREATING",
FailedCreation: "FAILED_CREATION",
Ready: "READY",
Updating: "UPDATING",
FailedUpdate: "FAILED_UPDATE",
Running: "RUNNING",
Deleting: "DELETING",
FailedDeletion: "FAILED_DELETION",
};
exports.DomainAuthType = {
IamIdc: "IAM_IDC",
Disabled: "DISABLED",
};
exports.DomainStatus = {
Creating: "CREATING",
Available: "AVAILABLE",
CreationFailed: "CREATION_FAILED",
Deleting: "DELETING",
Deleted: "DELETED",
DeletionFailed: "DELETION_FAILED",
};
exports.DomainUserAssignment = {
Automatic: "AUTOMATIC",
Manual: "MANUAL",
};
exports.DomainVersion = {
V1: "V1",
V2: "V2",
};
exports.EnvironmentStatus = {
Active: "ACTIVE",
Creating: "CREATING",
Updating: "UPDATING",
Deleting: "DELETING",
CreateFailed: "CREATE_FAILED",
UpdateFailed: "UPDATE_FAILED",
DeleteFailed: "DELETE_FAILED",
ValidationFailed: "VALIDATION_FAILED",
Suspended: "SUSPENDED",
Disabled: "DISABLED",
Expired: "EXPIRED",
Deleted: "DELETED",
Inaccessible: "INACCESSIBLE",
};
exports.GroupProfileStatus = {
Assigned: "ASSIGNED",
NotAssigned: "NOT_ASSIGNED",
};
exports.OwnerEntityType = {
DomainUnit: "DOMAIN_UNIT",
};
exports.ProjectMembershipUserDesignation = {
ProjectOwner: "PROJECT_OWNER",
ProjectContributor: "PROJECT_CONTRIBUTOR",
ProjectCatalogViewer: "PROJECT_CATALOG_VIEWER",
ProjectCatalogConsumer: "PROJECT_CATALOG_CONSUMER",
ProjectCatalogSteward: "PROJECT_CATALOG_STEWARD",
};
exports.ProjectProfileDeploymentMode = {
OnCreate: "ON_CREATE",
OnDemand: "ON_DEMAND",
};
exports.ProjectProfileStatus = {
Enabled: "ENABLED",
Disabled: "DISABLED",
};
exports.ProjectStatus = {
Active: "ACTIVE",
Moving: "MOVING",
Deleting: "DELETING",
DeleteFailed: "DELETE_FAILED",
Updating: "UPDATING",
UpdateFailed: "UPDATE_FAILED",
};
exports.UserProfileStatus = {
Assigned: "ASSIGNED",
NotAssigned: "NOT_ASSIGNED",
Activated: "ACTIVATED",
Deactivated: "DEACTIVATED",
};
exports.UserProfileType = {
Iam: "IAM",
Sso: "SSO",
};
exports.UserProfileUserType = {
IamUser: "IAM_USER",
IamRole: "IAM_ROLE",
SsoUser: "SSO_USER",
};
//# sourceMappingURL=index.js.map