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

DescribeSecurityConfigurationOutput

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

§Properties

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

The date and time the security configuration was created

§
Name?: string | null
[src]

The name of the security configuration.

§
SecurityConfiguration?: string | null
[src]

The security configuration details in JSON format.