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

SecurityConfiguration

import type { SecurityConfiguration } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";

Specifies a security configuration.

interface SecurityConfiguration {
CreatedTimeStamp?: Date | number | null;
EncryptionConfiguration?: EncryptionConfiguration | null;
Name?: string | null;
}

§Properties

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

The time at which this security configuration was created.

§
EncryptionConfiguration?: EncryptionConfiguration | null
[src]

The encryption configuration associated with this security configuration.

§
Name?: string | null
[src]

The name of the security configuration.