@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)
20 lines (19 loc) • 848 B
TypeScript
export declare const IdentitySourceOpenIdIssuer: {
readonly Cognito: "COGNITO";
};
export type IdentitySourceOpenIdIssuer = (typeof IdentitySourceOpenIdIssuer)[keyof typeof IdentitySourceOpenIdIssuer];
export declare const PolicyStoreDeletionMode: {
readonly Enabled: "ENABLED";
readonly Disabled: "DISABLED";
};
export type PolicyStoreDeletionMode = (typeof PolicyStoreDeletionMode)[keyof typeof PolicyStoreDeletionMode];
export declare const PolicyStoreValidationMode: {
readonly Off: "OFF";
readonly Strict: "STRICT";
};
export type PolicyStoreValidationMode = (typeof PolicyStoreValidationMode)[keyof typeof PolicyStoreValidationMode];
export declare const PolicyType: {
readonly Static: "STATIC";
readonly TemplateLinked: "TEMPLATE_LINKED";
};
export type PolicyType = (typeof PolicyType)[keyof typeof PolicyType];