@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)
10 lines (9 loc) • 311 B
TypeScript
export declare const ProfileShareStatus: {
readonly NotShared: "NOT_SHARED";
readonly SharedWithMe: "SHARED_WITH_ME";
readonly SharedByMe: "SHARED_BY_ME";
};
/**
* The sharing status of the profile.
*/
export type ProfileShareStatus = (typeof ProfileShareStatus)[keyof typeof ProfileShareStatus];