@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)
35 lines (34 loc) • 1.7 kB
TypeScript
export declare const DetectorCfnFeatureConfigurationStatus: {
readonly Enabled: "ENABLED";
readonly Disabled: "DISABLED";
};
/**
* Status of the feature configuration.
*/
export type DetectorCfnFeatureConfigurationStatus = (typeof DetectorCfnFeatureConfigurationStatus)[keyof typeof DetectorCfnFeatureConfigurationStatus];
export declare const ThreatEntitySetStatus: {
readonly Inactive: "INACTIVE";
readonly Activating: "ACTIVATING";
readonly Active: "ACTIVE";
readonly Deactivating: "DEACTIVATING";
readonly Error: "ERROR";
readonly DeletePending: "DELETE_PENDING";
readonly Deleted: "DELETED";
};
/**
* The status of your `ThreatEntitySet` . For information about valid status values, see [Understanding list statuses](https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_upload-lists.html#guardduty-entity-list-statuses) in the *Amazon GuardDuty User Guide* .
*/
export type ThreatEntitySetStatus = (typeof ThreatEntitySetStatus)[keyof typeof ThreatEntitySetStatus];
export declare const TrustedEntitySetStatus: {
readonly Inactive: "INACTIVE";
readonly Activating: "ACTIVATING";
readonly Active: "ACTIVE";
readonly Deactivating: "DEACTIVATING";
readonly Error: "ERROR";
readonly DeletePending: "DELETE_PENDING";
readonly Deleted: "DELETED";
};
/**
* The status of your `TrustedEntitySet` . For information about valid status values, see [Understanding list statuses](https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_upload-lists.html#guardduty-entity-list-statuses) in the *Amazon GuardDuty User Guide* .
*/
export type TrustedEntitySetStatus = (typeof TrustedEntitySetStatus)[keyof typeof TrustedEntitySetStatus];