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

AwsElasticBeanstalkEnvironmentOptionSetting

import type { AwsElasticBeanstalkEnvironmentOptionSetting } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

A configuration option setting for the environment.

interface AwsElasticBeanstalkEnvironmentOptionSetting {
Namespace?: string | null;
OptionName?: string | null;
ResourceName?: string | null;
Value?: string | null;
}

§Properties

§
Namespace?: string | null
[src]

The type of resource that the configuration option is associated with.

§
OptionName?: string | null
[src]

The name of the option.

§
ResourceName?: string | null
[src]

The name of the resource.

§
Value?: string | null
[src]

The value of the configuration setting.