Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GetMacieSessionResponse

import type { GetMacieSessionResponse } from "https://aws-api.deno.dev/v0.4/services/macie2.ts?docs=full";
interface GetMacieSessionResponse {
createdAt?: Date | number | null;
findingPublishingFrequency?: FindingPublishingFrequency | null;
serviceRole?: string | null;
status?: MacieStatus | null;
updatedAt?: Date | number | null;
}

§Properties

§
createdAt?: Date | number | null
[src]

The date and time, in UTC and extended ISO 8601 format, when the Amazon Macie account was created.

§
findingPublishingFrequency?: FindingPublishingFrequency | null
[src]

The frequency with which Amazon Macie publishes updates to policy findings for the account. This includes publishing updates to Security Hub and Amazon EventBridge (formerly Amazon CloudWatch Events).

§
serviceRole?: string | null
[src]

The Amazon Resource Name (ARN) of the service-linked role that allows Amazon Macie to monitor and analyze data in Amazon Web Services resources for the account.

§
status?: MacieStatus | null
[src]

The current status of the Amazon Macie account. Possible values are: PAUSED, the account is enabled but all Macie activities are suspended (paused) for the account; and, ENABLED, the account is enabled and all Macie activities are enabled for the account.

§
updatedAt?: Date | number | null
[src]

The date and time, in UTC and extended ISO 8601 format, of the most recent change to the status of the Amazon Macie account.