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;
Instances: JobFlowInstancesConfig;
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
§
Applications?: Application[] | null
[src]§
BootstrapActions?: BootstrapActionConfig[] | null
[src]§
Configurations?: Configuration[] | null
[src]§
Instances: JobFlowInstancesConfig
[src]§
KerberosAttributes?: KerberosAttributes | null
[src]§
ManagedScalingPolicy?: ManagedScalingPolicy | null
[src]§
NewSupportedProducts?: SupportedProductConfig[] | null
[src]§
PlacementGroupConfigs?: PlacementGroupConfig[] | null
[src]§
RepoUpgradeOnBoot?: RepoUpgradeOnBoot | null
[src]§
ScaleDownBehavior?: ScaleDownBehavior | null
[src]§
Steps?: StepConfig[] | null
[src]