Skip to content

Files

Latest commit

c04acda · Jan 10, 2024

History

History
6753 lines (4162 loc) · 327 KB
·

cloudwatchEventTarget.md

File metadata and controls

6753 lines (4162 loc) · 327 KB
·

cloudwatchEventTarget Submodule

Constructs

CloudwatchEventTarget

Represents a {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target aws_cloudwatch_event_target}.

Initializers

import { cloudwatchEventTarget } from '@cdktf/aws-cdk'

new cloudwatchEventTarget.CloudwatchEventTarget(scope: Construct, id: string, config: CloudwatchEventTargetConfig)
Name Type Description
scope constructs.Construct The scope in which to define this construct.
id string The scoped construct ID.
config CloudwatchEventTargetConfig No description.

scopeRequired
  • Type: constructs.Construct

The scope in which to define this construct.


idRequired
  • Type: string

The scoped construct ID.

Must be unique amongst siblings in the same scope


configRequired

Methods

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.
toHclTerraform No description.
toMetadata No description.
toTerraform Adds this resource to the terraform JSON output.
addMoveTarget Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move.
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.
hasResourceMove No description.
importFrom No description.
interpolationForAttribute No description.
moveFromId Move the resource corresponding to "id" to this resource.
moveTo Moves this resource to the target resource given by moveTarget.
moveToId Moves this resource to the resource corresponding to "id".
putBatchTarget No description.
putDeadLetterConfig No description.
putEcsTarget No description.
putHttpTarget No description.
putInputTransformer No description.
putKinesisTarget No description.
putRedshiftTarget No description.
putRetryPolicy No description.
putRunCommandTargets No description.
putSqsTarget No description.
resetBatchTarget No description.
resetDeadLetterConfig No description.
resetEcsTarget No description.
resetEventBusName No description.
resetHttpTarget No description.
resetId No description.
resetInput No description.
resetInputPath No description.
resetInputTransformer No description.
resetKinesisTarget No description.
resetRedshiftTarget No description.
resetRetryPolicy No description.
resetRoleArn No description.
resetRunCommandTargets No description.
resetSqsTarget No description.
resetTargetId No description.

toString
public toString(): string

Returns a string representation of this construct.

addOverride
public addOverride(path: string, value: any): void
pathRequired
  • Type: string

valueRequired
  • Type: any

overrideLogicalId
public overrideLogicalId(newLogicalId: string): void

Overrides the auto-generated logical ID with a specific ID.

newLogicalIdRequired
  • Type: string

The new logical ID to use for this stack element.


resetOverrideLogicalId
public resetOverrideLogicalId(): void

Resets a previously passed logical Id to use the auto-generated logical id again.

toHclTerraform
public toHclTerraform(): any
toMetadata
public toMetadata(): any
toTerraform
public toTerraform(): any

Adds this resource to the terraform JSON output.

addMoveTarget
public addMoveTarget(moveTarget: string): void

Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move.

moveTargetRequired
  • Type: string

The string move target that will correspond to this resource.


getAnyMapAttribute
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
terraformAttributeRequired
  • Type: string

getBooleanAttribute
public getBooleanAttribute(terraformAttribute: string): IResolvable
terraformAttributeRequired
  • Type: string

getBooleanMapAttribute
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
terraformAttributeRequired
  • Type: string

getListAttribute
public getListAttribute(terraformAttribute: string): string[]
terraformAttributeRequired
  • Type: string

getNumberAttribute
public getNumberAttribute(terraformAttribute: string): number
terraformAttributeRequired
  • Type: string

getNumberListAttribute
public getNumberListAttribute(terraformAttribute: string): number[]
terraformAttributeRequired
  • Type: string

getNumberMapAttribute
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
terraformAttributeRequired
  • Type: string

getStringAttribute
public getStringAttribute(terraformAttribute: string): string
terraformAttributeRequired
  • Type: string

getStringMapAttribute
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
terraformAttributeRequired
  • Type: string

hasResourceMove
public hasResourceMove(): TerraformResourceMoveByTarget | TerraformResourceMoveById
importFrom
public importFrom(id: string, provider?: TerraformProvider): void
idRequired
  • Type: string

providerOptional
  • Type: cdktf.TerraformProvider

interpolationForAttribute
public interpolationForAttribute(terraformAttribute: string): IResolvable
terraformAttributeRequired
  • Type: string

moveFromId
public moveFromId(id: string): void

Move the resource corresponding to "id" to this resource.

Note that the resource being moved from must be marked as moved using it's instance function.

idRequired
  • Type: string

Full id of resource being moved from, e.g. "aws_s3_bucket.example".


moveTo
public moveTo(moveTarget: string, index?: string | number): void

Moves this resource to the target resource given by moveTarget.

moveTargetRequired
  • Type: string

The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to.


indexOptional
  • Type: string | number

Optional The index corresponding to the key the resource is to appear in the foreach of a resource to move to.


moveToId
public moveToId(id: string): void

Moves this resource to the resource corresponding to "id".

idRequired
  • Type: string

Full id of resource to move to, e.g. "aws_s3_bucket.example".


putBatchTarget
public putBatchTarget(value: CloudwatchEventTargetBatchTarget): void
valueRequired

putDeadLetterConfig
public putDeadLetterConfig(value: CloudwatchEventTargetDeadLetterConfig): void
valueRequired

putEcsTarget
public putEcsTarget(value: CloudwatchEventTargetEcsTarget): void
valueRequired

putHttpTarget
public putHttpTarget(value: CloudwatchEventTargetHttpTarget): void
valueRequired

putInputTransformer
public putInputTransformer(value: CloudwatchEventTargetInputTransformer): void
valueRequired

putKinesisTarget
public putKinesisTarget(value: CloudwatchEventTargetKinesisTarget): void
valueRequired

putRedshiftTarget
public putRedshiftTarget(value: CloudwatchEventTargetRedshiftTarget): void
valueRequired

putRetryPolicy
public putRetryPolicy(value: CloudwatchEventTargetRetryPolicy): void
valueRequired

putRunCommandTargets
public putRunCommandTargets(value: IResolvable | CloudwatchEventTargetRunCommandTargets[]): void
valueRequired

putSqsTarget
public putSqsTarget(value: CloudwatchEventTargetSqsTarget): void
valueRequired

resetBatchTarget
public resetBatchTarget(): void
resetDeadLetterConfig
public resetDeadLetterConfig(): void
resetEcsTarget
public resetEcsTarget(): void
resetEventBusName
public resetEventBusName(): void
resetHttpTarget
public resetHttpTarget(): void
resetId
public resetId(): void
resetInput
public resetInput(): void
resetInputPath
public resetInputPath(): void
resetInputTransformer
public resetInputTransformer(): void
resetKinesisTarget
public resetKinesisTarget(): void
resetRedshiftTarget
public resetRedshiftTarget(): void
resetRetryPolicy
public resetRetryPolicy(): void
resetRoleArn
public resetRoleArn(): void
resetRunCommandTargets
public resetRunCommandTargets(): void
resetSqsTarget
public resetSqsTarget(): void
resetTargetId
public resetTargetId(): void

Static Functions

Name Description
isConstruct Checks if x is a construct.
isTerraformElement No description.
isTerraformResource No description.
generateConfigForImport Generates CDKTF code for importing a CloudwatchEventTarget resource upon running "cdktf plan ".

isConstruct
import { cloudwatchEventTarget } from '@cdktf/aws-cdk'

cloudwatchEventTarget.CloudwatchEventTarget.isConstruct(x: any)

Checks if x is a construct.

xRequired
  • Type: any

Any object.


isTerraformElement
import { cloudwatchEventTarget } from '@cdktf/aws-cdk'

cloudwatchEventTarget.CloudwatchEventTarget.isTerraformElement(x: any)
xRequired
  • Type: any

isTerraformResource
import { cloudwatchEventTarget } from '@cdktf/aws-cdk'

cloudwatchEventTarget.CloudwatchEventTarget.isTerraformResource(x: any)
xRequired
  • Type: any

generateConfigForImport
import { cloudwatchEventTarget } from '@cdktf/aws-cdk'

cloudwatchEventTarget.CloudwatchEventTarget.generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: TerraformProvider)

Generates CDKTF code for importing a CloudwatchEventTarget resource upon running "cdktf plan ".

scopeRequired
  • Type: constructs.Construct

The scope in which to define this construct.


importToIdRequired
  • Type: string

The construct id used in the generated config for the CloudwatchEventTarget to import.


importFromIdRequired
  • Type: string

The id of the existing CloudwatchEventTarget that should be imported.

Refer to the {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#import import section} in the documentation of this resource for the id to use


providerOptional
  • Type: cdktf.TerraformProvider

? Optional instance of the provider where the CloudwatchEventTarget to import is found.


Properties

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.
batchTarget CloudwatchEventTargetBatchTargetOutputReference No description.
deadLetterConfig CloudwatchEventTargetDeadLetterConfigOutputReference No description.
ecsTarget CloudwatchEventTargetEcsTargetOutputReference No description.
httpTarget CloudwatchEventTargetHttpTargetOutputReference No description.
inputTransformer CloudwatchEventTargetInputTransformerOutputReference No description.
kinesisTarget CloudwatchEventTargetKinesisTargetOutputReference No description.
redshiftTarget CloudwatchEventTargetRedshiftTargetOutputReference No description.
retryPolicy CloudwatchEventTargetRetryPolicyOutputReference No description.
runCommandTargets CloudwatchEventTargetRunCommandTargetsList No description.
sqsTarget CloudwatchEventTargetSqsTargetOutputReference No description.
arnInput string No description.
batchTargetInput CloudwatchEventTargetBatchTarget No description.
deadLetterConfigInput CloudwatchEventTargetDeadLetterConfig No description.
ecsTargetInput CloudwatchEventTargetEcsTarget No description.
eventBusNameInput string No description.
httpTargetInput CloudwatchEventTargetHttpTarget No description.
idInput string No description.
inputInput string No description.
inputPathInput string No description.
inputTransformerInput CloudwatchEventTargetInputTransformer No description.
kinesisTargetInput CloudwatchEventTargetKinesisTarget No description.
redshiftTargetInput CloudwatchEventTargetRedshiftTarget No description.
retryPolicyInput CloudwatchEventTargetRetryPolicy No description.
roleArnInput string No description.
ruleInput string No description.
runCommandTargetsInput cdktf.IResolvable | CloudwatchEventTargetRunCommandTargets[] No description.
sqsTargetInput CloudwatchEventTargetSqsTarget No description.
targetIdInput string No description.
arn string No description.
eventBusName string No description.
id string No description.
input string No description.
inputPath string No description.
roleArn string No description.
rule string No description.
targetId string No description.

nodeRequired
public readonly node: Node;
  • Type: constructs.Node

The tree node.


cdktfStackRequired
public readonly cdktfStack: TerraformStack;
  • Type: cdktf.TerraformStack

fqnRequired
public readonly fqn: string;
  • Type: string

friendlyUniqueIdRequired
public readonly friendlyUniqueId: string;
  • Type: string

terraformMetaArgumentsRequired
public readonly terraformMetaArguments: {[ key: string ]: any};
  • Type: {[ key: string ]: any}

terraformResourceTypeRequired
public readonly terraformResourceType: string;
  • Type: string

terraformGeneratorMetadataOptional
public readonly terraformGeneratorMetadata: TerraformProviderGeneratorMetadata;
  • Type: cdktf.TerraformProviderGeneratorMetadata

connectionOptional
public readonly connection: SSHProvisionerConnection | WinrmProvisionerConnection;
  • Type: cdktf.SSHProvisionerConnection | cdktf.WinrmProvisionerConnection

countOptional
public readonly count: number | TerraformCount;
  • Type: number | cdktf.TerraformCount

dependsOnOptional
public readonly dependsOn: string[];
  • Type: string[]

forEachOptional
public readonly forEach: ITerraformIterator;
  • Type: cdktf.ITerraformIterator

lifecycleOptional
public readonly lifecycle: TerraformResourceLifecycle;
  • Type: cdktf.TerraformResourceLifecycle

providerOptional
public readonly provider: TerraformProvider;
  • Type: cdktf.TerraformProvider

provisionersOptional
public readonly provisioners: FileProvisioner | LocalExecProvisioner | RemoteExecProvisioner[];
  • Type: cdktf.FileProvisioner | cdktf.LocalExecProvisioner | cdktf.RemoteExecProvisioner[]

batchTargetRequired
public readonly batchTarget: CloudwatchEventTargetBatchTargetOutputReference;

deadLetterConfigRequired
public readonly deadLetterConfig: CloudwatchEventTargetDeadLetterConfigOutputReference;

ecsTargetRequired
public readonly ecsTarget: CloudwatchEventTargetEcsTargetOutputReference;

httpTargetRequired
public readonly httpTarget: CloudwatchEventTargetHttpTargetOutputReference;

inputTransformerRequired
public readonly inputTransformer: CloudwatchEventTargetInputTransformerOutputReference;

kinesisTargetRequired
public readonly kinesisTarget: CloudwatchEventTargetKinesisTargetOutputReference;

redshiftTargetRequired
public readonly redshiftTarget: CloudwatchEventTargetRedshiftTargetOutputReference;

retryPolicyRequired
public readonly retryPolicy: CloudwatchEventTargetRetryPolicyOutputReference;

runCommandTargetsRequired
public readonly runCommandTargets: CloudwatchEventTargetRunCommandTargetsList;

sqsTargetRequired
public readonly sqsTarget: CloudwatchEventTargetSqsTargetOutputReference;

arnInputOptional
public readonly arnInput: string;
  • Type: string

batchTargetInputOptional
public readonly batchTargetInput: CloudwatchEventTargetBatchTarget;

deadLetterConfigInputOptional
public readonly deadLetterConfigInput: CloudwatchEventTargetDeadLetterConfig;

ecsTargetInputOptional
public readonly ecsTargetInput: CloudwatchEventTargetEcsTarget;

eventBusNameInputOptional
public readonly eventBusNameInput: string;
  • Type: string

httpTargetInputOptional
public readonly httpTargetInput: CloudwatchEventTargetHttpTarget;

idInputOptional
public readonly idInput: string;
  • Type: string

inputInputOptional
public readonly inputInput: string;
  • Type: string

inputPathInputOptional
public readonly inputPathInput: string;
  • Type: string

inputTransformerInputOptional
public readonly inputTransformerInput: CloudwatchEventTargetInputTransformer;

kinesisTargetInputOptional
public readonly kinesisTargetInput: CloudwatchEventTargetKinesisTarget;

redshiftTargetInputOptional
public readonly redshiftTargetInput: CloudwatchEventTargetRedshiftTarget;

retryPolicyInputOptional
public readonly retryPolicyInput: CloudwatchEventTargetRetryPolicy;

roleArnInputOptional
public readonly roleArnInput: string;
  • Type: string

ruleInputOptional
public readonly ruleInput: string;
  • Type: string

runCommandTargetsInputOptional
public readonly runCommandTargetsInput: IResolvable | CloudwatchEventTargetRunCommandTargets[];

sqsTargetInputOptional
public readonly sqsTargetInput: CloudwatchEventTargetSqsTarget;

targetIdInputOptional
public readonly targetIdInput: string;
  • Type: string

arnRequired
public readonly arn: string;
  • Type: string

eventBusNameRequired
public readonly eventBusName: string;
  • Type: string

idRequired
public readonly id: string;
  • Type: string

inputRequired
public readonly input: string;
  • Type: string

inputPathRequired
public readonly inputPath: string;
  • Type: string

roleArnRequired
public readonly roleArn: string;
  • Type: string

ruleRequired
public readonly rule: string;
  • Type: string

targetIdRequired
public readonly targetId: string;
  • Type: string

Constants

Name Type Description
tfResourceType string No description.

tfResourceTypeRequired
public readonly tfResourceType: string;
  • Type: string

Structs

CloudwatchEventTargetBatchTarget

Initializer

import { cloudwatchEventTarget } from '@cdktf/aws-cdk'

const cloudwatchEventTargetBatchTarget: cloudwatchEventTarget.CloudwatchEventTargetBatchTarget = { ... }

Properties

Name Type Description
jobDefinition string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#job_definition CloudwatchEventTarget#job_definition}.
jobName string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#job_name CloudwatchEventTarget#job_name}.
arraySize number Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#array_size CloudwatchEventTarget#array_size}.
jobAttempts number Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#job_attempts CloudwatchEventTarget#job_attempts}.

jobDefinitionRequired
public readonly jobDefinition: string;
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#job_definition CloudwatchEventTarget#job_definition}.


jobNameRequired
public readonly jobName: string;
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#job_name CloudwatchEventTarget#job_name}.


arraySizeOptional
public readonly arraySize: number;
  • Type: number

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#array_size CloudwatchEventTarget#array_size}.


jobAttemptsOptional
public readonly jobAttempts: number;
  • Type: number

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#job_attempts CloudwatchEventTarget#job_attempts}.


CloudwatchEventTargetConfig

Initializer

import { cloudwatchEventTarget } from '@cdktf/aws-cdk'

const cloudwatchEventTargetConfig: cloudwatchEventTarget.CloudwatchEventTargetConfig = { ... }

Properties

Name Type Description
connection cdktf.SSHProvisionerConnection | cdktf.WinrmProvisionerConnection No description.
count number | cdktf.TerraformCount No description.
dependsOn cdktf.ITerraformDependable[] 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 Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#arn CloudwatchEventTarget#arn}.
rule string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#rule CloudwatchEventTarget#rule}.
batchTarget CloudwatchEventTargetBatchTarget batch_target block.
deadLetterConfig CloudwatchEventTargetDeadLetterConfig dead_letter_config block.
ecsTarget CloudwatchEventTargetEcsTarget ecs_target block.
eventBusName string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#event_bus_name CloudwatchEventTarget#event_bus_name}.
httpTarget CloudwatchEventTargetHttpTarget http_target block.
id string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#id CloudwatchEventTarget#id}.
input string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#input CloudwatchEventTarget#input}.
inputPath string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#input_path CloudwatchEventTarget#input_path}.
inputTransformer CloudwatchEventTargetInputTransformer input_transformer block.
kinesisTarget CloudwatchEventTargetKinesisTarget kinesis_target block.
redshiftTarget CloudwatchEventTargetRedshiftTarget redshift_target block.
retryPolicy CloudwatchEventTargetRetryPolicy retry_policy block.
roleArn string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#role_arn CloudwatchEventTarget#role_arn}.
runCommandTargets cdktf.IResolvable | CloudwatchEventTargetRunCommandTargets[] run_command_targets block.
sqsTarget CloudwatchEventTargetSqsTarget sqs_target block.
targetId string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#target_id CloudwatchEventTarget#target_id}.

connectionOptional
public readonly connection: SSHProvisionerConnection | WinrmProvisionerConnection;
  • Type: cdktf.SSHProvisionerConnection | cdktf.WinrmProvisionerConnection

countOptional
public readonly count: number | TerraformCount;
  • Type: number | cdktf.TerraformCount

dependsOnOptional
public readonly dependsOn: ITerraformDependable[];
  • Type: cdktf.ITerraformDependable[]

forEachOptional
public readonly forEach: ITerraformIterator;
  • Type: cdktf.ITerraformIterator

lifecycleOptional
public readonly lifecycle: TerraformResourceLifecycle;
  • Type: cdktf.TerraformResourceLifecycle

providerOptional
public readonly provider: TerraformProvider;
  • Type: cdktf.TerraformProvider

provisionersOptional
public readonly provisioners: FileProvisioner | LocalExecProvisioner | RemoteExecProvisioner[];
  • Type: cdktf.FileProvisioner | cdktf.LocalExecProvisioner | cdktf.RemoteExecProvisioner[]

arnRequired
public readonly arn: string;
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#arn CloudwatchEventTarget#arn}.


ruleRequired
public readonly rule: string;
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#rule CloudwatchEventTarget#rule}.


batchTargetOptional
public readonly batchTarget: CloudwatchEventTargetBatchTarget;

batch_target block.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#batch_target CloudwatchEventTarget#batch_target}


deadLetterConfigOptional
public readonly deadLetterConfig: CloudwatchEventTargetDeadLetterConfig;

dead_letter_config block.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#dead_letter_config CloudwatchEventTarget#dead_letter_config}


ecsTargetOptional
public readonly ecsTarget: CloudwatchEventTargetEcsTarget;

ecs_target block.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#ecs_target CloudwatchEventTarget#ecs_target}


eventBusNameOptional
public readonly eventBusName: string;
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#event_bus_name CloudwatchEventTarget#event_bus_name}.


httpTargetOptional
public readonly httpTarget: CloudwatchEventTargetHttpTarget;

http_target block.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#http_target CloudwatchEventTarget#http_target}


idOptional
public readonly id: string;
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#id CloudwatchEventTarget#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.


inputOptional
public readonly input: string;
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#input CloudwatchEventTarget#input}.


inputPathOptional
public readonly inputPath: string;
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#input_path CloudwatchEventTarget#input_path}.


inputTransformerOptional
public readonly inputTransformer: CloudwatchEventTargetInputTransformer;

input_transformer block.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#input_transformer CloudwatchEventTarget#input_transformer}


kinesisTargetOptional
public readonly kinesisTarget: CloudwatchEventTargetKinesisTarget;

kinesis_target block.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#kinesis_target CloudwatchEventTarget#kinesis_target}


redshiftTargetOptional
public readonly redshiftTarget: CloudwatchEventTargetRedshiftTarget;

redshift_target block.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#redshift_target CloudwatchEventTarget#redshift_target}


retryPolicyOptional
public readonly retryPolicy: CloudwatchEventTargetRetryPolicy;

retry_policy block.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#retry_policy CloudwatchEventTarget#retry_policy}


roleArnOptional
public readonly roleArn: string;
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#role_arn CloudwatchEventTarget#role_arn}.


runCommandTargetsOptional
public readonly runCommandTargets: IResolvable | CloudwatchEventTargetRunCommandTargets[];

run_command_targets block.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#run_command_targets CloudwatchEventTarget#run_command_targets}


sqsTargetOptional
public readonly sqsTarget: CloudwatchEventTargetSqsTarget;

sqs_target block.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#sqs_target CloudwatchEventTarget#sqs_target}


targetIdOptional
public readonly targetId: string;
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#target_id CloudwatchEventTarget#target_id}.


CloudwatchEventTargetDeadLetterConfig

Initializer

import { cloudwatchEventTarget } from '@cdktf/aws-cdk'

const cloudwatchEventTargetDeadLetterConfig: cloudwatchEventTarget.CloudwatchEventTargetDeadLetterConfig = { ... }

Properties

Name Type Description
arn string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#arn CloudwatchEventTarget#arn}.

arnOptional
public readonly arn: string;
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#arn CloudwatchEventTarget#arn}.


CloudwatchEventTargetEcsTarget

Initializer

import { cloudwatchEventTarget } from '@cdktf/aws-cdk'

const cloudwatchEventTargetEcsTarget: cloudwatchEventTarget.CloudwatchEventTargetEcsTarget = { ... }

Properties

Name Type Description
taskDefinitionArn string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#task_definition_arn CloudwatchEventTarget#task_definition_arn}.
enableEcsManagedTags boolean | cdktf.IResolvable Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#enable_ecs_managed_tags CloudwatchEventTarget#enable_ecs_managed_tags}.
enableExecuteCommand boolean | cdktf.IResolvable Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#enable_execute_command CloudwatchEventTarget#enable_execute_command}.
group string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#group CloudwatchEventTarget#group}.
launchType string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#launch_type CloudwatchEventTarget#launch_type}.
networkConfiguration CloudwatchEventTargetEcsTargetNetworkConfiguration network_configuration block.
placementConstraint cdktf.IResolvable | CloudwatchEventTargetEcsTargetPlacementConstraint[] placement_constraint block.
platformVersion string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#platform_version CloudwatchEventTarget#platform_version}.
propagateTags string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#propagate_tags CloudwatchEventTarget#propagate_tags}.
tags {[ key: string ]: string} Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#tags CloudwatchEventTarget#tags}.
taskCount number Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#task_count CloudwatchEventTarget#task_count}.

taskDefinitionArnRequired
public readonly taskDefinitionArn: string;
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#task_definition_arn CloudwatchEventTarget#task_definition_arn}.


enableEcsManagedTagsOptional
public readonly enableEcsManagedTags: boolean | IResolvable;
  • Type: boolean | cdktf.IResolvable

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#enable_ecs_managed_tags CloudwatchEventTarget#enable_ecs_managed_tags}.


enableExecuteCommandOptional
public readonly enableExecuteCommand: boolean | IResolvable;
  • Type: boolean | cdktf.IResolvable

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#enable_execute_command CloudwatchEventTarget#enable_execute_command}.


groupOptional
public readonly group: string;
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#group CloudwatchEventTarget#group}.


launchTypeOptional
public readonly launchType: string;
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#launch_type CloudwatchEventTarget#launch_type}.


networkConfigurationOptional
public readonly networkConfiguration: CloudwatchEventTargetEcsTargetNetworkConfiguration;

network_configuration block.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#network_configuration CloudwatchEventTarget#network_configuration}


placementConstraintOptional
public readonly placementConstraint: IResolvable | CloudwatchEventTargetEcsTargetPlacementConstraint[];

placement_constraint block.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#placement_constraint CloudwatchEventTarget#placement_constraint}


platformVersionOptional
public readonly platformVersion: string;
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#platform_version CloudwatchEventTarget#platform_version}.


propagateTagsOptional
public readonly propagateTags: string;
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#propagate_tags CloudwatchEventTarget#propagate_tags}.


tagsOptional
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/cloudwatch_event_target#tags CloudwatchEventTarget#tags}.


taskCountOptional
public readonly taskCount: number;
  • Type: number

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#task_count CloudwatchEventTarget#task_count}.


CloudwatchEventTargetEcsTargetNetworkConfiguration

Initializer

import { cloudwatchEventTarget } from '@cdktf/aws-cdk'

const cloudwatchEventTargetEcsTargetNetworkConfiguration: cloudwatchEventTarget.CloudwatchEventTargetEcsTargetNetworkConfiguration = { ... }

Properties

Name Type Description
subnets string[] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#subnets CloudwatchEventTarget#subnets}.
assignPublicIp boolean | cdktf.IResolvable Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#assign_public_ip CloudwatchEventTarget#assign_public_ip}.
securityGroups string[] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#security_groups CloudwatchEventTarget#security_groups}.

subnetsRequired
public readonly subnets: string[];
  • Type: string[]

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#subnets CloudwatchEventTarget#subnets}.


assignPublicIpOptional
public readonly assignPublicIp: boolean | IResolvable;
  • Type: boolean | cdktf.IResolvable

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#assign_public_ip CloudwatchEventTarget#assign_public_ip}.


securityGroupsOptional
public readonly securityGroups: string[];
  • Type: string[]

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#security_groups CloudwatchEventTarget#security_groups}.


CloudwatchEventTargetEcsTargetPlacementConstraint

Initializer

import { cloudwatchEventTarget } from '@cdktf/aws-cdk'

const cloudwatchEventTargetEcsTargetPlacementConstraint: cloudwatchEventTarget.CloudwatchEventTargetEcsTargetPlacementConstraint = { ... }

Properties

Name Type Description
type string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#type CloudwatchEventTarget#type}.
expression string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#expression CloudwatchEventTarget#expression}.

typeRequired
public readonly type: string;
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#type CloudwatchEventTarget#type}.


expressionOptional
public readonly expression: string;
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#expression CloudwatchEventTarget#expression}.


CloudwatchEventTargetHttpTarget

Initializer

import { cloudwatchEventTarget } from '@cdktf/aws-cdk'

const cloudwatchEventTargetHttpTarget: cloudwatchEventTarget.CloudwatchEventTargetHttpTarget = { ... }

Properties

Name Type Description
headerParameters {[ key: string ]: string} Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#header_parameters CloudwatchEventTarget#header_parameters}.
pathParameterValues string[] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#path_parameter_values CloudwatchEventTarget#path_parameter_values}.
queryStringParameters {[ key: string ]: string} Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#query_string_parameters CloudwatchEventTarget#query_string_parameters}.

headerParametersOptional
public readonly headerParameters: {[ key: string ]: string};
  • Type: {[ key: string ]: string}

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#header_parameters CloudwatchEventTarget#header_parameters}.


pathParameterValuesOptional
public readonly pathParameterValues: string[];
  • Type: string[]

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#path_parameter_values CloudwatchEventTarget#path_parameter_values}.


queryStringParametersOptional
public readonly queryStringParameters: {[ key: string ]: string};
  • Type: {[ key: string ]: string}

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#query_string_parameters CloudwatchEventTarget#query_string_parameters}.


CloudwatchEventTargetInputTransformer

Initializer

import { cloudwatchEventTarget } from '@cdktf/aws-cdk'

const cloudwatchEventTargetInputTransformer: cloudwatchEventTarget.CloudwatchEventTargetInputTransformer = { ... }

Properties

Name Type Description
inputTemplate string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#input_template CloudwatchEventTarget#input_template}.
inputPaths {[ key: string ]: string} Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#input_paths CloudwatchEventTarget#input_paths}.

inputTemplateRequired
public readonly inputTemplate: string;
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#input_template CloudwatchEventTarget#input_template}.


inputPathsOptional
public readonly inputPaths: {[ key: string ]: string};
  • Type: {[ key: string ]: string}

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#input_paths CloudwatchEventTarget#input_paths}.


CloudwatchEventTargetKinesisTarget

Initializer

import { cloudwatchEventTarget } from '@cdktf/aws-cdk'

const cloudwatchEventTargetKinesisTarget: cloudwatchEventTarget.CloudwatchEventTargetKinesisTarget = { ... }

Properties

Name Type Description
partitionKeyPath string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#partition_key_path CloudwatchEventTarget#partition_key_path}.

partitionKeyPathOptional
public readonly partitionKeyPath: string;
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#partition_key_path CloudwatchEventTarget#partition_key_path}.


CloudwatchEventTargetRedshiftTarget

Initializer

import { cloudwatchEventTarget } from '@cdktf/aws-cdk'

const cloudwatchEventTargetRedshiftTarget: cloudwatchEventTarget.CloudwatchEventTargetRedshiftTarget = { ... }

Properties

Name Type Description
database string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#database CloudwatchEventTarget#database}.
dbUser string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#db_user CloudwatchEventTarget#db_user}.
secretsManagerArn string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#secrets_manager_arn CloudwatchEventTarget#secrets_manager_arn}.
sql string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#sql CloudwatchEventTarget#sql}.
statementName string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#statement_name CloudwatchEventTarget#statement_name}.
withEvent boolean | cdktf.IResolvable Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#with_event CloudwatchEventTarget#with_event}.

databaseRequired
public readonly database: string;
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#database CloudwatchEventTarget#database}.


dbUserOptional
public readonly dbUser: string;
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#db_user CloudwatchEventTarget#db_user}.


secretsManagerArnOptional
public readonly secretsManagerArn: string;
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#secrets_manager_arn CloudwatchEventTarget#secrets_manager_arn}.


sqlOptional
public readonly sql: string;
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#sql CloudwatchEventTarget#sql}.


statementNameOptional
public readonly statementName: string;
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#statement_name CloudwatchEventTarget#statement_name}.


withEventOptional
public readonly withEvent: boolean | IResolvable;
  • Type: boolean | cdktf.IResolvable

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#with_event CloudwatchEventTarget#with_event}.


CloudwatchEventTargetRetryPolicy

Initializer

import { cloudwatchEventTarget } from '@cdktf/aws-cdk'

const cloudwatchEventTargetRetryPolicy: cloudwatchEventTarget.CloudwatchEventTargetRetryPolicy = { ... }

Properties

Name Type Description
maximumEventAgeInSeconds number Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#maximum_event_age_in_seconds CloudwatchEventTarget#maximum_event_age_in_seconds}.
maximumRetryAttempts number Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#maximum_retry_attempts CloudwatchEventTarget#maximum_retry_attempts}.

maximumEventAgeInSecondsOptional
public readonly maximumEventAgeInSeconds: number;
  • Type: number

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#maximum_event_age_in_seconds CloudwatchEventTarget#maximum_event_age_in_seconds}.


maximumRetryAttemptsOptional
public readonly maximumRetryAttempts: number;
  • Type: number

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#maximum_retry_attempts CloudwatchEventTarget#maximum_retry_attempts}.


CloudwatchEventTargetRunCommandTargets

Initializer

import { cloudwatchEventTarget } from '@cdktf/aws-cdk'

const cloudwatchEventTargetRunCommandTargets: cloudwatchEventTarget.CloudwatchEventTargetRunCommandTargets = { ... }

Properties

Name Type Description
key string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#key CloudwatchEventTarget#key}.
values string[] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#values CloudwatchEventTarget#values}.

keyRequired
public readonly key: string;
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#key CloudwatchEventTarget#key}.


valuesRequired
public readonly values: string[];
  • Type: string[]

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#values CloudwatchEventTarget#values}.


CloudwatchEventTargetSqsTarget

Initializer

import { cloudwatchEventTarget } from '@cdktf/aws-cdk'

const cloudwatchEventTargetSqsTarget: cloudwatchEventTarget.CloudwatchEventTargetSqsTarget = { ... }

Properties

Name Type Description
messageGroupId string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#message_group_id CloudwatchEventTarget#message_group_id}.

messageGroupIdOptional
public readonly messageGroupId: string;
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/cloudwatch_event_target#message_group_id CloudwatchEventTarget#message_group_id}.


Classes

CloudwatchEventTargetBatchTargetOutputReference

Initializers

import { cloudwatchEventTarget } from '@cdktf/aws-cdk'

new cloudwatchEventTarget.CloudwatchEventTargetBatchTargetOutputReference(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.

terraformResourceRequired
  • Type: cdktf.IInterpolatingParent

The parent resource.


terraformAttributeRequired
  • Type: string

The attribute on the parent resource this class is referencing.


Methods

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.
resetArraySize No description.
resetJobAttempts No description.

computeFqn
public computeFqn(): string
getAnyMapAttribute
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
terraformAttributeRequired
  • Type: string

getBooleanAttribute
public getBooleanAttribute(terraformAttribute: string): IResolvable
terraformAttributeRequired
  • Type: string

getBooleanMapAttribute
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
terraformAttributeRequired
  • Type: string

getListAttribute
public getListAttribute(terraformAttribute: string): string[]
terraformAttributeRequired
  • Type: string

getNumberAttribute
public getNumberAttribute(terraformAttribute: string): number
terraformAttributeRequired
  • Type: string

getNumberListAttribute
public getNumberListAttribute(terraformAttribute: string): number[]
terraformAttributeRequired
  • Type: string

getNumberMapAttribute
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
terraformAttributeRequired
  • Type: string

getStringAttribute
public getStringAttribute(terraformAttribute: string): string
terraformAttributeRequired
  • Type: string

getStringMapAttribute
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
terraformAttributeRequired
  • Type: string

interpolationForAttribute
public interpolationForAttribute(property: string): IResolvable
propertyRequired
  • Type: string

resolve
public resolve(_context: IResolveContext): any

Produce the Token's value at resolution time.

_contextRequired
  • Type: cdktf.IResolveContext

toString
public toString(): string

Return a string representation of this resolvable object.

Returns a reversible string representation.

resetArraySize
public resetArraySize(): void
resetJobAttempts
public resetJobAttempts(): void

Properties

Name Type Description
creationStack string[] The creation stack of this resolvable which will be appended to errors thrown during resolution.
fqn string No description.
arraySizeInput number No description.
jobAttemptsInput number No description.
jobDefinitionInput string No description.
jobNameInput string No description.
arraySize number No description.
jobAttempts number No description.
jobDefinition string No description.
jobName string No description.
internalValue CloudwatchEventTargetBatchTarget No description.

creationStackRequired
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.


fqnRequired
public readonly fqn: string;
  • Type: string

arraySizeInputOptional
public readonly arraySizeInput: number;
  • Type: number

jobAttemptsInputOptional
public readonly jobAttemptsInput: number;
  • Type: number

jobDefinitionInputOptional
public readonly jobDefinitionInput: string;
  • Type: string

jobNameInputOptional
public readonly jobNameInput: string;
  • Type: string

arraySizeRequired
public readonly arraySize: number;
  • Type: number

jobAttemptsRequired
public readonly jobAttempts: number;
  • Type: number

jobDefinitionRequired
public readonly jobDefinition: string;
  • Type: string

jobNameRequired
public readonly jobName: string;
  • Type: string

internalValueOptional
public readonly internalValue: CloudwatchEventTargetBatchTarget;

CloudwatchEventTargetDeadLetterConfigOutputReference

Initializers

import { cloudwatchEventTarget } from '@cdktf/aws-cdk'

new cloudwatchEventTarget.CloudwatchEventTargetDeadLetterConfigOutputReference(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.

terraformResourceRequired
  • Type: cdktf.IInterpolatingParent

The parent resource.


terraformAttributeRequired
  • Type: string

The attribute on the parent resource this class is referencing.


Methods

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.
resetArn No description.

computeFqn
public computeFqn(): string
getAnyMapAttribute
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
terraformAttributeRequired
  • Type: string

getBooleanAttribute
public getBooleanAttribute(terraformAttribute: string): IResolvable
terraformAttributeRequired
  • Type: string

getBooleanMapAttribute
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
terraformAttributeRequired
  • Type: string

getListAttribute
public getListAttribute(terraformAttribute: string): string[]
terraformAttributeRequired
  • Type: string

getNumberAttribute
public getNumberAttribute(terraformAttribute: string): number
terraformAttributeRequired
  • Type: string

getNumberListAttribute
public getNumberListAttribute(terraformAttribute: string): number[]
terraformAttributeRequired
  • Type: string

getNumberMapAttribute
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
terraformAttributeRequired
  • Type: string

getStringAttribute
public getStringAttribute(terraformAttribute: string): string
terraformAttributeRequired
  • Type: string

getStringMapAttribute
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
terraformAttributeRequired
  • Type: string

interpolationForAttribute
public interpolationForAttribute(property: string): IResolvable
propertyRequired
  • Type: string

resolve
public resolve(_context: IResolveContext): any

Produce the Token's value at resolution time.

_contextRequired
  • Type: cdktf.IResolveContext

toString
public toString(): string

Return a string representation of this resolvable object.

Returns a reversible string representation.

resetArn
public resetArn(): void

Properties

Name Type Description
creationStack string[] The creation stack of this resolvable which will be appended to errors thrown during resolution.
fqn string No description.
arnInput string No description.
arn string No description.
internalValue CloudwatchEventTargetDeadLetterConfig No description.

creationStackRequired
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.


fqnRequired
public readonly fqn: string;
  • Type: string

arnInputOptional
public readonly arnInput: string;
  • Type: string

arnRequired
public readonly arn: string;
  • Type: string

internalValueOptional
public readonly internalValue: CloudwatchEventTargetDeadLetterConfig;

CloudwatchEventTargetEcsTargetNetworkConfigurationOutputReference

Initializers

import { cloudwatchEventTarget } from '@cdktf/aws-cdk'

new cloudwatchEventTarget.CloudwatchEventTargetEcsTargetNetworkConfigurationOutputReference(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.

terraformResourceRequired
  • Type: cdktf.IInterpolatingParent

The parent resource.


terraformAttributeRequired
  • Type: string

The attribute on the parent resource this class is referencing.


Methods

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.
resetAssignPublicIp No description.
resetSecurityGroups No description.

computeFqn
public computeFqn(): string
getAnyMapAttribute
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
terraformAttributeRequired
  • Type: string

getBooleanAttribute
public getBooleanAttribute(terraformAttribute: string): IResolvable
terraformAttributeRequired
  • Type: string

getBooleanMapAttribute
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
terraformAttributeRequired
  • Type: string

getListAttribute
public getListAttribute(terraformAttribute: string): string[]
terraformAttributeRequired
  • Type: string

getNumberAttribute
public getNumberAttribute(terraformAttribute: string): number
terraformAttributeRequired
  • Type: string

getNumberListAttribute
public getNumberListAttribute(terraformAttribute: string): number[]
terraformAttributeRequired
  • Type: string

getNumberMapAttribute
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
terraformAttributeRequired
  • Type: string

getStringAttribute
public getStringAttribute(terraformAttribute: string): string
terraformAttributeRequired
  • Type: string

getStringMapAttribute
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
terraformAttributeRequired
  • Type: string

interpolationForAttribute
public interpolationForAttribute(property: string): IResolvable
propertyRequired
  • Type: string

resolve
public resolve(_context: IResolveContext): any

Produce the Token's value at resolution time.

_contextRequired
  • Type: cdktf.IResolveContext

toString
public toString(): string

Return a string representation of this resolvable object.

Returns a reversible string representation.

resetAssignPublicIp
public resetAssignPublicIp(): void
resetSecurityGroups
public resetSecurityGroups(): void

Properties

Name Type Description
creationStack string[] The creation stack of this resolvable which will be appended to errors thrown during resolution.
fqn string No description.
assignPublicIpInput boolean | cdktf.IResolvable No description.
securityGroupsInput string[] No description.
subnetsInput string[] No description.
assignPublicIp boolean | cdktf.IResolvable No description.
securityGroups string[] No description.
subnets string[] No description.
internalValue CloudwatchEventTargetEcsTargetNetworkConfiguration No description.

creationStackRequired
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.


fqnRequired
public readonly fqn: string;
  • Type: string

assignPublicIpInputOptional
public readonly assignPublicIpInput: boolean | IResolvable;
  • Type: boolean | cdktf.IResolvable

securityGroupsInputOptional
public readonly securityGroupsInput: string[];
  • Type: string[]

subnetsInputOptional
public readonly subnetsInput: string[];
  • Type: string[]

assignPublicIpRequired
public readonly assignPublicIp: boolean | IResolvable;
  • Type: boolean | cdktf.IResolvable

securityGroupsRequired
public readonly securityGroups: string[];
  • Type: string[]

subnetsRequired
public readonly subnets: string[];
  • Type: string[]

internalValueOptional
public readonly internalValue: CloudwatchEventTargetEcsTargetNetworkConfiguration;

CloudwatchEventTargetEcsTargetOutputReference

Initializers

import { cloudwatchEventTarget } from '@cdktf/aws-cdk'

new cloudwatchEventTarget.CloudwatchEventTargetEcsTargetOutputReference(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.

terraformResourceRequired
  • Type: cdktf.IInterpolatingParent

The parent resource.


terraformAttributeRequired
  • Type: string

The attribute on the parent resource this class is referencing.


Methods

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.
putNetworkConfiguration No description.
putPlacementConstraint No description.
resetEnableEcsManagedTags No description.
resetEnableExecuteCommand No description.
resetGroup No description.
resetLaunchType No description.
resetNetworkConfiguration No description.
resetPlacementConstraint No description.
resetPlatformVersion No description.
resetPropagateTags No description.
resetTags No description.
resetTaskCount No description.

computeFqn
public computeFqn(): string
getAnyMapAttribute
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
terraformAttributeRequired
  • Type: string

getBooleanAttribute
public getBooleanAttribute(terraformAttribute: string): IResolvable
terraformAttributeRequired
  • Type: string

getBooleanMapAttribute
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
terraformAttributeRequired
  • Type: string

getListAttribute
public getListAttribute(terraformAttribute: string): string[]
terraformAttributeRequired
  • Type: string

getNumberAttribute
public getNumberAttribute(terraformAttribute: string): number
terraformAttributeRequired
  • Type: string

getNumberListAttribute
public getNumberListAttribute(terraformAttribute: string): number[]
terraformAttributeRequired
  • Type: string

getNumberMapAttribute
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
terraformAttributeRequired
  • Type: string

getStringAttribute
public getStringAttribute(terraformAttribute: string): string
terraformAttributeRequired
  • Type: string

getStringMapAttribute
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
terraformAttributeRequired
  • Type: string

interpolationForAttribute
public interpolationForAttribute(property: string): IResolvable
propertyRequired
  • Type: string

resolve
public resolve(_context: IResolveContext): any

Produce the Token's value at resolution time.

_contextRequired
  • Type: cdktf.IResolveContext

toString
public toString(): string

Return a string representation of this resolvable object.

Returns a reversible string representation.

putNetworkConfiguration
public putNetworkConfiguration(value: CloudwatchEventTargetEcsTargetNetworkConfiguration): void
valueRequired

putPlacementConstraint
public putPlacementConstraint(value: IResolvable | CloudwatchEventTargetEcsTargetPlacementConstraint[]): void
valueRequired

resetEnableEcsManagedTags
public resetEnableEcsManagedTags(): void
resetEnableExecuteCommand
public resetEnableExecuteCommand(): void
resetGroup
public resetGroup(): void
resetLaunchType
public resetLaunchType(): void
resetNetworkConfiguration
public resetNetworkConfiguration(): void
resetPlacementConstraint
public resetPlacementConstraint(): void
resetPlatformVersion
public resetPlatformVersion(): void
resetPropagateTags
public resetPropagateTags(): void
resetTags
public resetTags(): void
resetTaskCount
public resetTaskCount(): void

Properties

Name Type Description
creationStack string[] The creation stack of this resolvable which will be appended to errors thrown during resolution.
fqn string No description.
networkConfiguration CloudwatchEventTargetEcsTargetNetworkConfigurationOutputReference No description.
placementConstraint CloudwatchEventTargetEcsTargetPlacementConstraintList No description.
enableEcsManagedTagsInput boolean | cdktf.IResolvable No description.
enableExecuteCommandInput boolean | cdktf.IResolvable No description.
groupInput string No description.
launchTypeInput string No description.
networkConfigurationInput CloudwatchEventTargetEcsTargetNetworkConfiguration No description.
placementConstraintInput cdktf.IResolvable | CloudwatchEventTargetEcsTargetPlacementConstraint[] No description.
platformVersionInput string No description.
propagateTagsInput string No description.
tagsInput {[ key: string ]: string} No description.
taskCountInput number No description.
taskDefinitionArnInput string No description.
enableEcsManagedTags boolean | cdktf.IResolvable No description.
enableExecuteCommand boolean | cdktf.IResolvable No description.
group string No description.
launchType string No description.
platformVersion string No description.
propagateTags string No description.
tags {[ key: string ]: string} No description.
taskCount number No description.
taskDefinitionArn string No description.
internalValue CloudwatchEventTargetEcsTarget No description.

creationStackRequired
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.


fqnRequired
public readonly fqn: string;
  • Type: string

networkConfigurationRequired
public readonly networkConfiguration: CloudwatchEventTargetEcsTargetNetworkConfigurationOutputReference;

placementConstraintRequired
public readonly placementConstraint: CloudwatchEventTargetEcsTargetPlacementConstraintList;

enableEcsManagedTagsInputOptional
public readonly enableEcsManagedTagsInput: boolean | IResolvable;
  • Type: boolean | cdktf.IResolvable

enableExecuteCommandInputOptional
public readonly enableExecuteCommandInput: boolean | IResolvable;
  • Type: boolean | cdktf.IResolvable

groupInputOptional
public readonly groupInput: string;
  • Type: string

launchTypeInputOptional
public readonly launchTypeInput: string;
  • Type: string

networkConfigurationInputOptional
public readonly networkConfigurationInput: CloudwatchEventTargetEcsTargetNetworkConfiguration;

placementConstraintInputOptional
public readonly placementConstraintInput: IResolvable | CloudwatchEventTargetEcsTargetPlacementConstraint[];

platformVersionInputOptional
public readonly platformVersionInput: string;
  • Type: string

propagateTagsInputOptional
public readonly propagateTagsInput: string;
  • Type: string

tagsInputOptional
public readonly tagsInput: {[ key: string ]: string};
  • Type: {[ key: string ]: string}

taskCountInputOptional
public readonly taskCountInput: number;
  • Type: number

taskDefinitionArnInputOptional
public readonly taskDefinitionArnInput: string;
  • Type: string

enableEcsManagedTagsRequired
public readonly enableEcsManagedTags: boolean | IResolvable;
  • Type: boolean | cdktf.IResolvable

enableExecuteCommandRequired
public readonly enableExecuteCommand: boolean | IResolvable;
  • Type: boolean | cdktf.IResolvable

groupRequired
public readonly group: string;
  • Type: string

launchTypeRequired
public readonly launchType: string;
  • Type: string

platformVersionRequired
public readonly platformVersion: string;
  • Type: string

propagateTagsRequired
public readonly propagateTags: string;
  • Type: string

tagsRequired
public readonly tags: {[ key: string ]: string};
  • Type: {[ key: string ]: string}

taskCountRequired
public readonly taskCount: number;
  • Type: number

taskDefinitionArnRequired
public readonly taskDefinitionArn: string;
  • Type: string

internalValueOptional
public readonly internalValue: CloudwatchEventTargetEcsTarget;

CloudwatchEventTargetEcsTargetPlacementConstraintList

Initializers

import { cloudwatchEventTarget } from '@cdktf/aws-cdk'

new cloudwatchEventTarget.CloudwatchEventTargetEcsTargetPlacementConstraintList(terraformResource: IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean)
Name Type Description
terraformResource cdktf.IInterpolatingParent The parent resource.
terraformAttribute string The attribute on the parent resource this class is referencing.
wrapsSet boolean whether the list is wrapping a set (will add tolist() to be able to access an item via an index).

terraformResourceRequired
  • Type: cdktf.IInterpolatingParent

The parent resource.


terraformAttributeRequired
  • Type: string

The attribute on the parent resource this class is referencing.


wrapsSetRequired
  • Type: boolean

whether the list is wrapping a set (will add tolist() to be able to access an item via an index).


Methods

Name Description
allWithMapKey Creating an iterator for this complex list.
computeFqn No description.
resolve Produce the Token's value at resolution time.
toString Return a string representation of this resolvable object.
get No description.

allWithMapKey
public allWithMapKey(mapKeyAttributeName: string): DynamicListTerraformIterator

Creating an iterator for this complex list.

The list will be converted into a map with the mapKeyAttributeName as the key.

mapKeyAttributeNameRequired
  • Type: string

computeFqn
public computeFqn(): string
resolve
public resolve(_context: IResolveContext): any

Produce the Token's value at resolution time.

_contextRequired
  • Type: cdktf.IResolveContext

toString
public toString(): string

Return a string representation of this resolvable object.

Returns a reversible string representation.

get
public get(index: number): CloudwatchEventTargetEcsTargetPlacementConstraintOutputReference
indexRequired
  • Type: number

the index of the item to return.


Properties

Name Type Description
creationStack string[] The creation stack of this resolvable which will be appended to errors thrown during resolution.
fqn string No description.
internalValue cdktf.IResolvable | CloudwatchEventTargetEcsTargetPlacementConstraint[] No description.

creationStackRequired
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.


fqnRequired
public readonly fqn: string;
  • Type: string

internalValueOptional
public readonly internalValue: IResolvable | CloudwatchEventTargetEcsTargetPlacementConstraint[];

CloudwatchEventTargetEcsTargetPlacementConstraintOutputReference

Initializers

import { cloudwatchEventTarget } from '@cdktf/aws-cdk'

new cloudwatchEventTarget.CloudwatchEventTargetEcsTargetPlacementConstraintOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean)
Name Type Description
terraformResource cdktf.IInterpolatingParent The parent resource.
terraformAttribute string The attribute on the parent resource this class is referencing.
complexObjectIndex number the index of this item in the list.
complexObjectIsFromSet boolean whether the list is wrapping a set (will add tolist() to be able to access an item via an index).

terraformResourceRequired
  • Type: cdktf.IInterpolatingParent

The parent resource.


terraformAttributeRequired
  • Type: string

The attribute on the parent resource this class is referencing.


complexObjectIndexRequired
  • Type: number

the index of this item in the list.


complexObjectIsFromSetRequired
  • Type: boolean

whether the list is wrapping a set (will add tolist() to be able to access an item via an index).


Methods

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.
resetExpression No description.

computeFqn
public computeFqn(): string
getAnyMapAttribute
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
terraformAttributeRequired
  • Type: string

getBooleanAttribute
public getBooleanAttribute(terraformAttribute: string): IResolvable
terraformAttributeRequired
  • Type: string

getBooleanMapAttribute
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
terraformAttributeRequired
  • Type: string

getListAttribute
public getListAttribute(terraformAttribute: string): string[]
terraformAttributeRequired
  • Type: string

getNumberAttribute
public getNumberAttribute(terraformAttribute: string): number
terraformAttributeRequired
  • Type: string

getNumberListAttribute
public getNumberListAttribute(terraformAttribute: string): number[]
terraformAttributeRequired
  • Type: string

getNumberMapAttribute
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
terraformAttributeRequired
  • Type: string

getStringAttribute
public getStringAttribute(terraformAttribute: string): string
terraformAttributeRequired
  • Type: string

getStringMapAttribute
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
terraformAttributeRequired
  • Type: string

interpolationForAttribute
public interpolationForAttribute(property: string): IResolvable
propertyRequired
  • Type: string

resolve
public resolve(_context: IResolveContext): any

Produce the Token's value at resolution time.

_contextRequired
  • Type: cdktf.IResolveContext

toString
public toString(): string

Return a string representation of this resolvable object.

Returns a reversible string representation.

resetExpression
public resetExpression(): void

Properties

Name Type Description
creationStack string[] The creation stack of this resolvable which will be appended to errors thrown during resolution.
fqn string No description.
expressionInput string No description.
typeInput string No description.
expression string No description.
type string No description.
internalValue cdktf.IResolvable | CloudwatchEventTargetEcsTargetPlacementConstraint No description.

creationStackRequired
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.


fqnRequired
public readonly fqn: string;
  • Type: string

expressionInputOptional
public readonly expressionInput: string;
  • Type: string

typeInputOptional
public readonly typeInput: string;
  • Type: string

expressionRequired
public readonly expression: string;
  • Type: string

typeRequired
public readonly type: string;
  • Type: string

internalValueOptional
public readonly internalValue: IResolvable | CloudwatchEventTargetEcsTargetPlacementConstraint;

CloudwatchEventTargetHttpTargetOutputReference

Initializers

import { cloudwatchEventTarget } from '@cdktf/aws-cdk'

new cloudwatchEventTarget.CloudwatchEventTargetHttpTargetOutputReference(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.

terraformResourceRequired
  • Type: cdktf.IInterpolatingParent

The parent resource.


terraformAttributeRequired
  • Type: string

The attribute on the parent resource this class is referencing.


Methods

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.
resetHeaderParameters No description.
resetPathParameterValues No description.
resetQueryStringParameters No description.

computeFqn
public computeFqn(): string
getAnyMapAttribute
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
terraformAttributeRequired
  • Type: string

getBooleanAttribute
public getBooleanAttribute(terraformAttribute: string): IResolvable
terraformAttributeRequired
  • Type: string

getBooleanMapAttribute
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
terraformAttributeRequired
  • Type: string

getListAttribute
public getListAttribute(terraformAttribute: string): string[]
terraformAttributeRequired
  • Type: string

getNumberAttribute
public getNumberAttribute(terraformAttribute: string): number
terraformAttributeRequired
  • Type: string

getNumberListAttribute
public getNumberListAttribute(terraformAttribute: string): number[]
terraformAttributeRequired
  • Type: string

getNumberMapAttribute
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
terraformAttributeRequired
  • Type: string

getStringAttribute
public getStringAttribute(terraformAttribute: string): string
terraformAttributeRequired
  • Type: string

getStringMapAttribute
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
terraformAttributeRequired
  • Type: string

interpolationForAttribute
public interpolationForAttribute(property: string): IResolvable
propertyRequired
  • Type: string

resolve
public resolve(_context: IResolveContext): any

Produce the Token's value at resolution time.

_contextRequired
  • Type: cdktf.IResolveContext

toString
public toString(): string

Return a string representation of this resolvable object.

Returns a reversible string representation.

resetHeaderParameters
public resetHeaderParameters(): void
resetPathParameterValues
public resetPathParameterValues(): void
resetQueryStringParameters
public resetQueryStringParameters(): void

Properties

Name Type Description
creationStack string[] The creation stack of this resolvable which will be appended to errors thrown during resolution.
fqn string No description.
headerParametersInput {[ key: string ]: string} No description.
pathParameterValuesInput string[] No description.
queryStringParametersInput {[ key: string ]: string} No description.
headerParameters {[ key: string ]: string} No description.
pathParameterValues string[] No description.
queryStringParameters {[ key: string ]: string} No description.
internalValue CloudwatchEventTargetHttpTarget No description.

creationStackRequired
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.


fqnRequired
public readonly fqn: string;
  • Type: string

headerParametersInputOptional
public readonly headerParametersInput: {[ key: string ]: string};
  • Type: {[ key: string ]: string}

pathParameterValuesInputOptional
public readonly pathParameterValuesInput: string[];
  • Type: string[]

queryStringParametersInputOptional
public readonly queryStringParametersInput: {[ key: string ]: string};
  • Type: {[ key: string ]: string}

headerParametersRequired
public readonly headerParameters: {[ key: string ]: string};
  • Type: {[ key: string ]: string}

pathParameterValuesRequired
public readonly pathParameterValues: string[];
  • Type: string[]

queryStringParametersRequired
public readonly queryStringParameters: {[ key: string ]: string};
  • Type: {[ key: string ]: string}

internalValueOptional
public readonly internalValue: CloudwatchEventTargetHttpTarget;

CloudwatchEventTargetInputTransformerOutputReference

Initializers

import { cloudwatchEventTarget } from '@cdktf/aws-cdk'

new cloudwatchEventTarget.CloudwatchEventTargetInputTransformerOutputReference(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.

terraformResourceRequired
  • Type: cdktf.IInterpolatingParent

The parent resource.


terraformAttributeRequired
  • Type: string

The attribute on the parent resource this class is referencing.


Methods

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.
resetInputPaths No description.

computeFqn
public computeFqn(): string
getAnyMapAttribute
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
terraformAttributeRequired
  • Type: string

getBooleanAttribute
public getBooleanAttribute(terraformAttribute: string): IResolvable
terraformAttributeRequired
  • Type: string

getBooleanMapAttribute
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
terraformAttributeRequired
  • Type: string

getListAttribute
public getListAttribute(terraformAttribute: string): string[]
terraformAttributeRequired
  • Type: string

getNumberAttribute
public getNumberAttribute(terraformAttribute: string): number
terraformAttributeRequired
  • Type: string

getNumberListAttribute
public getNumberListAttribute(terraformAttribute: string): number[]
terraformAttributeRequired
  • Type: string

getNumberMapAttribute
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
terraformAttributeRequired
  • Type: string

getStringAttribute
public getStringAttribute(terraformAttribute: string): string
terraformAttributeRequired
  • Type: string

getStringMapAttribute
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
terraformAttributeRequired
  • Type: string

interpolationForAttribute
public interpolationForAttribute(property: string): IResolvable
propertyRequired
  • Type: string

resolve
public resolve(_context: IResolveContext): any

Produce the Token's value at resolution time.

_contextRequired
  • Type: cdktf.IResolveContext

toString
public toString(): string

Return a string representation of this resolvable object.

Returns a reversible string representation.

resetInputPaths
public resetInputPaths(): void

Properties

Name Type Description
creationStack string[] The creation stack of this resolvable which will be appended to errors thrown during resolution.
fqn string No description.
inputPathsInput {[ key: string ]: string} No description.
inputTemplateInput string No description.
inputPaths {[ key: string ]: string} No description.
inputTemplate string No description.
internalValue CloudwatchEventTargetInputTransformer No description.

creationStackRequired
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.


fqnRequired
public readonly fqn: string;
  • Type: string

inputPathsInputOptional
public readonly inputPathsInput: {[ key: string ]: string};
  • Type: {[ key: string ]: string}

inputTemplateInputOptional
public readonly inputTemplateInput: string;
  • Type: string

inputPathsRequired
public readonly inputPaths: {[ key: string ]: string};
  • Type: {[ key: string ]: string}

inputTemplateRequired
public readonly inputTemplate: string;
  • Type: string

internalValueOptional
public readonly internalValue: CloudwatchEventTargetInputTransformer;

CloudwatchEventTargetKinesisTargetOutputReference

Initializers

import { cloudwatchEventTarget } from '@cdktf/aws-cdk'

new cloudwatchEventTarget.CloudwatchEventTargetKinesisTargetOutputReference(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.

terraformResourceRequired
  • Type: cdktf.IInterpolatingParent

The parent resource.


terraformAttributeRequired
  • Type: string

The attribute on the parent resource this class is referencing.


Methods

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.
resetPartitionKeyPath No description.

computeFqn
public computeFqn(): string
getAnyMapAttribute
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
terraformAttributeRequired
  • Type: string

getBooleanAttribute
public getBooleanAttribute(terraformAttribute: string): IResolvable
terraformAttributeRequired
  • Type: string

getBooleanMapAttribute
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
terraformAttributeRequired
  • Type: string

getListAttribute
public getListAttribute(terraformAttribute: string): string[]
terraformAttributeRequired
  • Type: string

getNumberAttribute
public getNumberAttribute(terraformAttribute: string): number
terraformAttributeRequired
  • Type: string

getNumberListAttribute
public getNumberListAttribute(terraformAttribute: string): number[]
terraformAttributeRequired
  • Type: string

getNumberMapAttribute
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
terraformAttributeRequired
  • Type: string

getStringAttribute
public getStringAttribute(terraformAttribute: string): string
terraformAttributeRequired
  • Type: string

getStringMapAttribute
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
terraformAttributeRequired
  • Type: string

interpolationForAttribute
public interpolationForAttribute(property: string): IResolvable
propertyRequired
  • Type: string

resolve
public resolve(_context: IResolveContext): any

Produce the Token's value at resolution time.

_contextRequired
  • Type: cdktf.IResolveContext

toString
public toString(): string

Return a string representation of this resolvable object.

Returns a reversible string representation.

resetPartitionKeyPath
public resetPartitionKeyPath(): void

Properties

Name Type Description
creationStack string[] The creation stack of this resolvable which will be appended to errors thrown during resolution.
fqn string No description.
partitionKeyPathInput string No description.
partitionKeyPath string No description.
internalValue CloudwatchEventTargetKinesisTarget No description.

creationStackRequired
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.


fqnRequired
public readonly fqn: string;
  • Type: string

partitionKeyPathInputOptional
public readonly partitionKeyPathInput: string;
  • Type: string

partitionKeyPathRequired
public readonly partitionKeyPath: string;
  • Type: string

internalValueOptional
public readonly internalValue: CloudwatchEventTargetKinesisTarget;

CloudwatchEventTargetRedshiftTargetOutputReference

Initializers

import { cloudwatchEventTarget } from '@cdktf/aws-cdk'

new cloudwatchEventTarget.CloudwatchEventTargetRedshiftTargetOutputReference(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.

terraformResourceRequired
  • Type: cdktf.IInterpolatingParent

The parent resource.


terraformAttributeRequired
  • Type: string

The attribute on the parent resource this class is referencing.


Methods

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.
resetDbUser No description.
resetSecretsManagerArn No description.
resetSql No description.
resetStatementName No description.
resetWithEvent No description.

computeFqn
public computeFqn(): string
getAnyMapAttribute
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
terraformAttributeRequired
  • Type: string

getBooleanAttribute
public getBooleanAttribute(terraformAttribute: string): IResolvable
terraformAttributeRequired
  • Type: string

getBooleanMapAttribute
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
terraformAttributeRequired
  • Type: string

getListAttribute
public getListAttribute(terraformAttribute: string): string[]
terraformAttributeRequired
  • Type: string

getNumberAttribute
public getNumberAttribute(terraformAttribute: string): number
terraformAttributeRequired
  • Type: string

getNumberListAttribute
public getNumberListAttribute(terraformAttribute: string): number[]
terraformAttributeRequired
  • Type: string

getNumberMapAttribute
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
terraformAttributeRequired
  • Type: string

getStringAttribute
public getStringAttribute(terraformAttribute: string): string
terraformAttributeRequired
  • Type: string

getStringMapAttribute
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
terraformAttributeRequired
  • Type: string

interpolationForAttribute
public interpolationForAttribute(property: string): IResolvable
propertyRequired
  • Type: string

resolve
public resolve(_context: IResolveContext): any

Produce the Token's value at resolution time.

_contextRequired
  • Type: cdktf.IResolveContext

toString
public toString(): string

Return a string representation of this resolvable object.

Returns a reversible string representation.

resetDbUser
public resetDbUser(): void
resetSecretsManagerArn
public resetSecretsManagerArn(): void
resetSql
public resetSql(): void
resetStatementName
public resetStatementName(): void
resetWithEvent
public resetWithEvent(): void

Properties

Name Type Description
creationStack string[] The creation stack of this resolvable which will be appended to errors thrown during resolution.
fqn string No description.
databaseInput string No description.
dbUserInput string No description.
secretsManagerArnInput string No description.
sqlInput string No description.
statementNameInput string No description.
withEventInput boolean | cdktf.IResolvable No description.
database string No description.
dbUser string No description.
secretsManagerArn string No description.
sql string No description.
statementName string No description.
withEvent boolean | cdktf.IResolvable No description.
internalValue CloudwatchEventTargetRedshiftTarget No description.

creationStackRequired
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.


fqnRequired
public readonly fqn: string;
  • Type: string

databaseInputOptional
public readonly databaseInput: string;
  • Type: string

dbUserInputOptional
public readonly dbUserInput: string;
  • Type: string

secretsManagerArnInputOptional
public readonly secretsManagerArnInput: string;
  • Type: string

sqlInputOptional
public readonly sqlInput: string;
  • Type: string

statementNameInputOptional
public readonly statementNameInput: string;
  • Type: string

withEventInputOptional
public readonly withEventInput: boolean | IResolvable;
  • Type: boolean | cdktf.IResolvable

databaseRequired
public readonly database: string;
  • Type: string

dbUserRequired
public readonly dbUser: string;
  • Type: string

secretsManagerArnRequired
public readonly secretsManagerArn: string;
  • Type: string

sqlRequired
public readonly sql: string;
  • Type: string

statementNameRequired
public readonly statementName: string;
  • Type: string

withEventRequired
public readonly withEvent: boolean | IResolvable;
  • Type: boolean | cdktf.IResolvable

internalValueOptional
public readonly internalValue: CloudwatchEventTargetRedshiftTarget;

CloudwatchEventTargetRetryPolicyOutputReference

Initializers

import { cloudwatchEventTarget } from '@cdktf/aws-cdk'

new cloudwatchEventTarget.CloudwatchEventTargetRetryPolicyOutputReference(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.

terraformResourceRequired
  • Type: cdktf.IInterpolatingParent

The parent resource.


terraformAttributeRequired
  • Type: string

The attribute on the parent resource this class is referencing.


Methods

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.
resetMaximumEventAgeInSeconds No description.
resetMaximumRetryAttempts No description.

computeFqn
public computeFqn(): string
getAnyMapAttribute
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
terraformAttributeRequired
  • Type: string

getBooleanAttribute
public getBooleanAttribute(terraformAttribute: string): IResolvable
terraformAttributeRequired
  • Type: string

getBooleanMapAttribute
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
terraformAttributeRequired
  • Type: string

getListAttribute
public getListAttribute(terraformAttribute: string): string[]
terraformAttributeRequired
  • Type: string

getNumberAttribute
public getNumberAttribute(terraformAttribute: string): number
terraformAttributeRequired
  • Type: string

getNumberListAttribute
public getNumberListAttribute(terraformAttribute: string): number[]
terraformAttributeRequired
  • Type: string

getNumberMapAttribute
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
terraformAttributeRequired
  • Type: string

getStringAttribute
public getStringAttribute(terraformAttribute: string): string
terraformAttributeRequired
  • Type: string

getStringMapAttribute
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
terraformAttributeRequired
  • Type: string

interpolationForAttribute
public interpolationForAttribute(property: string): IResolvable
propertyRequired
  • Type: string

resolve
public resolve(_context: IResolveContext): any

Produce the Token's value at resolution time.

_contextRequired
  • Type: cdktf.IResolveContext

toString
public toString(): string

Return a string representation of this resolvable object.

Returns a reversible string representation.

resetMaximumEventAgeInSeconds
public resetMaximumEventAgeInSeconds(): void
resetMaximumRetryAttempts
public resetMaximumRetryAttempts(): void

Properties

Name Type Description
creationStack string[] The creation stack of this resolvable which will be appended to errors thrown during resolution.
fqn string No description.
maximumEventAgeInSecondsInput number No description.
maximumRetryAttemptsInput number No description.
maximumEventAgeInSeconds number No description.
maximumRetryAttempts number No description.
internalValue CloudwatchEventTargetRetryPolicy No description.

creationStackRequired
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.


fqnRequired
public readonly fqn: string;
  • Type: string

maximumEventAgeInSecondsInputOptional
public readonly maximumEventAgeInSecondsInput: number;
  • Type: number

maximumRetryAttemptsInputOptional
public readonly maximumRetryAttemptsInput: number;
  • Type: number

maximumEventAgeInSecondsRequired
public readonly maximumEventAgeInSeconds: number;
  • Type: number

maximumRetryAttemptsRequired
public readonly maximumRetryAttempts: number;
  • Type: number

internalValueOptional
public readonly internalValue: CloudwatchEventTargetRetryPolicy;

CloudwatchEventTargetRunCommandTargetsList

Initializers

import { cloudwatchEventTarget } from '@cdktf/aws-cdk'

new cloudwatchEventTarget.CloudwatchEventTargetRunCommandTargetsList(terraformResource: IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean)
Name Type Description
terraformResource cdktf.IInterpolatingParent The parent resource.
terraformAttribute string The attribute on the parent resource this class is referencing.
wrapsSet boolean whether the list is wrapping a set (will add tolist() to be able to access an item via an index).

terraformResourceRequired
  • Type: cdktf.IInterpolatingParent

The parent resource.


terraformAttributeRequired
  • Type: string

The attribute on the parent resource this class is referencing.


wrapsSetRequired
  • Type: boolean

whether the list is wrapping a set (will add tolist() to be able to access an item via an index).


Methods

Name Description
allWithMapKey Creating an iterator for this complex list.
computeFqn No description.
resolve Produce the Token's value at resolution time.
toString Return a string representation of this resolvable object.
get No description.

allWithMapKey
public allWithMapKey(mapKeyAttributeName: string): DynamicListTerraformIterator

Creating an iterator for this complex list.

The list will be converted into a map with the mapKeyAttributeName as the key.

mapKeyAttributeNameRequired
  • Type: string

computeFqn
public computeFqn(): string
resolve
public resolve(_context: IResolveContext): any

Produce the Token's value at resolution time.

_contextRequired
  • Type: cdktf.IResolveContext

toString
public toString(): string

Return a string representation of this resolvable object.

Returns a reversible string representation.

get
public get(index: number): CloudwatchEventTargetRunCommandTargetsOutputReference
indexRequired
  • Type: number

the index of the item to return.


Properties

Name Type Description
creationStack string[] The creation stack of this resolvable which will be appended to errors thrown during resolution.
fqn string No description.
internalValue cdktf.IResolvable | CloudwatchEventTargetRunCommandTargets[] No description.

creationStackRequired
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.


fqnRequired
public readonly fqn: string;
  • Type: string

internalValueOptional
public readonly internalValue: IResolvable | CloudwatchEventTargetRunCommandTargets[];

CloudwatchEventTargetRunCommandTargetsOutputReference

Initializers

import { cloudwatchEventTarget } from '@cdktf/aws-cdk'

new cloudwatchEventTarget.CloudwatchEventTargetRunCommandTargetsOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean)
Name Type Description
terraformResource cdktf.IInterpolatingParent The parent resource.
terraformAttribute string The attribute on the parent resource this class is referencing.
complexObjectIndex number the index of this item in the list.
complexObjectIsFromSet boolean whether the list is wrapping a set (will add tolist() to be able to access an item via an index).

terraformResourceRequired
  • Type: cdktf.IInterpolatingParent

The parent resource.


terraformAttributeRequired
  • Type: string

The attribute on the parent resource this class is referencing.


complexObjectIndexRequired
  • Type: number

the index of this item in the list.


complexObjectIsFromSetRequired
  • Type: boolean

whether the list is wrapping a set (will add tolist() to be able to access an item via an index).


Methods

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.

computeFqn
public computeFqn(): string
getAnyMapAttribute
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
terraformAttributeRequired
  • Type: string

getBooleanAttribute
public getBooleanAttribute(terraformAttribute: string): IResolvable
terraformAttributeRequired
  • Type: string

getBooleanMapAttribute
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
terraformAttributeRequired
  • Type: string

getListAttribute
public getListAttribute(terraformAttribute: string): string[]
terraformAttributeRequired
  • Type: string

getNumberAttribute
public getNumberAttribute(terraformAttribute: string): number
terraformAttributeRequired
  • Type: string

getNumberListAttribute
public getNumberListAttribute(terraformAttribute: string): number[]
terraformAttributeRequired
  • Type: string

getNumberMapAttribute
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
terraformAttributeRequired
  • Type: string

getStringAttribute
public getStringAttribute(terraformAttribute: string): string
terraformAttributeRequired
  • Type: string

getStringMapAttribute
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
terraformAttributeRequired
  • Type: string

interpolationForAttribute
public interpolationForAttribute(property: string): IResolvable
propertyRequired
  • Type: string

resolve
public resolve(_context: IResolveContext): any

Produce the Token's value at resolution time.

_contextRequired
  • Type: cdktf.IResolveContext

toString
public toString(): string

Return a string representation of this resolvable object.

Returns a reversible string representation.

Properties

Name Type Description
creationStack string[] The creation stack of this resolvable which will be appended to errors thrown during resolution.
fqn string No description.
keyInput string No description.
valuesInput string[] No description.
key string No description.
values string[] No description.
internalValue cdktf.IResolvable | CloudwatchEventTargetRunCommandTargets No description.

creationStackRequired
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.


fqnRequired
public readonly fqn: string;
  • Type: string

keyInputOptional
public readonly keyInput: string;
  • Type: string

valuesInputOptional
public readonly valuesInput: string[];
  • Type: string[]

keyRequired
public readonly key: string;
  • Type: string

valuesRequired
public readonly values: string[];
  • Type: string[]

internalValueOptional
public readonly internalValue: IResolvable | CloudwatchEventTargetRunCommandTargets;

CloudwatchEventTargetSqsTargetOutputReference

Initializers

import { cloudwatchEventTarget } from '@cdktf/aws-cdk'

new cloudwatchEventTarget.CloudwatchEventTargetSqsTargetOutputReference(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.

terraformResourceRequired
  • Type: cdktf.IInterpolatingParent

The parent resource.


terraformAttributeRequired
  • Type: string

The attribute on the parent resource this class is referencing.


Methods

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.
resetMessageGroupId No description.

computeFqn
public computeFqn(): string
getAnyMapAttribute
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
terraformAttributeRequired
  • Type: string

getBooleanAttribute
public getBooleanAttribute(terraformAttribute: string): IResolvable
terraformAttributeRequired
  • Type: string

getBooleanMapAttribute
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
terraformAttributeRequired
  • Type: string

getListAttribute
public getListAttribute(terraformAttribute: string): string[]
terraformAttributeRequired
  • Type: string

getNumberAttribute
public getNumberAttribute(terraformAttribute: string): number
terraformAttributeRequired
  • Type: string

getNumberListAttribute
public getNumberListAttribute(terraformAttribute: string): number[]
terraformAttributeRequired
  • Type: string

getNumberMapAttribute
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
terraformAttributeRequired
  • Type: string

getStringAttribute
public getStringAttribute(terraformAttribute: string): string
terraformAttributeRequired
  • Type: string

getStringMapAttribute
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
terraformAttributeRequired
  • Type: string

interpolationForAttribute
public interpolationForAttribute(property: string): IResolvable
propertyRequired
  • Type: string

resolve
public resolve(_context: IResolveContext): any

Produce the Token's value at resolution time.

_contextRequired
  • Type: cdktf.IResolveContext

toString
public toString(): string

Return a string representation of this resolvable object.

Returns a reversible string representation.

resetMessageGroupId
public resetMessageGroupId(): void

Properties

Name Type Description
creationStack string[] The creation stack of this resolvable which will be appended to errors thrown during resolution.
fqn string No description.
messageGroupIdInput string No description.
messageGroupId string No description.
internalValue CloudwatchEventTargetSqsTarget No description.

creationStackRequired
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.


fqnRequired
public readonly fqn: string;
  • Type: string

messageGroupIdInputOptional
public readonly messageGroupIdInput: string;
  • Type: string

messageGroupIdRequired
public readonly messageGroupId: string;
  • Type: string

internalValueOptional
public readonly internalValue: CloudwatchEventTargetSqsTarget;