Refer to the Terraform Registory for docs: aws_glue_job
.
Represents a {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/glue_job aws_glue_job}.
import { glueJob } from '@cdktf/aws-cdk'
new glueJob.GlueJob(scope: Construct, id: string, config: GlueJobConfig)
Name | Type | Description |
---|---|---|
scope |
constructs.Construct |
The scope in which to define this construct. |
id |
string |
The scoped construct ID. |
config |
GlueJobConfig |
No description. |
- Type: constructs.Construct
The scope in which to define this construct.
- Type: string
The scoped construct ID.
Must be unique amongst siblings in the same scope
- Type: GlueJobConfig
Name | Description |
---|---|
toString |
Returns a string representation of this construct. |
addOverride |
No description. |
overrideLogicalId |
Overrides the auto-generated logical ID with a specific ID. |
resetOverrideLogicalId |
Resets a previously passed logical Id to use the auto-generated logical id again. |
toMetadata |
No description. |
toTerraform |
Adds this resource to the terraform JSON output. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
putCommand |
No description. |
putExecutionProperty |
No description. |
putNotificationProperty |
No description. |
resetConnections |
No description. |
resetDefaultArguments |
No description. |
resetDescription |
No description. |
resetExecutionProperty |
No description. |
resetGlueVersion |
No description. |
resetId |
No description. |
resetMaxCapacity |
No description. |
resetMaxRetries |
No description. |
resetNonOverridableArguments |
No description. |
resetNotificationProperty |
No description. |
resetNumberOfWorkers |
No description. |
resetSecurityConfiguration |
No description. |
resetTags |
No description. |
resetTagsAll |
No description. |
resetTimeout |
No description. |
resetWorkerType |
No description. |
public toString(): string
Returns a string representation of this construct.
public addOverride(path: string, value: any): void
- Type: string
- Type: any
public overrideLogicalId(newLogicalId: string): void
Overrides the auto-generated logical ID with a specific ID.
- Type: string
The new logical ID to use for this stack element.
public resetOverrideLogicalId(): void
Resets a previously passed logical Id to use the auto-generated logical id again.
public toMetadata(): any
public toTerraform(): any
Adds this resource to the terraform JSON output.
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(terraformAttribute: string): IResolvable
- Type: string
public putCommand(value: GlueJobCommand): void
- Type: GlueJobCommand
public putExecutionProperty(value: GlueJobExecutionProperty): void
- Type: GlueJobExecutionProperty
public putNotificationProperty(value: GlueJobNotificationProperty): void
public resetConnections(): void
public resetDefaultArguments(): void
public resetDescription(): void
public resetExecutionProperty(): void
public resetGlueVersion(): void
public resetId(): void
public resetMaxCapacity(): void
public resetMaxRetries(): void
public resetNonOverridableArguments(): void
public resetNotificationProperty(): void
public resetNumberOfWorkers(): void
public resetSecurityConfiguration(): void
public resetTags(): void
public resetTagsAll(): void
public resetTimeout(): void
public resetWorkerType(): void
Name | Description |
---|---|
isConstruct |
Checks if x is a construct. |
isTerraformElement |
No description. |
isTerraformResource |
No description. |
import { glueJob } from '@cdktf/aws-cdk'
glueJob.GlueJob.isConstruct(x: any)
Checks if x
is a construct.
Use this method instead of instanceof
to properly detect Construct
instances, even when the construct library is symlinked.
Explanation: in JavaScript, multiple copies of the constructs
library on
disk are seen as independent, completely different libraries. As a
consequence, the class Construct
in each copy of the constructs
library
is seen as a different class, and an instance of one class will not test as
instanceof
the other class. npm install
will not create installations
like this, but users may manually symlink construct libraries together or
use a monorepo tool: in those cases, multiple copies of the constructs
library can be accidentally installed, and instanceof
will behave
unpredictably. It is safest to avoid using instanceof
, and using
this type-testing method instead.
- Type: any
Any object.
import { glueJob } from '@cdktf/aws-cdk'
glueJob.GlueJob.isTerraformElement(x: any)
- Type: any
import { glueJob } from '@cdktf/aws-cdk'
glueJob.GlueJob.isTerraformResource(x: any)
- Type: any
Name | Type | Description |
---|---|---|
node |
constructs.Node |
The tree node. |
cdktfStack |
cdktf.TerraformStack |
No description. |
fqn |
string |
No description. |
friendlyUniqueId |
string |
No description. |
terraformMetaArguments |
{[ key: string ]: any} |
No description. |
terraformResourceType |
string |
No description. |
terraformGeneratorMetadata |
cdktf.TerraformProviderGeneratorMetadata |
No description. |
connection |
cdktf.SSHProvisionerConnection | cdktf.WinrmProvisionerConnection |
No description. |
count |
number | cdktf.TerraformCount |
No description. |
dependsOn |
string[] |
No description. |
forEach |
cdktf.ITerraformIterator |
No description. |
lifecycle |
cdktf.TerraformResourceLifecycle |
No description. |
provider |
cdktf.TerraformProvider |
No description. |
provisioners |
cdktf.FileProvisioner | cdktf.LocalExecProvisioner | cdktf.RemoteExecProvisioner[] |
No description. |
arn |
string |
No description. |
command |
GlueJobCommandOutputReference |
No description. |
executionProperty |
GlueJobExecutionPropertyOutputReference |
No description. |
notificationProperty |
GlueJobNotificationPropertyOutputReference |
No description. |
commandInput |
GlueJobCommand |
No description. |
connectionsInput |
string[] |
No description. |
defaultArgumentsInput |
{[ key: string ]: string} |
No description. |
descriptionInput |
string |
No description. |
executionPropertyInput |
GlueJobExecutionProperty |
No description. |
glueVersionInput |
string |
No description. |
idInput |
string |
No description. |
maxCapacityInput |
number |
No description. |
maxRetriesInput |
number |
No description. |
nameInput |
string |
No description. |
nonOverridableArgumentsInput |
{[ key: string ]: string} |
No description. |
notificationPropertyInput |
GlueJobNotificationProperty |
No description. |
numberOfWorkersInput |
number |
No description. |
roleArnInput |
string |
No description. |
securityConfigurationInput |
string |
No description. |
tagsAllInput |
{[ key: string ]: string} |
No description. |
tagsInput |
{[ key: string ]: string} |
No description. |
timeoutInput |
number |
No description. |
workerTypeInput |
string |
No description. |
connections |
string[] |
No description. |
defaultArguments |
{[ key: string ]: string} |
No description. |
description |
string |
No description. |
glueVersion |
string |
No description. |
id |
string |
No description. |
maxCapacity |
number |
No description. |
maxRetries |
number |
No description. |
name |
string |
No description. |
nonOverridableArguments |
{[ key: string ]: string} |
No description. |
numberOfWorkers |
number |
No description. |
roleArn |
string |
No description. |
securityConfiguration |
string |
No description. |
tags |
{[ key: string ]: string} |
No description. |
tagsAll |
{[ key: string ]: string} |
No description. |
timeout |
number |
No description. |
workerType |
string |
No description. |
public readonly node: Node;
- Type: constructs.Node
The tree node.
public readonly cdktfStack: TerraformStack;
- Type: cdktf.TerraformStack
public readonly fqn: string;
- Type: string
public readonly friendlyUniqueId: string;
- Type: string
public readonly terraformMetaArguments: {[ key: string ]: any};
- Type: {[ key: string ]: any}
public readonly terraformResourceType: string;
- Type: string
public readonly terraformGeneratorMetadata: TerraformProviderGeneratorMetadata;
- Type: cdktf.TerraformProviderGeneratorMetadata
public readonly connection: SSHProvisionerConnection | WinrmProvisionerConnection;
- Type: cdktf.SSHProvisionerConnection | cdktf.WinrmProvisionerConnection
public readonly count: number | TerraformCount;
- Type: number | cdktf.TerraformCount
public readonly dependsOn: string[];
- Type: string[]
public readonly forEach: ITerraformIterator;
- Type: cdktf.ITerraformIterator
public readonly lifecycle: TerraformResourceLifecycle;
- Type: cdktf.TerraformResourceLifecycle
public readonly provider: TerraformProvider;
- Type: cdktf.TerraformProvider
public readonly provisioners: FileProvisioner | LocalExecProvisioner | RemoteExecProvisioner[];
- Type: cdktf.FileProvisioner | cdktf.LocalExecProvisioner | cdktf.RemoteExecProvisioner[]
public readonly arn: string;
- Type: string
public readonly command: GlueJobCommandOutputReference;
public readonly executionProperty: GlueJobExecutionPropertyOutputReference;
public readonly notificationProperty: GlueJobNotificationPropertyOutputReference;
public readonly commandInput: GlueJobCommand;
- Type: GlueJobCommand
public readonly connectionsInput: string[];
- Type: string[]
public readonly defaultArgumentsInput: {[ key: string ]: string};
- Type: {[ key: string ]: string}
public readonly descriptionInput: string;
- Type: string
public readonly executionPropertyInput: GlueJobExecutionProperty;
- Type: GlueJobExecutionProperty
public readonly glueVersionInput: string;
- Type: string
public readonly idInput: string;
- Type: string
public readonly maxCapacityInput: number;
- Type: number
public readonly maxRetriesInput: number;
- Type: number
public readonly nameInput: string;
- Type: string
public readonly nonOverridableArgumentsInput: {[ key: string ]: string};
- Type: {[ key: string ]: string}
public readonly notificationPropertyInput: GlueJobNotificationProperty;
public readonly numberOfWorkersInput: number;
- Type: number
public readonly roleArnInput: string;
- Type: string
public readonly securityConfigurationInput: string;
- Type: string
public readonly tagsAllInput: {[ key: string ]: string};
- Type: {[ key: string ]: string}
public readonly tagsInput: {[ key: string ]: string};
- Type: {[ key: string ]: string}
public readonly timeoutInput: number;
- Type: number
public readonly workerTypeInput: string;
- Type: string
public readonly connections: string[];
- Type: string[]
public readonly defaultArguments: {[ key: string ]: string};
- Type: {[ key: string ]: string}
public readonly description: string;
- Type: string
public readonly glueVersion: string;
- Type: string
public readonly id: string;
- Type: string
public readonly maxCapacity: number;
- Type: number
public readonly maxRetries: number;
- Type: number
public readonly name: string;
- Type: string
public readonly nonOverridableArguments: {[ key: string ]: string};
- Type: {[ key: string ]: string}
public readonly numberOfWorkers: number;
- Type: number
public readonly roleArn: string;
- Type: string
public readonly securityConfiguration: string;
- Type: string
public readonly tags: {[ key: string ]: string};
- Type: {[ key: string ]: string}
public readonly tagsAll: {[ key: string ]: string};
- Type: {[ key: string ]: string}
public readonly timeout: number;
- Type: number
public readonly workerType: string;
- Type: string
Name | Type | Description |
---|---|---|
tfResourceType |
string |
No description. |
public readonly tfResourceType: string;
- Type: string
import { glueJob } from '@cdktf/aws-cdk'
const glueJobCommand: glueJob.GlueJobCommand = { ... }
Name | Type | Description |
---|---|---|
scriptLocation |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/glue_job#script_location GlueJob#script_location}. |
name |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/glue_job#name GlueJob#name}. |
pythonVersion |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/glue_job#python_version GlueJob#python_version}. |
public readonly scriptLocation: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/glue_job#script_location GlueJob#script_location}.
public readonly name: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/glue_job#name GlueJob#name}.
public readonly pythonVersion: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/glue_job#python_version GlueJob#python_version}.
import { glueJob } from '@cdktf/aws-cdk'
const glueJobConfig: glueJob.GlueJobConfig = { ... }
public readonly connection: SSHProvisionerConnection | WinrmProvisionerConnection;
- Type: cdktf.SSHProvisionerConnection | cdktf.WinrmProvisionerConnection
public readonly count: number | TerraformCount;
- Type: number | cdktf.TerraformCount
public readonly dependsOn: ITerraformDependable[];
- Type: cdktf.ITerraformDependable[]
public readonly forEach: ITerraformIterator;
- Type: cdktf.ITerraformIterator
public readonly lifecycle: TerraformResourceLifecycle;
- Type: cdktf.TerraformResourceLifecycle
public readonly provider: TerraformProvider;
- Type: cdktf.TerraformProvider
public readonly provisioners: FileProvisioner | LocalExecProvisioner | RemoteExecProvisioner[];
- Type: cdktf.FileProvisioner | cdktf.LocalExecProvisioner | cdktf.RemoteExecProvisioner[]
public readonly command: GlueJobCommand;
- Type: GlueJobCommand
command block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/glue_job#command GlueJob#command}
public readonly name: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/glue_job#name GlueJob#name}.
public readonly roleArn: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/glue_job#role_arn GlueJob#role_arn}.
public readonly connections: string[];
- Type: string[]
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/glue_job#connections GlueJob#connections}.
public readonly defaultArguments: {[ key: string ]: string};
- Type: {[ key: string ]: string}
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/glue_job#default_arguments GlueJob#default_arguments}.
public readonly description: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/glue_job#description GlueJob#description}.
public readonly executionProperty: GlueJobExecutionProperty;
- Type: GlueJobExecutionProperty
execution_property block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/glue_job#execution_property GlueJob#execution_property}
public readonly glueVersion: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/glue_job#glue_version GlueJob#glue_version}.
public readonly id: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/glue_job#id GlueJob#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
public readonly maxCapacity: number;
- Type: number
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/glue_job#max_capacity GlueJob#max_capacity}.
public readonly maxRetries: number;
- Type: number
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/glue_job#max_retries GlueJob#max_retries}.
public readonly nonOverridableArguments: {[ key: string ]: string};
- Type: {[ key: string ]: string}
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/glue_job#non_overridable_arguments GlueJob#non_overridable_arguments}.
public readonly notificationProperty: GlueJobNotificationProperty;
notification_property block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/glue_job#notification_property GlueJob#notification_property}
public readonly numberOfWorkers: number;
- Type: number
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/glue_job#number_of_workers GlueJob#number_of_workers}.
public readonly securityConfiguration: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/glue_job#security_configuration GlueJob#security_configuration}.
public readonly tags: {[ key: string ]: string};
- Type: {[ key: string ]: string}
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/glue_job#tags GlueJob#tags}.
public readonly tagsAll: {[ key: string ]: string};
- Type: {[ key: string ]: string}
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/glue_job#tags_all GlueJob#tags_all}.
public readonly timeout: number;
- Type: number
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/glue_job#timeout GlueJob#timeout}.
public readonly workerType: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/glue_job#worker_type GlueJob#worker_type}.
import { glueJob } from '@cdktf/aws-cdk'
const glueJobExecutionProperty: glueJob.GlueJobExecutionProperty = { ... }
Name | Type | Description |
---|---|---|
maxConcurrentRuns |
number |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/glue_job#max_concurrent_runs GlueJob#max_concurrent_runs}. |
public readonly maxConcurrentRuns: number;
- Type: number
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/glue_job#max_concurrent_runs GlueJob#max_concurrent_runs}.
import { glueJob } from '@cdktf/aws-cdk'
const glueJobNotificationProperty: glueJob.GlueJobNotificationProperty = { ... }
Name | Type | Description |
---|---|---|
notifyDelayAfter |
number |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/glue_job#notify_delay_after GlueJob#notify_delay_after}. |
public readonly notifyDelayAfter: number;
- Type: number
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/glue_job#notify_delay_after GlueJob#notify_delay_after}.
import { glueJob } from '@cdktf/aws-cdk'
new glueJob.GlueJobCommandOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
resetName |
No description. |
resetPythonVersion |
No description. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
public resetName(): void
public resetPythonVersion(): void
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
nameInput |
string |
No description. |
pythonVersionInput |
string |
No description. |
scriptLocationInput |
string |
No description. |
name |
string |
No description. |
pythonVersion |
string |
No description. |
scriptLocation |
string |
No description. |
internalValue |
GlueJobCommand |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly nameInput: string;
- Type: string
public readonly pythonVersionInput: string;
- Type: string
public readonly scriptLocationInput: string;
- Type: string
public readonly name: string;
- Type: string
public readonly pythonVersion: string;
- Type: string
public readonly scriptLocation: string;
- Type: string
public readonly internalValue: GlueJobCommand;
- Type: GlueJobCommand
import { glueJob } from '@cdktf/aws-cdk'
new glueJob.GlueJobExecutionPropertyOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
resetMaxConcurrentRuns |
No description. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
public resetMaxConcurrentRuns(): void
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
maxConcurrentRunsInput |
number |
No description. |
maxConcurrentRuns |
number |
No description. |
internalValue |
GlueJobExecutionProperty |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly maxConcurrentRunsInput: number;
- Type: number
public readonly maxConcurrentRuns: number;
- Type: number
public readonly internalValue: GlueJobExecutionProperty;
- Type: GlueJobExecutionProperty
import { glueJob } from '@cdktf/aws-cdk'
new glueJob.GlueJobNotificationPropertyOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
resetNotifyDelayAfter |
No description. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
public resetNotifyDelayAfter(): void
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
notifyDelayAfterInput |
number |
No description. |
notifyDelayAfter |
number |
No description. |
internalValue |
GlueJobNotificationProperty |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly notifyDelayAfterInput: number;
- Type: number
public readonly notifyDelayAfter: number;
- Type: number
public readonly internalValue: GlueJobNotificationProperty;