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

CreateSecurityConfigurationInput

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

§Properties

§
Name: string
[src]

The name of the security configuration.

§
SecurityConfiguration: string
[src]

The security configuration details in JSON format. For JSON parameters and examples, see Use Security Configurations to Set Up Cluster Security in the Amazon EMR Management Guide.