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

CreateSecurityConfigurationResponse

import type { CreateSecurityConfigurationResponse } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface CreateSecurityConfigurationResponse {
CreatedTimestamp?: Date | number | null;
Name?: string | null;
}

§Properties

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

The time at which the new security configuration was created.

§
Name?: string | null
[src]

The name assigned to the new security configuration.