Represents a {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job aws_macie2_classification_job}.
import { macie2ClassificationJob } from '@cdktf/aws-cdk'
new macie2ClassificationJob.Macie2ClassificationJob(scope: Construct, id: string, config: Macie2ClassificationJobConfig)
Name | Type | Description |
---|---|---|
scope |
constructs.Construct |
The scope in which to define this construct. |
id |
string |
The scoped construct ID. |
config |
Macie2ClassificationJobConfig |
No description. |
- Type: constructs.Construct
The scope in which to define this construct.
- Type: string
The scoped construct ID.
Must be unique amongst siblings in the same scope
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". |
putS3JobDefinition |
No description. |
putScheduleFrequency |
No description. |
resetCustomDataIdentifierIds |
No description. |
resetDescription |
No description. |
resetId |
No description. |
resetInitialRun |
No description. |
resetJobStatus |
No description. |
resetName |
No description. |
resetNamePrefix |
No description. |
resetSamplingPercentage |
No description. |
resetScheduleFrequency |
No description. |
resetTags |
No description. |
resetTagsAll |
No description. |
public toString(): string
Returns a string representation of this construct.
public addOverride(path: string, value: any): void
- Type: string
- Type: any
public overrideLogicalId(newLogicalId: string): void
Overrides the auto-generated logical ID with a specific ID.
- Type: string
The new logical ID to use for this stack element.
public resetOverrideLogicalId(): void
Resets a previously passed logical Id to use the auto-generated logical id again.
public toHclTerraform(): any
public toMetadata(): any
public toTerraform(): any
Adds this resource to the terraform JSON output.
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.
- Type: string
The string move target that will correspond to this resource.
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public hasResourceMove(): TerraformResourceMoveByTarget | TerraformResourceMoveById
public importFrom(id: string, provider?: TerraformProvider): void
- Type: string
- Type: cdktf.TerraformProvider
public interpolationForAttribute(terraformAttribute: string): IResolvable
- Type: string
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.
- Type: string
Full id of resource being moved from, e.g. "aws_s3_bucket.example".
public moveTo(moveTarget: string, index?: string | number): void
Moves this resource to the target resource given by moveTarget.
- Type: string
The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to.
- Type: string | number
Optional The index corresponding to the key the resource is to appear in the foreach of a resource to move to.
public moveToId(id: string): void
Moves this resource to the resource corresponding to "id".
- Type: string
Full id of resource to move to, e.g. "aws_s3_bucket.example".
public putS3JobDefinition(value: Macie2ClassificationJobS3JobDefinition): void
public putScheduleFrequency(value: Macie2ClassificationJobScheduleFrequency): void
public resetCustomDataIdentifierIds(): void
public resetDescription(): void
public resetId(): void
public resetInitialRun(): void
public resetJobStatus(): void
public resetName(): void
public resetNamePrefix(): void
public resetSamplingPercentage(): void
public resetScheduleFrequency(): void
public resetTags(): void
public resetTagsAll(): void
Name | Description |
---|---|
isConstruct |
Checks if x is a construct. |
isTerraformElement |
No description. |
isTerraformResource |
No description. |
generateConfigForImport |
Generates CDKTF code for importing a Macie2ClassificationJob resource upon running "cdktf plan ". |
import { macie2ClassificationJob } from '@cdktf/aws-cdk'
macie2ClassificationJob.Macie2ClassificationJob.isConstruct(x: any)
Checks if x
is a construct.
- Type: any
Any object.
import { macie2ClassificationJob } from '@cdktf/aws-cdk'
macie2ClassificationJob.Macie2ClassificationJob.isTerraformElement(x: any)
- Type: any
import { macie2ClassificationJob } from '@cdktf/aws-cdk'
macie2ClassificationJob.Macie2ClassificationJob.isTerraformResource(x: any)
- Type: any
import { macie2ClassificationJob } from '@cdktf/aws-cdk'
macie2ClassificationJob.Macie2ClassificationJob.generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: TerraformProvider)
Generates CDKTF code for importing a Macie2ClassificationJob resource upon running "cdktf plan ".
- Type: constructs.Construct
The scope in which to define this construct.
- Type: string
The construct id used in the generated config for the Macie2ClassificationJob to import.
- Type: string
The id of the existing Macie2ClassificationJob that should be imported.
Refer to the {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#import import section} in the documentation of this resource for the id to use
- Type: cdktf.TerraformProvider
? Optional instance of the provider where the Macie2ClassificationJob to import is found.
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. |
createdAt |
string |
No description. |
jobArn |
string |
No description. |
jobId |
string |
No description. |
s3JobDefinition |
Macie2ClassificationJobS3JobDefinitionOutputReference |
No description. |
scheduleFrequency |
Macie2ClassificationJobScheduleFrequencyOutputReference |
No description. |
userPausedDetails |
Macie2ClassificationJobUserPausedDetailsList |
No description. |
customDataIdentifierIdsInput |
string[] |
No description. |
descriptionInput |
string |
No description. |
idInput |
string |
No description. |
initialRunInput |
boolean | cdktf.IResolvable |
No description. |
jobStatusInput |
string |
No description. |
jobTypeInput |
string |
No description. |
nameInput |
string |
No description. |
namePrefixInput |
string |
No description. |
s3JobDefinitionInput |
Macie2ClassificationJobS3JobDefinition |
No description. |
samplingPercentageInput |
number |
No description. |
scheduleFrequencyInput |
Macie2ClassificationJobScheduleFrequency |
No description. |
tagsAllInput |
{[ key: string ]: string} |
No description. |
tagsInput |
{[ key: string ]: string} |
No description. |
customDataIdentifierIds |
string[] |
No description. |
description |
string |
No description. |
id |
string |
No description. |
initialRun |
boolean | cdktf.IResolvable |
No description. |
jobStatus |
string |
No description. |
jobType |
string |
No description. |
name |
string |
No description. |
namePrefix |
string |
No description. |
samplingPercentage |
number |
No description. |
tags |
{[ key: string ]: string} |
No description. |
tagsAll |
{[ key: string ]: string} |
No description. |
public readonly node: Node;
- Type: constructs.Node
The tree node.
public readonly cdktfStack: TerraformStack;
- Type: cdktf.TerraformStack
public readonly fqn: string;
- Type: string
public readonly friendlyUniqueId: string;
- Type: string
public readonly terraformMetaArguments: {[ key: string ]: any};
- Type: {[ key: string ]: any}
public readonly terraformResourceType: string;
- Type: string
public readonly terraformGeneratorMetadata: TerraformProviderGeneratorMetadata;
- Type: cdktf.TerraformProviderGeneratorMetadata
public readonly connection: SSHProvisionerConnection | WinrmProvisionerConnection;
- Type: cdktf.SSHProvisionerConnection | cdktf.WinrmProvisionerConnection
public readonly count: number | TerraformCount;
- Type: number | cdktf.TerraformCount
public readonly dependsOn: string[];
- Type: string[]
public readonly forEach: ITerraformIterator;
- Type: cdktf.ITerraformIterator
public readonly lifecycle: TerraformResourceLifecycle;
- Type: cdktf.TerraformResourceLifecycle
public readonly provider: TerraformProvider;
- Type: cdktf.TerraformProvider
public readonly provisioners: FileProvisioner | LocalExecProvisioner | RemoteExecProvisioner[];
- Type: cdktf.FileProvisioner | cdktf.LocalExecProvisioner | cdktf.RemoteExecProvisioner[]
public readonly createdAt: string;
- Type: string
public readonly jobArn: string;
- Type: string
public readonly jobId: string;
- Type: string
public readonly s3JobDefinition: Macie2ClassificationJobS3JobDefinitionOutputReference;
public readonly scheduleFrequency: Macie2ClassificationJobScheduleFrequencyOutputReference;
public readonly userPausedDetails: Macie2ClassificationJobUserPausedDetailsList;
public readonly customDataIdentifierIdsInput: string[];
- Type: string[]
public readonly descriptionInput: string;
- Type: string
public readonly idInput: string;
- Type: string
public readonly initialRunInput: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
public readonly jobStatusInput: string;
- Type: string
public readonly jobTypeInput: string;
- Type: string
public readonly nameInput: string;
- Type: string
public readonly namePrefixInput: string;
- Type: string
public readonly s3JobDefinitionInput: Macie2ClassificationJobS3JobDefinition;
public readonly samplingPercentageInput: number;
- Type: number
public readonly scheduleFrequencyInput: Macie2ClassificationJobScheduleFrequency;
public readonly tagsAllInput: {[ key: string ]: string};
- Type: {[ key: string ]: string}
public readonly tagsInput: {[ key: string ]: string};
- Type: {[ key: string ]: string}
public readonly customDataIdentifierIds: string[];
- Type: string[]
public readonly description: string;
- Type: string
public readonly id: string;
- Type: string
public readonly initialRun: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
public readonly jobStatus: string;
- Type: string
public readonly jobType: string;
- Type: string
public readonly name: string;
- Type: string
public readonly namePrefix: string;
- Type: string
public readonly samplingPercentage: number;
- Type: number
public readonly tags: {[ key: string ]: string};
- Type: {[ key: string ]: string}
public readonly tagsAll: {[ key: string ]: string};
- Type: {[ key: string ]: string}
Name | Type | Description |
---|---|---|
tfResourceType |
string |
No description. |
public readonly tfResourceType: string;
- Type: string
import { macie2ClassificationJob } from '@cdktf/aws-cdk'
const macie2ClassificationJobConfig: macie2ClassificationJob.Macie2ClassificationJobConfig = { ... }
public readonly connection: SSHProvisionerConnection | WinrmProvisionerConnection;
- Type: cdktf.SSHProvisionerConnection | cdktf.WinrmProvisionerConnection
public readonly count: number | TerraformCount;
- Type: number | cdktf.TerraformCount
public readonly dependsOn: ITerraformDependable[];
- Type: cdktf.ITerraformDependable[]
public readonly forEach: ITerraformIterator;
- Type: cdktf.ITerraformIterator
public readonly lifecycle: TerraformResourceLifecycle;
- Type: cdktf.TerraformResourceLifecycle
public readonly provider: TerraformProvider;
- Type: cdktf.TerraformProvider
public readonly provisioners: FileProvisioner | LocalExecProvisioner | RemoteExecProvisioner[];
- Type: cdktf.FileProvisioner | cdktf.LocalExecProvisioner | cdktf.RemoteExecProvisioner[]
public readonly jobType: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#job_type Macie2ClassificationJob#job_type}.
public readonly s3JobDefinition: Macie2ClassificationJobS3JobDefinition;
s3_job_definition block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#s3_job_definition Macie2ClassificationJob#s3_job_definition}
public readonly customDataIdentifierIds: string[];
- Type: string[]
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#custom_data_identifier_ids Macie2ClassificationJob#custom_data_identifier_ids}.
public readonly description: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#description Macie2ClassificationJob#description}.
public readonly id: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#id Macie2ClassificationJob#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
public readonly initialRun: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#initial_run Macie2ClassificationJob#initial_run}.
public readonly jobStatus: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#job_status Macie2ClassificationJob#job_status}.
public readonly name: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#name Macie2ClassificationJob#name}.
public readonly namePrefix: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#name_prefix Macie2ClassificationJob#name_prefix}.
public readonly samplingPercentage: number;
- Type: number
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#sampling_percentage Macie2ClassificationJob#sampling_percentage}.
public readonly scheduleFrequency: Macie2ClassificationJobScheduleFrequency;
schedule_frequency block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#schedule_frequency Macie2ClassificationJob#schedule_frequency}
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/macie2_classification_job#tags Macie2ClassificationJob#tags}.
public readonly tagsAll: {[ key: string ]: string};
- Type: {[ key: string ]: string}
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#tags_all Macie2ClassificationJob#tags_all}.
import { macie2ClassificationJob } from '@cdktf/aws-cdk'
const macie2ClassificationJobS3JobDefinition: macie2ClassificationJob.Macie2ClassificationJobS3JobDefinition = { ... }
Name | Type | Description |
---|---|---|
bucketDefinitions |
cdktf.IResolvable | Macie2ClassificationJobS3JobDefinitionBucketDefinitions[] |
bucket_definitions block. |
scoping |
Macie2ClassificationJobS3JobDefinitionScoping |
scoping block. |
public readonly bucketDefinitions: IResolvable | Macie2ClassificationJobS3JobDefinitionBucketDefinitions[];
- Type: cdktf.IResolvable | Macie2ClassificationJobS3JobDefinitionBucketDefinitions[]
bucket_definitions block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#bucket_definitions Macie2ClassificationJob#bucket_definitions}
public readonly scoping: Macie2ClassificationJobS3JobDefinitionScoping;
scoping block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#scoping Macie2ClassificationJob#scoping}
import { macie2ClassificationJob } from '@cdktf/aws-cdk'
const macie2ClassificationJobS3JobDefinitionBucketDefinitions: macie2ClassificationJob.Macie2ClassificationJobS3JobDefinitionBucketDefinitions = { ... }
Name | Type | Description |
---|---|---|
accountId |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#account_id Macie2ClassificationJob#account_id}. |
buckets |
string[] |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#buckets Macie2ClassificationJob#buckets}. |
public readonly accountId: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#account_id Macie2ClassificationJob#account_id}.
public readonly buckets: string[];
- Type: string[]
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#buckets Macie2ClassificationJob#buckets}.
import { macie2ClassificationJob } from '@cdktf/aws-cdk'
const macie2ClassificationJobS3JobDefinitionScoping: macie2ClassificationJob.Macie2ClassificationJobS3JobDefinitionScoping = { ... }
Name | Type | Description |
---|---|---|
excludes |
Macie2ClassificationJobS3JobDefinitionScopingExcludes |
excludes block. |
includes |
Macie2ClassificationJobS3JobDefinitionScopingIncludes |
includes block. |
public readonly excludes: Macie2ClassificationJobS3JobDefinitionScopingExcludes;
excludes block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#excludes Macie2ClassificationJob#excludes}
public readonly includes: Macie2ClassificationJobS3JobDefinitionScopingIncludes;
includes block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#includes Macie2ClassificationJob#includes}
import { macie2ClassificationJob } from '@cdktf/aws-cdk'
const macie2ClassificationJobS3JobDefinitionScopingExcludes: macie2ClassificationJob.Macie2ClassificationJobS3JobDefinitionScopingExcludes = { ... }
Name | Type | Description |
---|---|---|
and |
cdktf.IResolvable | Macie2ClassificationJobS3JobDefinitionScopingExcludesAnd[] |
and block. |
public readonly and: IResolvable | Macie2ClassificationJobS3JobDefinitionScopingExcludesAnd[];
- Type: cdktf.IResolvable | Macie2ClassificationJobS3JobDefinitionScopingExcludesAnd[]
and block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#and Macie2ClassificationJob#and}
import { macie2ClassificationJob } from '@cdktf/aws-cdk'
const macie2ClassificationJobS3JobDefinitionScopingExcludesAnd: macie2ClassificationJob.Macie2ClassificationJobS3JobDefinitionScopingExcludesAnd = { ... }
Name | Type | Description |
---|---|---|
simpleScopeTerm |
Macie2ClassificationJobS3JobDefinitionScopingExcludesAndSimpleScopeTerm |
simple_scope_term block. |
tagScopeTerm |
Macie2ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTerm |
tag_scope_term block. |
public readonly simpleScopeTerm: Macie2ClassificationJobS3JobDefinitionScopingExcludesAndSimpleScopeTerm;
simple_scope_term block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#simple_scope_term Macie2ClassificationJob#simple_scope_term}
public readonly tagScopeTerm: Macie2ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTerm;
tag_scope_term block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#tag_scope_term Macie2ClassificationJob#tag_scope_term}
import { macie2ClassificationJob } from '@cdktf/aws-cdk'
const macie2ClassificationJobS3JobDefinitionScopingExcludesAndSimpleScopeTerm: macie2ClassificationJob.Macie2ClassificationJobS3JobDefinitionScopingExcludesAndSimpleScopeTerm = { ... }
Name | Type | Description |
---|---|---|
comparator |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#comparator Macie2ClassificationJob#comparator}. |
key |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#key Macie2ClassificationJob#key}. |
values |
string[] |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#values Macie2ClassificationJob#values}. |
public readonly comparator: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#comparator Macie2ClassificationJob#comparator}.
public readonly key: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#key Macie2ClassificationJob#key}.
public readonly values: string[];
- Type: string[]
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#values Macie2ClassificationJob#values}.
import { macie2ClassificationJob } from '@cdktf/aws-cdk'
const macie2ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTerm: macie2ClassificationJob.Macie2ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTerm = { ... }
Name | Type | Description |
---|---|---|
comparator |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#comparator Macie2ClassificationJob#comparator}. |
key |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#key Macie2ClassificationJob#key}. |
tagValues |
cdktf.IResolvable | Macie2ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTermTagValues[] |
tag_values block. |
target |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#target Macie2ClassificationJob#target}. |
public readonly comparator: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#comparator Macie2ClassificationJob#comparator}.
public readonly key: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#key Macie2ClassificationJob#key}.
public readonly tagValues: IResolvable | Macie2ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTermTagValues[];
- Type: cdktf.IResolvable | Macie2ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTermTagValues[]
tag_values block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#tag_values Macie2ClassificationJob#tag_values}
public readonly target: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#target Macie2ClassificationJob#target}.
import { macie2ClassificationJob } from '@cdktf/aws-cdk'
const macie2ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTermTagValues: macie2ClassificationJob.Macie2ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTermTagValues = { ... }
Name | Type | Description |
---|---|---|
key |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#key Macie2ClassificationJob#key}. |
value |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#value Macie2ClassificationJob#value}. |
public readonly key: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#key Macie2ClassificationJob#key}.
public readonly value: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#value Macie2ClassificationJob#value}.
import { macie2ClassificationJob } from '@cdktf/aws-cdk'
const macie2ClassificationJobS3JobDefinitionScopingIncludes: macie2ClassificationJob.Macie2ClassificationJobS3JobDefinitionScopingIncludes = { ... }
Name | Type | Description |
---|---|---|
and |
cdktf.IResolvable | Macie2ClassificationJobS3JobDefinitionScopingIncludesAnd[] |
and block. |
public readonly and: IResolvable | Macie2ClassificationJobS3JobDefinitionScopingIncludesAnd[];
- Type: cdktf.IResolvable | Macie2ClassificationJobS3JobDefinitionScopingIncludesAnd[]
and block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#and Macie2ClassificationJob#and}
import { macie2ClassificationJob } from '@cdktf/aws-cdk'
const macie2ClassificationJobS3JobDefinitionScopingIncludesAnd: macie2ClassificationJob.Macie2ClassificationJobS3JobDefinitionScopingIncludesAnd = { ... }
Name | Type | Description |
---|---|---|
simpleScopeTerm |
Macie2ClassificationJobS3JobDefinitionScopingIncludesAndSimpleScopeTerm |
simple_scope_term block. |
tagScopeTerm |
Macie2ClassificationJobS3JobDefinitionScopingIncludesAndTagScopeTerm |
tag_scope_term block. |
public readonly simpleScopeTerm: Macie2ClassificationJobS3JobDefinitionScopingIncludesAndSimpleScopeTerm;
simple_scope_term block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#simple_scope_term Macie2ClassificationJob#simple_scope_term}
public readonly tagScopeTerm: Macie2ClassificationJobS3JobDefinitionScopingIncludesAndTagScopeTerm;
tag_scope_term block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#tag_scope_term Macie2ClassificationJob#tag_scope_term}
import { macie2ClassificationJob } from '@cdktf/aws-cdk'
const macie2ClassificationJobS3JobDefinitionScopingIncludesAndSimpleScopeTerm: macie2ClassificationJob.Macie2ClassificationJobS3JobDefinitionScopingIncludesAndSimpleScopeTerm = { ... }
Name | Type | Description |
---|---|---|
comparator |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#comparator Macie2ClassificationJob#comparator}. |
key |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#key Macie2ClassificationJob#key}. |
values |
string[] |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#values Macie2ClassificationJob#values}. |
public readonly comparator: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#comparator Macie2ClassificationJob#comparator}.
public readonly key: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#key Macie2ClassificationJob#key}.
public readonly values: string[];
- Type: string[]
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#values Macie2ClassificationJob#values}.
import { macie2ClassificationJob } from '@cdktf/aws-cdk'
const macie2ClassificationJobS3JobDefinitionScopingIncludesAndTagScopeTerm: macie2ClassificationJob.Macie2ClassificationJobS3JobDefinitionScopingIncludesAndTagScopeTerm = { ... }
Name | Type | Description |
---|---|---|
comparator |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#comparator Macie2ClassificationJob#comparator}. |
key |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#key Macie2ClassificationJob#key}. |
tagValues |
cdktf.IResolvable | Macie2ClassificationJobS3JobDefinitionScopingIncludesAndTagScopeTermTagValues[] |
tag_values block. |
target |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#target Macie2ClassificationJob#target}. |
public readonly comparator: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#comparator Macie2ClassificationJob#comparator}.
public readonly key: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#key Macie2ClassificationJob#key}.
public readonly tagValues: IResolvable | Macie2ClassificationJobS3JobDefinitionScopingIncludesAndTagScopeTermTagValues[];
- Type: cdktf.IResolvable | Macie2ClassificationJobS3JobDefinitionScopingIncludesAndTagScopeTermTagValues[]
tag_values block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#tag_values Macie2ClassificationJob#tag_values}
public readonly target: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#target Macie2ClassificationJob#target}.
import { macie2ClassificationJob } from '@cdktf/aws-cdk'
const macie2ClassificationJobS3JobDefinitionScopingIncludesAndTagScopeTermTagValues: macie2ClassificationJob.Macie2ClassificationJobS3JobDefinitionScopingIncludesAndTagScopeTermTagValues = { ... }
Name | Type | Description |
---|---|---|
key |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#key Macie2ClassificationJob#key}. |
value |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#value Macie2ClassificationJob#value}. |
public readonly key: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#key Macie2ClassificationJob#key}.
public readonly value: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#value Macie2ClassificationJob#value}.
import { macie2ClassificationJob } from '@cdktf/aws-cdk'
const macie2ClassificationJobScheduleFrequency: macie2ClassificationJob.Macie2ClassificationJobScheduleFrequency = { ... }
Name | Type | Description |
---|---|---|
dailySchedule |
boolean | cdktf.IResolvable |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#daily_schedule Macie2ClassificationJob#daily_schedule}. |
monthlySchedule |
number |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#monthly_schedule Macie2ClassificationJob#monthly_schedule}. |
weeklySchedule |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#weekly_schedule Macie2ClassificationJob#weekly_schedule}. |
public readonly dailySchedule: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#daily_schedule Macie2ClassificationJob#daily_schedule}.
public readonly monthlySchedule: number;
- Type: number
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#monthly_schedule Macie2ClassificationJob#monthly_schedule}.
public readonly weeklySchedule: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/macie2_classification_job#weekly_schedule Macie2ClassificationJob#weekly_schedule}.
import { macie2ClassificationJob } from '@cdktf/aws-cdk'
const macie2ClassificationJobUserPausedDetails: macie2ClassificationJob.Macie2ClassificationJobUserPausedDetails = { ... }
import { macie2ClassificationJob } from '@cdktf/aws-cdk'
new macie2ClassificationJob.Macie2ClassificationJobS3JobDefinitionBucketDefinitionsList(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). |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
- Type: boolean
whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
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. |
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.
- Type: string
public computeFqn(): string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
public get(index: number): Macie2ClassificationJobS3JobDefinitionBucketDefinitionsOutputReference
- Type: number
the index of the item to return.
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 | Macie2ClassificationJobS3JobDefinitionBucketDefinitions[] |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly internalValue: IResolvable | Macie2ClassificationJobS3JobDefinitionBucketDefinitions[];
- Type: cdktf.IResolvable | Macie2ClassificationJobS3JobDefinitionBucketDefinitions[]
import { macie2ClassificationJob } from '@cdktf/aws-cdk'
new macie2ClassificationJob.Macie2ClassificationJobS3JobDefinitionBucketDefinitionsOutputReference(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). |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
- Type: number
the index of this item in the list.
- Type: boolean
whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
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. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
accountIdInput |
string |
No description. |
bucketsInput |
string[] |
No description. |
accountId |
string |
No description. |
buckets |
string[] |
No description. |
internalValue |
cdktf.IResolvable | Macie2ClassificationJobS3JobDefinitionBucketDefinitions |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly accountIdInput: string;
- Type: string
public readonly bucketsInput: string[];
- Type: string[]
public readonly accountId: string;
- Type: string
public readonly buckets: string[];
- Type: string[]
public readonly internalValue: IResolvable | Macie2ClassificationJobS3JobDefinitionBucketDefinitions;
- Type: cdktf.IResolvable | Macie2ClassificationJobS3JobDefinitionBucketDefinitions
import { macie2ClassificationJob } from '@cdktf/aws-cdk'
new macie2ClassificationJob.Macie2ClassificationJobS3JobDefinitionOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
putBucketDefinitions |
No description. |
putScoping |
No description. |
resetBucketDefinitions |
No description. |
resetScoping |
No description. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
public putBucketDefinitions(value: IResolvable | Macie2ClassificationJobS3JobDefinitionBucketDefinitions[]): void
- Type: cdktf.IResolvable | Macie2ClassificationJobS3JobDefinitionBucketDefinitions[]
public putScoping(value: Macie2ClassificationJobS3JobDefinitionScoping): void
public resetBucketDefinitions(): void
public resetScoping(): void
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
bucketDefinitions |
Macie2ClassificationJobS3JobDefinitionBucketDefinitionsList |
No description. |
scoping |
Macie2ClassificationJobS3JobDefinitionScopingOutputReference |
No description. |
bucketDefinitionsInput |
cdktf.IResolvable | Macie2ClassificationJobS3JobDefinitionBucketDefinitions[] |
No description. |
scopingInput |
Macie2ClassificationJobS3JobDefinitionScoping |
No description. |
internalValue |
Macie2ClassificationJobS3JobDefinition |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly bucketDefinitions: Macie2ClassificationJobS3JobDefinitionBucketDefinitionsList;
public readonly scoping: Macie2ClassificationJobS3JobDefinitionScopingOutputReference;
public readonly bucketDefinitionsInput: IResolvable | Macie2ClassificationJobS3JobDefinitionBucketDefinitions[];
- Type: cdktf.IResolvable | Macie2ClassificationJobS3JobDefinitionBucketDefinitions[]
public readonly scopingInput: Macie2ClassificationJobS3JobDefinitionScoping;
public readonly internalValue: Macie2ClassificationJobS3JobDefinition;
import { macie2ClassificationJob } from '@cdktf/aws-cdk'
new macie2ClassificationJob.Macie2ClassificationJobS3JobDefinitionScopingExcludesAndList(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). |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
- Type: boolean
whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
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. |
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.
- Type: string
public computeFqn(): string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
public get(index: number): Macie2ClassificationJobS3JobDefinitionScopingExcludesAndOutputReference
- Type: number
the index of the item to return.
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 | Macie2ClassificationJobS3JobDefinitionScopingExcludesAnd[] |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly internalValue: IResolvable | Macie2ClassificationJobS3JobDefinitionScopingExcludesAnd[];
- Type: cdktf.IResolvable | Macie2ClassificationJobS3JobDefinitionScopingExcludesAnd[]
import { macie2ClassificationJob } from '@cdktf/aws-cdk'
new macie2ClassificationJob.Macie2ClassificationJobS3JobDefinitionScopingExcludesAndOutputReference(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). |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
- Type: number
the index of this item in the list.
- Type: boolean
whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
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. |
putSimpleScopeTerm |
No description. |
putTagScopeTerm |
No description. |
resetSimpleScopeTerm |
No description. |
resetTagScopeTerm |
No description. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
public putSimpleScopeTerm(value: Macie2ClassificationJobS3JobDefinitionScopingExcludesAndSimpleScopeTerm): void
public putTagScopeTerm(value: Macie2ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTerm): void
public resetSimpleScopeTerm(): void
public resetTagScopeTerm(): void
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
simpleScopeTerm |
Macie2ClassificationJobS3JobDefinitionScopingExcludesAndSimpleScopeTermOutputReference |
No description. |
tagScopeTerm |
Macie2ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTermOutputReference |
No description. |
simpleScopeTermInput |
Macie2ClassificationJobS3JobDefinitionScopingExcludesAndSimpleScopeTerm |
No description. |
tagScopeTermInput |
Macie2ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTerm |
No description. |
internalValue |
cdktf.IResolvable | Macie2ClassificationJobS3JobDefinitionScopingExcludesAnd |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly simpleScopeTerm: Macie2ClassificationJobS3JobDefinitionScopingExcludesAndSimpleScopeTermOutputReference;
public readonly tagScopeTerm: Macie2ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTermOutputReference;
public readonly simpleScopeTermInput: Macie2ClassificationJobS3JobDefinitionScopingExcludesAndSimpleScopeTerm;
public readonly tagScopeTermInput: Macie2ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTerm;
public readonly internalValue: IResolvable | Macie2ClassificationJobS3JobDefinitionScopingExcludesAnd;
- Type: cdktf.IResolvable | Macie2ClassificationJobS3JobDefinitionScopingExcludesAnd
import { macie2ClassificationJob } from '@cdktf/aws-cdk'
new macie2ClassificationJob.Macie2ClassificationJobS3JobDefinitionScopingExcludesAndSimpleScopeTermOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
resetComparator |
No description. |
resetKey |
No description. |
resetValues |
No description. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
public resetComparator(): void
public resetKey(): void
public resetValues(): void
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
comparatorInput |
string |
No description. |
keyInput |
string |
No description. |
valuesInput |
string[] |
No description. |
comparator |
string |
No description. |
key |
string |
No description. |
values |
string[] |
No description. |
internalValue |
Macie2ClassificationJobS3JobDefinitionScopingExcludesAndSimpleScopeTerm |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly comparatorInput: string;
- Type: string
public readonly keyInput: string;
- Type: string
public readonly valuesInput: string[];
- Type: string[]
public readonly comparator: string;
- Type: string
public readonly key: string;
- Type: string
public readonly values: string[];
- Type: string[]
public readonly internalValue: Macie2ClassificationJobS3JobDefinitionScopingExcludesAndSimpleScopeTerm;
import { macie2ClassificationJob } from '@cdktf/aws-cdk'
new macie2ClassificationJob.Macie2ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTermOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
putTagValues |
No description. |
resetComparator |
No description. |
resetKey |
No description. |
resetTagValues |
No description. |
resetTarget |
No description. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
public putTagValues(value: IResolvable | Macie2ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTermTagValues[]): void
- Type: cdktf.IResolvable | Macie2ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTermTagValues[]
public resetComparator(): void
public resetKey(): void
public resetTagValues(): void
public resetTarget(): void
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
tagValues |
Macie2ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTermTagValuesList |
No description. |
comparatorInput |
string |
No description. |
keyInput |
string |
No description. |
tagValuesInput |
cdktf.IResolvable | Macie2ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTermTagValues[] |
No description. |
targetInput |
string |
No description. |
comparator |
string |
No description. |
key |
string |
No description. |
target |
string |
No description. |
internalValue |
Macie2ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTerm |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly tagValues: Macie2ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTermTagValuesList;
public readonly comparatorInput: string;
- Type: string
public readonly keyInput: string;
- Type: string
public readonly tagValuesInput: IResolvable | Macie2ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTermTagValues[];
- Type: cdktf.IResolvable | Macie2ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTermTagValues[]
public readonly targetInput: string;
- Type: string
public readonly comparator: string;
- Type: string
public readonly key: string;
- Type: string
public readonly target: string;
- Type: string
public readonly internalValue: Macie2ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTerm;
import { macie2ClassificationJob } from '@cdktf/aws-cdk'
new macie2ClassificationJob.Macie2ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTermTagValuesList(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). |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
- Type: boolean
whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
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. |
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.
- Type: string
public computeFqn(): string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
public get(index: number): Macie2ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTermTagValuesOutputReference
- Type: number
the index of the item to return.
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 | Macie2ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTermTagValues[] |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly internalValue: IResolvable | Macie2ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTermTagValues[];
- Type: cdktf.IResolvable | Macie2ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTermTagValues[]
import { macie2ClassificationJob } from '@cdktf/aws-cdk'
new macie2ClassificationJob.Macie2ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTermTagValuesOutputReference(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). |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
- Type: number
the index of this item in the list.
- Type: boolean
whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
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. |
resetKey |
No description. |
resetValue |
No description. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
public resetKey(): void
public resetValue(): void
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
keyInput |
string |
No description. |
valueInput |
string |
No description. |
key |
string |
No description. |
value |
string |
No description. |
internalValue |
cdktf.IResolvable | Macie2ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTermTagValues |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly keyInput: string;
- Type: string
public readonly valueInput: string;
- Type: string
public readonly key: string;
- Type: string
public readonly value: string;
- Type: string
public readonly internalValue: IResolvable | Macie2ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTermTagValues;
- Type: cdktf.IResolvable | Macie2ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTermTagValues
import { macie2ClassificationJob } from '@cdktf/aws-cdk'
new macie2ClassificationJob.Macie2ClassificationJobS3JobDefinitionScopingExcludesOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
putAnd |
No description. |
resetAnd |
No description. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
public putAnd(value: IResolvable | Macie2ClassificationJobS3JobDefinitionScopingExcludesAnd[]): void
- Type: cdktf.IResolvable | Macie2ClassificationJobS3JobDefinitionScopingExcludesAnd[]
public resetAnd(): void
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
and |
Macie2ClassificationJobS3JobDefinitionScopingExcludesAndList |
No description. |
andInput |
cdktf.IResolvable | Macie2ClassificationJobS3JobDefinitionScopingExcludesAnd[] |
No description. |
internalValue |
Macie2ClassificationJobS3JobDefinitionScopingExcludes |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly and: Macie2ClassificationJobS3JobDefinitionScopingExcludesAndList;
public readonly andInput: IResolvable | Macie2ClassificationJobS3JobDefinitionScopingExcludesAnd[];
- Type: cdktf.IResolvable | Macie2ClassificationJobS3JobDefinitionScopingExcludesAnd[]
public readonly internalValue: Macie2ClassificationJobS3JobDefinitionScopingExcludes;
import { macie2ClassificationJob } from '@cdktf/aws-cdk'
new macie2ClassificationJob.Macie2ClassificationJobS3JobDefinitionScopingIncludesAndList(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). |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
- Type: boolean
whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
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. |
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.
- Type: string
public computeFqn(): string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
public get(index: number): Macie2ClassificationJobS3JobDefinitionScopingIncludesAndOutputReference
- Type: number
the index of the item to return.
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 | Macie2ClassificationJobS3JobDefinitionScopingIncludesAnd[] |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly internalValue: IResolvable | Macie2ClassificationJobS3JobDefinitionScopingIncludesAnd[];
- Type: cdktf.IResolvable | Macie2ClassificationJobS3JobDefinitionScopingIncludesAnd[]
import { macie2ClassificationJob } from '@cdktf/aws-cdk'
new macie2ClassificationJob.Macie2ClassificationJobS3JobDefinitionScopingIncludesAndOutputReference(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). |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
- Type: number
the index of this item in the list.
- Type: boolean
whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
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. |
putSimpleScopeTerm |
No description. |
putTagScopeTerm |
No description. |
resetSimpleScopeTerm |
No description. |
resetTagScopeTerm |
No description. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
public putSimpleScopeTerm(value: Macie2ClassificationJobS3JobDefinitionScopingIncludesAndSimpleScopeTerm): void
public putTagScopeTerm(value: Macie2ClassificationJobS3JobDefinitionScopingIncludesAndTagScopeTerm): void
public resetSimpleScopeTerm(): void
public resetTagScopeTerm(): void
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
simpleScopeTerm |
Macie2ClassificationJobS3JobDefinitionScopingIncludesAndSimpleScopeTermOutputReference |
No description. |
tagScopeTerm |
Macie2ClassificationJobS3JobDefinitionScopingIncludesAndTagScopeTermOutputReference |
No description. |
simpleScopeTermInput |
Macie2ClassificationJobS3JobDefinitionScopingIncludesAndSimpleScopeTerm |
No description. |
tagScopeTermInput |
Macie2ClassificationJobS3JobDefinitionScopingIncludesAndTagScopeTerm |
No description. |
internalValue |
cdktf.IResolvable | Macie2ClassificationJobS3JobDefinitionScopingIncludesAnd |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly simpleScopeTerm: Macie2ClassificationJobS3JobDefinitionScopingIncludesAndSimpleScopeTermOutputReference;
public readonly tagScopeTerm: Macie2ClassificationJobS3JobDefinitionScopingIncludesAndTagScopeTermOutputReference;
public readonly simpleScopeTermInput: Macie2ClassificationJobS3JobDefinitionScopingIncludesAndSimpleScopeTerm;
public readonly tagScopeTermInput: Macie2ClassificationJobS3JobDefinitionScopingIncludesAndTagScopeTerm;
public readonly internalValue: IResolvable | Macie2ClassificationJobS3JobDefinitionScopingIncludesAnd;
- Type: cdktf.IResolvable | Macie2ClassificationJobS3JobDefinitionScopingIncludesAnd
import { macie2ClassificationJob } from '@cdktf/aws-cdk'
new macie2ClassificationJob.Macie2ClassificationJobS3JobDefinitionScopingIncludesAndSimpleScopeTermOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
resetComparator |
No description. |
resetKey |
No description. |
resetValues |
No description. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
public resetComparator(): void
public resetKey(): void
public resetValues(): void
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
comparatorInput |
string |
No description. |
keyInput |
string |
No description. |
valuesInput |
string[] |
No description. |
comparator |
string |
No description. |
key |
string |
No description. |
values |
string[] |
No description. |
internalValue |
Macie2ClassificationJobS3JobDefinitionScopingIncludesAndSimpleScopeTerm |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly comparatorInput: string;
- Type: string
public readonly keyInput: string;
- Type: string
public readonly valuesInput: string[];
- Type: string[]
public readonly comparator: string;
- Type: string
public readonly key: string;
- Type: string
public readonly values: string[];
- Type: string[]
public readonly internalValue: Macie2ClassificationJobS3JobDefinitionScopingIncludesAndSimpleScopeTerm;
import { macie2ClassificationJob } from '@cdktf/aws-cdk'
new macie2ClassificationJob.Macie2ClassificationJobS3JobDefinitionScopingIncludesAndTagScopeTermOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
putTagValues |
No description. |
resetComparator |
No description. |
resetKey |
No description. |
resetTagValues |
No description. |
resetTarget |
No description. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
public putTagValues(value: IResolvable | Macie2ClassificationJobS3JobDefinitionScopingIncludesAndTagScopeTermTagValues[]): void
- Type: cdktf.IResolvable | Macie2ClassificationJobS3JobDefinitionScopingIncludesAndTagScopeTermTagValues[]
public resetComparator(): void
public resetKey(): void
public resetTagValues(): void
public resetTarget(): void
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
tagValues |
Macie2ClassificationJobS3JobDefinitionScopingIncludesAndTagScopeTermTagValuesList |
No description. |
comparatorInput |
string |
No description. |
keyInput |
string |
No description. |
tagValuesInput |
cdktf.IResolvable | Macie2ClassificationJobS3JobDefinitionScopingIncludesAndTagScopeTermTagValues[] |
No description. |
targetInput |
string |
No description. |
comparator |
string |
No description. |
key |
string |
No description. |
target |
string |
No description. |
internalValue |
Macie2ClassificationJobS3JobDefinitionScopingIncludesAndTagScopeTerm |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly tagValues: Macie2ClassificationJobS3JobDefinitionScopingIncludesAndTagScopeTermTagValuesList;
public readonly comparatorInput: string;
- Type: string
public readonly keyInput: string;
- Type: string
public readonly tagValuesInput: IResolvable | Macie2ClassificationJobS3JobDefinitionScopingIncludesAndTagScopeTermTagValues[];
- Type: cdktf.IResolvable | Macie2ClassificationJobS3JobDefinitionScopingIncludesAndTagScopeTermTagValues[]
public readonly targetInput: string;
- Type: string
public readonly comparator: string;
- Type: string
public readonly key: string;
- Type: string
public readonly target: string;
- Type: string
public readonly internalValue: Macie2ClassificationJobS3JobDefinitionScopingIncludesAndTagScopeTerm;
import { macie2ClassificationJob } from '@cdktf/aws-cdk'
new macie2ClassificationJob.Macie2ClassificationJobS3JobDefinitionScopingIncludesAndTagScopeTermTagValuesList(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). |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
- Type: boolean
whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
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. |
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.
- Type: string
public computeFqn(): string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
public get(index: number): Macie2ClassificationJobS3JobDefinitionScopingIncludesAndTagScopeTermTagValuesOutputReference
- Type: number
the index of the item to return.
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 | Macie2ClassificationJobS3JobDefinitionScopingIncludesAndTagScopeTermTagValues[] |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly internalValue: IResolvable | Macie2ClassificationJobS3JobDefinitionScopingIncludesAndTagScopeTermTagValues[];
- Type: cdktf.IResolvable | Macie2ClassificationJobS3JobDefinitionScopingIncludesAndTagScopeTermTagValues[]
import { macie2ClassificationJob } from '@cdktf/aws-cdk'
new macie2ClassificationJob.Macie2ClassificationJobS3JobDefinitionScopingIncludesAndTagScopeTermTagValuesOutputReference(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). |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
- Type: number
the index of this item in the list.
- Type: boolean
whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
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. |
resetKey |
No description. |
resetValue |
No description. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
public resetKey(): void
public resetValue(): void
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
keyInput |
string |
No description. |
valueInput |
string |
No description. |
key |
string |
No description. |
value |
string |
No description. |
internalValue |
cdktf.IResolvable | Macie2ClassificationJobS3JobDefinitionScopingIncludesAndTagScopeTermTagValues |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly keyInput: string;
- Type: string
public readonly valueInput: string;
- Type: string
public readonly key: string;
- Type: string
public readonly value: string;
- Type: string
public readonly internalValue: IResolvable | Macie2ClassificationJobS3JobDefinitionScopingIncludesAndTagScopeTermTagValues;
- Type: cdktf.IResolvable | Macie2ClassificationJobS3JobDefinitionScopingIncludesAndTagScopeTermTagValues
import { macie2ClassificationJob } from '@cdktf/aws-cdk'
new macie2ClassificationJob.Macie2ClassificationJobS3JobDefinitionScopingIncludesOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
putAnd |
No description. |
resetAnd |
No description. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
public putAnd(value: IResolvable | Macie2ClassificationJobS3JobDefinitionScopingIncludesAnd[]): void
- Type: cdktf.IResolvable | Macie2ClassificationJobS3JobDefinitionScopingIncludesAnd[]
public resetAnd(): void
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
and |
Macie2ClassificationJobS3JobDefinitionScopingIncludesAndList |
No description. |
andInput |
cdktf.IResolvable | Macie2ClassificationJobS3JobDefinitionScopingIncludesAnd[] |
No description. |
internalValue |
Macie2ClassificationJobS3JobDefinitionScopingIncludes |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly and: Macie2ClassificationJobS3JobDefinitionScopingIncludesAndList;
public readonly andInput: IResolvable | Macie2ClassificationJobS3JobDefinitionScopingIncludesAnd[];
- Type: cdktf.IResolvable | Macie2ClassificationJobS3JobDefinitionScopingIncludesAnd[]
public readonly internalValue: Macie2ClassificationJobS3JobDefinitionScopingIncludes;
import { macie2ClassificationJob } from '@cdktf/aws-cdk'
new macie2ClassificationJob.Macie2ClassificationJobS3JobDefinitionScopingOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
putExcludes |
No description. |
putIncludes |
No description. |
resetExcludes |
No description. |
resetIncludes |
No description. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
public putExcludes(value: Macie2ClassificationJobS3JobDefinitionScopingExcludes): void
public putIncludes(value: Macie2ClassificationJobS3JobDefinitionScopingIncludes): void
public resetExcludes(): void
public resetIncludes(): void
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
excludes |
Macie2ClassificationJobS3JobDefinitionScopingExcludesOutputReference |
No description. |
includes |
Macie2ClassificationJobS3JobDefinitionScopingIncludesOutputReference |
No description. |
excludesInput |
Macie2ClassificationJobS3JobDefinitionScopingExcludes |
No description. |
includesInput |
Macie2ClassificationJobS3JobDefinitionScopingIncludes |
No description. |
internalValue |
Macie2ClassificationJobS3JobDefinitionScoping |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly excludes: Macie2ClassificationJobS3JobDefinitionScopingExcludesOutputReference;
public readonly includes: Macie2ClassificationJobS3JobDefinitionScopingIncludesOutputReference;
public readonly excludesInput: Macie2ClassificationJobS3JobDefinitionScopingExcludes;
public readonly includesInput: Macie2ClassificationJobS3JobDefinitionScopingIncludes;
public readonly internalValue: Macie2ClassificationJobS3JobDefinitionScoping;
import { macie2ClassificationJob } from '@cdktf/aws-cdk'
new macie2ClassificationJob.Macie2ClassificationJobScheduleFrequencyOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
resetDailySchedule |
No description. |
resetMonthlySchedule |
No description. |
resetWeeklySchedule |
No description. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
public resetDailySchedule(): void
public resetMonthlySchedule(): void
public resetWeeklySchedule(): void
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
dailyScheduleInput |
boolean | cdktf.IResolvable |
No description. |
monthlyScheduleInput |
number |
No description. |
weeklyScheduleInput |
string |
No description. |
dailySchedule |
boolean | cdktf.IResolvable |
No description. |
monthlySchedule |
number |
No description. |
weeklySchedule |
string |
No description. |
internalValue |
Macie2ClassificationJobScheduleFrequency |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly dailyScheduleInput: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
public readonly monthlyScheduleInput: number;
- Type: number
public readonly weeklyScheduleInput: string;
- Type: string
public readonly dailySchedule: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
public readonly monthlySchedule: number;
- Type: number
public readonly weeklySchedule: string;
- Type: string
public readonly internalValue: Macie2ClassificationJobScheduleFrequency;
import { macie2ClassificationJob } from '@cdktf/aws-cdk'
new macie2ClassificationJob.Macie2ClassificationJobUserPausedDetailsList(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). |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
- Type: boolean
whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
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. |
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.
- Type: string
public computeFqn(): string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
public get(index: number): Macie2ClassificationJobUserPausedDetailsOutputReference
- Type: number
the index of the item to return.
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
import { macie2ClassificationJob } from '@cdktf/aws-cdk'
new macie2ClassificationJob.Macie2ClassificationJobUserPausedDetailsOutputReference(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). |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
- Type: number
the index of this item in the list.
- Type: boolean
whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
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. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
jobExpiresAt |
string |
No description. |
jobImminentExpirationHealthEventArn |
string |
No description. |
jobPausedAt |
string |
No description. |
internalValue |
Macie2ClassificationJobUserPausedDetails |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly jobExpiresAt: string;
- Type: string
public readonly jobImminentExpirationHealthEventArn: string;
- Type: string
public readonly jobPausedAt: string;
- Type: string
public readonly internalValue: Macie2ClassificationJobUserPausedDetails;