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

RunJobFlowInput

import type { RunJobFlowInput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/emr.ts";
interface RunJobFlowInput {
AdditionalInfo?: string | null;
AmiVersion?: string | null;
Applications?: Application[] | null;
AutoScalingRole?: string | null;
BootstrapActions?: BootstrapActionConfig[] | null;
Configurations?: Configuration[] | null;
CustomAmiId?: string | null;
EbsRootVolumeSize?: number | null;
JobFlowRole?: string | null;
KerberosAttributes?: KerberosAttributes | null;
LogEncryptionKmsKeyId?: string | null;
LogUri?: string | null;
ManagedScalingPolicy?: ManagedScalingPolicy | null;
Name: string;
NewSupportedProducts?: SupportedProductConfig[] | null;
PlacementGroupConfigs?: PlacementGroupConfig[] | null;
ReleaseLabel?: string | null;
RepoUpgradeOnBoot?: RepoUpgradeOnBoot | null;
ScaleDownBehavior?: ScaleDownBehavior | null;
SecurityConfiguration?: string | null;
ServiceRole?: string | null;
StepConcurrencyLevel?: number | null;
Steps?: StepConfig[] | null;
SupportedProducts?: string[] | null;
Tags?: Tag[] | null;
VisibleToAllUsers?: boolean | null;
}

§Properties

§
AdditionalInfo?: string | null
[src]
§
AmiVersion?: string | null
[src]
§
Applications?: Application[] | null
[src]
§
AutoScalingRole?: string | null
[src]
§
BootstrapActions?: BootstrapActionConfig[] | null
[src]
§
Configurations?: Configuration[] | null
[src]
§
CustomAmiId?: string | null
[src]
§
EbsRootVolumeSize?: number | null
[src]
§
JobFlowRole?: string | null
[src]
§
KerberosAttributes?: KerberosAttributes | null
[src]
§
LogEncryptionKmsKeyId?: string | null
[src]
§
LogUri?: string | null
[src]
§
ManagedScalingPolicy?: ManagedScalingPolicy | null
[src]
§
Name: string
[src]
§
NewSupportedProducts?: SupportedProductConfig[] | null
[src]
§
PlacementGroupConfigs?: PlacementGroupConfig[] | null
[src]
§
ReleaseLabel?: string | null
[src]
§
RepoUpgradeOnBoot?: RepoUpgradeOnBoot | null
[src]
§
ScaleDownBehavior?: ScaleDownBehavior | null
[src]
§
SecurityConfiguration?: string | null
[src]
§
ServiceRole?: string | null
[src]
§
StepConcurrencyLevel?: number | null
[src]
§
Steps?: StepConfig[] | null
[src]
§
SupportedProducts?: string[] | null
[src]
§
Tags?: Tag[] | null
[src]
§
VisibleToAllUsers?: boolean | null
[src]