From d64d207f70da70451e88dca865c8cdcdcb8e46b4 Mon Sep 17 00:00:00 2001 From: team-tf-cdk <84392119+team-tf-cdk@users.noreply.github.com> Date: Fri, 2 Jun 2023 16:22:47 +0200 Subject: [PATCH] chore(deps): Updated CDKTF version to `0.16.3` (#1541) Triggered by https://github.com/cdktf/cdktf-repository-manager/actions/runs/5156158958 --- .github/workflows/release.yml | 1 + .projen/deps.json | 6 +- .projenrc.js | 2 +- ...LossPreventionDeidentifyTemplate.csharp.md | 292 +-- ...dataLossPreventionDeidentifyTemplate.go.md | 292 +-- ...taLossPreventionDeidentifyTemplate.java.md | 300 +-- ...LossPreventionDeidentifyTemplate.python.md | 292 +-- ...PreventionDeidentifyTemplate.typescript.md | 288 +-- ...ataLossPreventionInspectTemplate.csharp.md | 292 +-- docs/dataLossPreventionInspectTemplate.go.md | 292 +-- .../dataLossPreventionInspectTemplate.java.md | 300 +-- ...ataLossPreventionInspectTemplate.python.md | 292 +-- ...ossPreventionInspectTemplate.typescript.md | 288 +-- docs/dataLossPreventionJobTrigger.csharp.md | 292 +-- docs/dataLossPreventionJobTrigger.go.md | 292 +-- docs/dataLossPreventionJobTrigger.java.md | 300 +-- docs/dataLossPreventionJobTrigger.python.md | 292 +-- ...dataLossPreventionJobTrigger.typescript.md | 288 +-- ...dataLossPreventionStoredInfoType.csharp.md | 146 +- docs/dataLossPreventionStoredInfoType.go.md | 146 +- docs/dataLossPreventionStoredInfoType.java.md | 150 +- ...dataLossPreventionStoredInfoType.python.md | 146 +- ...LossPreventionStoredInfoType.typescript.md | 144 +- docs/dataprocWorkflowTemplate.csharp.md | 584 ++--- docs/dataprocWorkflowTemplate.go.md | 584 ++--- docs/dataprocWorkflowTemplate.java.md | 600 ++--- docs/dataprocWorkflowTemplate.python.md | 584 ++--- docs/dataprocWorkflowTemplate.typescript.md | 576 ++--- package.json | 8 +- .../index.ts | 36 +- .../index.ts | 36 +- src/data-loss-prevention-job-trigger/index.ts | 36 +- .../index.ts | 18 +- src/dataproc-workflow-template/index.ts | 72 +- yarn.lock | 2021 +++++------------ 35 files changed, 4709 insertions(+), 5579 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index de106f8149a..a4b9c552878 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -189,6 +189,7 @@ jobs: MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }} MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }} MAVEN_STAGING_PROFILE_ID: ${{ secrets.MAVEN_STAGING_PROFILE_ID }} + MAVEN_OPTS: --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.text=ALL-UNNAMED --add-opens=java.desktop/java.awt.font=ALL-UNNAMED run: npx -p publib@latest publib-maven - name: Extract Version id: extract-version diff --git a/.projen/deps.json b/.projen/deps.json index 21efcff701e..02cea44d299 100644 --- a/.projen/deps.json +++ b/.projen/deps.json @@ -17,12 +17,12 @@ }, { "name": "cdktf-cli", - "version": "^0.16.0", + "version": "^0.16.3", "type": "build" }, { "name": "cdktf", - "version": "^0.16.0", + "version": "^0.16.3", "type": "build" }, { @@ -93,7 +93,7 @@ }, { "name": "cdktf", - "version": "^0.16.0", + "version": "^0.16.3", "type": "peer" }, { diff --git a/.projenrc.js b/.projenrc.js index 63ab4920fa1..e2e1aa328b9 100644 --- a/.projenrc.js +++ b/.projenrc.js @@ -7,7 +7,7 @@ const { CdktfProviderProject } = require("@cdktf/provider-project"); const project = new CdktfProviderProject({ useCustomGithubRunner: true, terraformProvider: "google@~> 4.0", - cdktfVersion: "^0.16.0", + cdktfVersion: "^0.16.3", constructsVersion: "^10.0.0", minNodeVersion: "16.14.0", jsiiVersion: "^1.53.0", diff --git a/docs/dataLossPreventionDeidentifyTemplate.csharp.md b/docs/dataLossPreventionDeidentifyTemplate.csharp.md index d797feeb527..d103f59121d 100644 --- a/docs/dataLossPreventionDeidentifyTemplate.csharp.md +++ b/docs/dataLossPreventionDeidentifyTemplate.csharp.md @@ -2756,7 +2756,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi using HashiCorp.Cdktf.Providers.Google; new DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfig { - DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList WordList + DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct WordList }; ``` @@ -2764,17 +2764,17 @@ new DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsT | **Name** | **Type** | **Description** | | --- | --- | --- | -| WordList | DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList | word_list block. | +| WordList | DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct | word_list block. | --- ##### `WordList`Required ```csharp -public DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList WordList { get; set; } +public DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct WordList { get; set; } ``` -- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct word_list block. @@ -2782,14 +2782,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi --- -### DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +### DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct -#### Initializer +#### Initializer ```csharp using HashiCorp.Cdktf.Providers.Google; -new DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList { +new DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct { string[] Words }; ``` @@ -2798,11 +2798,11 @@ new DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsT | **Name** | **Type** | **Description** | | --- | --- | --- | -| Words | string[] | Words or phrases defining the dictionary. | +| Words | string[] | Words or phrases defining the dictionary. | --- -##### `Words`Required +##### `Words`Required ```csharp public string[] Words { get; set; } @@ -7155,7 +7155,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi using HashiCorp.Cdktf.Providers.Google; new DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfig { - DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList WordList = null + DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct WordList = null }; ``` @@ -7163,17 +7163,17 @@ new DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFie | **Name** | **Type** | **Description** | | --- | --- | --- | -| WordList | DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList | word_list block. | +| WordList | DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct | word_list block. | --- ##### `WordList`Optional ```csharp -public DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList WordList { get; set; } +public DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct WordList { get; set; } ``` -- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct word_list block. @@ -7181,14 +7181,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi --- -### DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +### DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct -#### Initializer +#### Initializer ```csharp using HashiCorp.Cdktf.Providers.Google; -new DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList { +new DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct { string[] Words }; ``` @@ -7197,11 +7197,11 @@ new DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFie | **Name** | **Type** | **Description** | | --- | --- | --- | -| Words | string[] | Words or phrases defining the dictionary. | +| Words | string[] | Words or phrases defining the dictionary. | --- -##### `Words`Required +##### `Words`Required ```csharp public string[] Words { get; set; } @@ -19006,12 +19006,12 @@ Returns a reversible string representation. ##### `PutWordList` ```csharp -private void PutWordList(DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList Value) +private void PutWordList(DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct Value) ``` ###### `Value`Required -- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct --- @@ -19022,8 +19022,8 @@ private void PutWordList(DataLossPreventionDeidentifyTemplateDeidentifyConfigInf | --- | --- | --- | | CreationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | Fqn | string | *No description.* | -| WordList | DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference | *No description.* | -| WordListInput | DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList | *No description.* | +| WordList | DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference | *No description.* | +| WordListInput | DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct | *No description.* | | InternalValue | DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfig | *No description.* | --- @@ -19055,20 +19055,20 @@ public string Fqn { get; } ##### `WordList`Required ```csharp -public DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference WordList { get; } +public DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference WordList { get; } ``` -- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference +- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference --- ##### `WordListInput`Optional ```csharp -public DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList WordListInput { get; } +public DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct WordListInput { get; } ``` -- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct --- @@ -19083,24 +19083,24 @@ public DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformatio --- -### DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference +### DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference -#### Initializers +#### Initializers ```csharp using HashiCorp.Cdktf.Providers.Google; -new DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute); +new DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute); ``` | **Name** | **Type** | **Description** | | --- | --- | --- | -| TerraformResource | HashiCorp.Cdktf.IInterpolatingParent | The parent resource. | -| TerraformAttribute | string | The attribute on the parent resource this class is referencing. | +| TerraformResource | HashiCorp.Cdktf.IInterpolatingParent | The parent resource. | +| TerraformAttribute | string | The attribute on the parent resource this class is referencing. | --- -##### `TerraformResource`Required +##### `TerraformResource`Required - *Type:* HashiCorp.Cdktf.IInterpolatingParent @@ -19108,7 +19108,7 @@ The parent resource. --- -##### `TerraformAttribute`Required +##### `TerraformAttribute`Required - *Type:* string @@ -19120,149 +19120,149 @@ 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. | +| ComputeFqn | *No description.* | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | --- -##### `ComputeFqn` +##### `ComputeFqn` ```csharp private string ComputeFqn() ``` -##### `GetAnyMapAttribute` +##### `GetAnyMapAttribute` ```csharp private System.Collections.Generic.IDictionary GetAnyMapAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetBooleanAttribute` +##### `GetBooleanAttribute` ```csharp private IResolvable GetBooleanAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetBooleanMapAttribute` +##### `GetBooleanMapAttribute` ```csharp private System.Collections.Generic.IDictionary GetBooleanMapAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetListAttribute` +##### `GetListAttribute` ```csharp private string[] GetListAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetNumberAttribute` +##### `GetNumberAttribute` ```csharp private double GetNumberAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetNumberListAttribute` +##### `GetNumberListAttribute` ```csharp private double[] GetNumberListAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetNumberMapAttribute` +##### `GetNumberMapAttribute` ```csharp private System.Collections.Generic.IDictionary GetNumberMapAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetStringAttribute` +##### `GetStringAttribute` ```csharp private string GetStringAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetStringMapAttribute` +##### `GetStringMapAttribute` ```csharp private System.Collections.Generic.IDictionary GetStringMapAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `InterpolationForAttribute` +##### `InterpolationForAttribute` ```csharp private IResolvable InterpolationForAttribute(string Property) ``` -###### `Property`Required +###### `Property`Required - *Type:* string --- -##### `Resolve` +##### `Resolve` ```csharp private object Resolve(IResolveContext Context) @@ -19270,13 +19270,13 @@ private object Resolve(IResolveContext Context) Produce the Token's value at resolution time. -###### `Context`Required +###### `Context`Required - *Type:* HashiCorp.Cdktf.IResolveContext --- -##### `ToString` +##### `ToString` ```csharp private string ToString() @@ -19291,15 +19291,15 @@ 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.* | -| WordsInput | string[] | *No description.* | -| Words | string[] | *No description.* | -| InternalValue | DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList | *No description.* | +| CreationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | string | *No description.* | +| WordsInput | string[] | *No description.* | +| Words | string[] | *No description.* | +| InternalValue | DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct | *No description.* | --- -##### `CreationStack`Required +##### `CreationStack`Required ```csharp public string[] CreationStack { get; } @@ -19313,7 +19313,7 @@ If this returns an empty array the stack will not be attached. --- -##### `Fqn`Required +##### `Fqn`Required ```csharp public string Fqn { get; } @@ -19323,7 +19323,7 @@ public string Fqn { get; } --- -##### `WordsInput`Optional +##### `WordsInput`Optional ```csharp public string[] WordsInput { get; } @@ -19333,7 +19333,7 @@ public string[] WordsInput { get; } --- -##### `Words`Required +##### `Words`Required ```csharp public string[] Words { get; } @@ -19343,13 +19343,13 @@ public string[] Words { get; } --- -##### `InternalValue`Optional +##### `InternalValue`Optional ```csharp -public DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList InternalValue { get; } +public DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct InternalValue { get; } ``` -- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct --- @@ -42087,12 +42087,12 @@ Returns a reversible string representation. ##### `PutWordList` ```csharp -private void PutWordList(DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList Value) +private void PutWordList(DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct Value) ``` ###### `Value`Required -- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct --- @@ -42109,8 +42109,8 @@ private void ResetWordList() | --- | --- | --- | | CreationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | Fqn | string | *No description.* | -| WordList | DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference | *No description.* | -| WordListInput | DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList | *No description.* | +| WordList | DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference | *No description.* | +| WordListInput | DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct | *No description.* | | InternalValue | DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfig | *No description.* | --- @@ -42142,20 +42142,20 @@ public string Fqn { get; } ##### `WordList`Required ```csharp -public DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference WordList { get; } +public DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference WordList { get; } ``` -- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference +- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference --- ##### `WordListInput`Optional ```csharp -public DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList WordListInput { get; } +public DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct WordListInput { get; } ``` -- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct --- @@ -42170,24 +42170,24 @@ public DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformations --- -### DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference +### DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference -#### Initializers +#### Initializers ```csharp using HashiCorp.Cdktf.Providers.Google; -new DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute); +new DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute); ``` | **Name** | **Type** | **Description** | | --- | --- | --- | -| TerraformResource | HashiCorp.Cdktf.IInterpolatingParent | The parent resource. | -| TerraformAttribute | string | The attribute on the parent resource this class is referencing. | +| TerraformResource | HashiCorp.Cdktf.IInterpolatingParent | The parent resource. | +| TerraformAttribute | string | The attribute on the parent resource this class is referencing. | --- -##### `TerraformResource`Required +##### `TerraformResource`Required - *Type:* HashiCorp.Cdktf.IInterpolatingParent @@ -42195,7 +42195,7 @@ The parent resource. --- -##### `TerraformAttribute`Required +##### `TerraformAttribute`Required - *Type:* string @@ -42207,149 +42207,149 @@ 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. | +| ComputeFqn | *No description.* | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | --- -##### `ComputeFqn` +##### `ComputeFqn` ```csharp private string ComputeFqn() ``` -##### `GetAnyMapAttribute` +##### `GetAnyMapAttribute` ```csharp private System.Collections.Generic.IDictionary GetAnyMapAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetBooleanAttribute` +##### `GetBooleanAttribute` ```csharp private IResolvable GetBooleanAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetBooleanMapAttribute` +##### `GetBooleanMapAttribute` ```csharp private System.Collections.Generic.IDictionary GetBooleanMapAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetListAttribute` +##### `GetListAttribute` ```csharp private string[] GetListAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetNumberAttribute` +##### `GetNumberAttribute` ```csharp private double GetNumberAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetNumberListAttribute` +##### `GetNumberListAttribute` ```csharp private double[] GetNumberListAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetNumberMapAttribute` +##### `GetNumberMapAttribute` ```csharp private System.Collections.Generic.IDictionary GetNumberMapAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetStringAttribute` +##### `GetStringAttribute` ```csharp private string GetStringAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetStringMapAttribute` +##### `GetStringMapAttribute` ```csharp private System.Collections.Generic.IDictionary GetStringMapAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `InterpolationForAttribute` +##### `InterpolationForAttribute` ```csharp private IResolvable InterpolationForAttribute(string Property) ``` -###### `Property`Required +###### `Property`Required - *Type:* string --- -##### `Resolve` +##### `Resolve` ```csharp private object Resolve(IResolveContext Context) @@ -42357,13 +42357,13 @@ private object Resolve(IResolveContext Context) Produce the Token's value at resolution time. -###### `Context`Required +###### `Context`Required - *Type:* HashiCorp.Cdktf.IResolveContext --- -##### `ToString` +##### `ToString` ```csharp private string ToString() @@ -42378,15 +42378,15 @@ 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.* | -| WordsInput | string[] | *No description.* | -| Words | string[] | *No description.* | -| InternalValue | DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList | *No description.* | +| CreationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | string | *No description.* | +| WordsInput | string[] | *No description.* | +| Words | string[] | *No description.* | +| InternalValue | DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct | *No description.* | --- -##### `CreationStack`Required +##### `CreationStack`Required ```csharp public string[] CreationStack { get; } @@ -42400,7 +42400,7 @@ If this returns an empty array the stack will not be attached. --- -##### `Fqn`Required +##### `Fqn`Required ```csharp public string Fqn { get; } @@ -42410,7 +42410,7 @@ public string Fqn { get; } --- -##### `WordsInput`Optional +##### `WordsInput`Optional ```csharp public string[] WordsInput { get; } @@ -42420,7 +42420,7 @@ public string[] WordsInput { get; } --- -##### `Words`Required +##### `Words`Required ```csharp public string[] Words { get; } @@ -42430,13 +42430,13 @@ public string[] Words { get; } --- -##### `InternalValue`Optional +##### `InternalValue`Optional ```csharp -public DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList InternalValue { get; } +public DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct InternalValue { get; } ``` -- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct --- diff --git a/docs/dataLossPreventionDeidentifyTemplate.go.md b/docs/dataLossPreventionDeidentifyTemplate.go.md index 94a5dd2e2ce..7462c4ce1b3 100644 --- a/docs/dataLossPreventionDeidentifyTemplate.go.md +++ b/docs/dataLossPreventionDeidentifyTemplate.go.md @@ -2756,7 +2756,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi import "github.com/cdktf/cdktf-provider-google-go/google/v7/datalosspreventiondeidentifytemplate" &datalosspreventiondeidentifytemplate.DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfig { - WordList: github.com/cdktf/cdktf-provider-google-go/google/v7.dataLossPreventionDeidentifyTemplate.DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList, + WordList: github.com/cdktf/cdktf-provider-google-go/google/v7.dataLossPreventionDeidentifyTemplate.DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct, } ``` @@ -2764,17 +2764,17 @@ import "github.com/cdktf/cdktf-provider-google-go/google/v7/datalosspreventionde | **Name** | **Type** | **Description** | | --- | --- | --- | -| WordList | DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList | word_list block. | +| WordList | DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct | word_list block. | --- ##### `WordList`Required ```go -WordList DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +WordList DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct ``` -- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct word_list block. @@ -2782,14 +2782,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi --- -### DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +### DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct -#### Initializer +#### Initializer ```go import "github.com/cdktf/cdktf-provider-google-go/google/v7/datalosspreventiondeidentifytemplate" -&datalosspreventiondeidentifytemplate.DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList { +&datalosspreventiondeidentifytemplate.DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct { Words: *[]*string, } ``` @@ -2798,11 +2798,11 @@ import "github.com/cdktf/cdktf-provider-google-go/google/v7/datalosspreventionde | **Name** | **Type** | **Description** | | --- | --- | --- | -| Words | *[]*string | Words or phrases defining the dictionary. | +| Words | *[]*string | Words or phrases defining the dictionary. | --- -##### `Words`Required +##### `Words`Required ```go Words *[]*string @@ -7155,7 +7155,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi import "github.com/cdktf/cdktf-provider-google-go/google/v7/datalosspreventiondeidentifytemplate" &datalosspreventiondeidentifytemplate.DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfig { - WordList: github.com/cdktf/cdktf-provider-google-go/google/v7.dataLossPreventionDeidentifyTemplate.DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList, + WordList: github.com/cdktf/cdktf-provider-google-go/google/v7.dataLossPreventionDeidentifyTemplate.DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct, } ``` @@ -7163,17 +7163,17 @@ import "github.com/cdktf/cdktf-provider-google-go/google/v7/datalosspreventionde | **Name** | **Type** | **Description** | | --- | --- | --- | -| WordList | DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList | word_list block. | +| WordList | DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct | word_list block. | --- ##### `WordList`Optional ```go -WordList DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +WordList DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct ``` -- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct word_list block. @@ -7181,14 +7181,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi --- -### DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +### DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct -#### Initializer +#### Initializer ```go import "github.com/cdktf/cdktf-provider-google-go/google/v7/datalosspreventiondeidentifytemplate" -&datalosspreventiondeidentifytemplate.DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList { +&datalosspreventiondeidentifytemplate.DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct { Words: *[]*string, } ``` @@ -7197,11 +7197,11 @@ import "github.com/cdktf/cdktf-provider-google-go/google/v7/datalosspreventionde | **Name** | **Type** | **Description** | | --- | --- | --- | -| Words | *[]*string | Words or phrases defining the dictionary. | +| Words | *[]*string | Words or phrases defining the dictionary. | --- -##### `Words`Required +##### `Words`Required ```go Words *[]*string @@ -19006,12 +19006,12 @@ Returns a reversible string representation. ##### `PutWordList` ```go -func PutWordList(value DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList) +func PutWordList(value DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct) ``` ###### `value`Required -- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct --- @@ -19022,8 +19022,8 @@ func PutWordList(value DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoT | --- | --- | --- | | CreationStack | *[]*string | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | Fqn | *string | *No description.* | -| WordList | DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference | *No description.* | -| WordListInput | DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList | *No description.* | +| WordList | DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference | *No description.* | +| WordListInput | DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct | *No description.* | | InternalValue | DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfig | *No description.* | --- @@ -19055,20 +19055,20 @@ func Fqn() *string ##### `WordList`Required ```go -func WordList() DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference +func WordList() DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference ``` -- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference +- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference --- ##### `WordListInput`Optional ```go -func WordListInput() DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +func WordListInput() DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct ``` -- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct --- @@ -19083,24 +19083,24 @@ func InternalValue() DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTyp --- -### DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference +### DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference -#### Initializers +#### Initializers ```go import "github.com/cdktf/cdktf-provider-google-go/google/v7/datalosspreventiondeidentifytemplate" -datalosspreventiondeidentifytemplate.NewDataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference +datalosspreventiondeidentifytemplate.NewDataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference ``` | **Name** | **Type** | **Description** | | --- | --- | --- | -| terraformResource | github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | *string | The attribute on the parent resource this class is referencing. | +| terraformResource | github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | *string | The attribute on the parent resource this class is referencing. | --- -##### `terraformResource`Required +##### `terraformResource`Required - *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent @@ -19108,7 +19108,7 @@ The parent resource. --- -##### `terraformAttribute`Required +##### `terraformAttribute`Required - *Type:* *string @@ -19120,149 +19120,149 @@ 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. | +| ComputeFqn | *No description.* | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | --- -##### `ComputeFqn` +##### `ComputeFqn` ```go func ComputeFqn() *string ``` -##### `GetAnyMapAttribute` +##### `GetAnyMapAttribute` ```go func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetBooleanAttribute` +##### `GetBooleanAttribute` ```go func GetBooleanAttribute(terraformAttribute *string) IResolvable ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetBooleanMapAttribute` +##### `GetBooleanMapAttribute` ```go func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetListAttribute` +##### `GetListAttribute` ```go func GetListAttribute(terraformAttribute *string) *[]*string ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetNumberAttribute` +##### `GetNumberAttribute` ```go func GetNumberAttribute(terraformAttribute *string) *f64 ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetNumberListAttribute` +##### `GetNumberListAttribute` ```go func GetNumberListAttribute(terraformAttribute *string) *[]*f64 ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetNumberMapAttribute` +##### `GetNumberMapAttribute` ```go func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64 ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetStringAttribute` +##### `GetStringAttribute` ```go func GetStringAttribute(terraformAttribute *string) *string ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetStringMapAttribute` +##### `GetStringMapAttribute` ```go func GetStringMapAttribute(terraformAttribute *string) *map[string]*string ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `InterpolationForAttribute` +##### `InterpolationForAttribute` ```go func InterpolationForAttribute(property *string) IResolvable ``` -###### `property`Required +###### `property`Required - *Type:* *string --- -##### `Resolve` +##### `Resolve` ```go func Resolve(_context IResolveContext) interface{} @@ -19270,13 +19270,13 @@ func Resolve(_context IResolveContext) interface{} Produce the Token's value at resolution time. -###### `_context`Required +###### `_context`Required - *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext --- -##### `ToString` +##### `ToString` ```go func ToString() *string @@ -19291,15 +19291,15 @@ 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.* | -| WordsInput | *[]*string | *No description.* | -| Words | *[]*string | *No description.* | -| InternalValue | DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList | *No description.* | +| CreationStack | *[]*string | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | *string | *No description.* | +| WordsInput | *[]*string | *No description.* | +| Words | *[]*string | *No description.* | +| InternalValue | DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct | *No description.* | --- -##### `CreationStack`Required +##### `CreationStack`Required ```go func CreationStack() *[]*string @@ -19313,7 +19313,7 @@ If this returns an empty array the stack will not be attached. --- -##### `Fqn`Required +##### `Fqn`Required ```go func Fqn() *string @@ -19323,7 +19323,7 @@ func Fqn() *string --- -##### `WordsInput`Optional +##### `WordsInput`Optional ```go func WordsInput() *[]*string @@ -19333,7 +19333,7 @@ func WordsInput() *[]*string --- -##### `Words`Required +##### `Words`Required ```go func Words() *[]*string @@ -19343,13 +19343,13 @@ func Words() *[]*string --- -##### `InternalValue`Optional +##### `InternalValue`Optional ```go -func InternalValue() DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +func InternalValue() DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct ``` -- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct --- @@ -42087,12 +42087,12 @@ Returns a reversible string representation. ##### `PutWordList` ```go -func PutWordList(value DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList) +func PutWordList(value DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct) ``` ###### `value`Required -- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct --- @@ -42109,8 +42109,8 @@ func ResetWordList() | --- | --- | --- | | CreationStack | *[]*string | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | Fqn | *string | *No description.* | -| WordList | DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference | *No description.* | -| WordListInput | DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList | *No description.* | +| WordList | DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference | *No description.* | +| WordListInput | DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct | *No description.* | | InternalValue | DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfig | *No description.* | --- @@ -42142,20 +42142,20 @@ func Fqn() *string ##### `WordList`Required ```go -func WordList() DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference +func WordList() DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference ``` -- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference +- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference --- ##### `WordListInput`Optional ```go -func WordListInput() DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +func WordListInput() DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct ``` -- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct --- @@ -42170,24 +42170,24 @@ func InternalValue() DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordT --- -### DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference +### DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference -#### Initializers +#### Initializers ```go import "github.com/cdktf/cdktf-provider-google-go/google/v7/datalosspreventiondeidentifytemplate" -datalosspreventiondeidentifytemplate.NewDataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference +datalosspreventiondeidentifytemplate.NewDataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference ``` | **Name** | **Type** | **Description** | | --- | --- | --- | -| terraformResource | github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | *string | The attribute on the parent resource this class is referencing. | +| terraformResource | github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | *string | The attribute on the parent resource this class is referencing. | --- -##### `terraformResource`Required +##### `terraformResource`Required - *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent @@ -42195,7 +42195,7 @@ The parent resource. --- -##### `terraformAttribute`Required +##### `terraformAttribute`Required - *Type:* *string @@ -42207,149 +42207,149 @@ 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. | +| ComputeFqn | *No description.* | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | --- -##### `ComputeFqn` +##### `ComputeFqn` ```go func ComputeFqn() *string ``` -##### `GetAnyMapAttribute` +##### `GetAnyMapAttribute` ```go func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetBooleanAttribute` +##### `GetBooleanAttribute` ```go func GetBooleanAttribute(terraformAttribute *string) IResolvable ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetBooleanMapAttribute` +##### `GetBooleanMapAttribute` ```go func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetListAttribute` +##### `GetListAttribute` ```go func GetListAttribute(terraformAttribute *string) *[]*string ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetNumberAttribute` +##### `GetNumberAttribute` ```go func GetNumberAttribute(terraformAttribute *string) *f64 ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetNumberListAttribute` +##### `GetNumberListAttribute` ```go func GetNumberListAttribute(terraformAttribute *string) *[]*f64 ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetNumberMapAttribute` +##### `GetNumberMapAttribute` ```go func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64 ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetStringAttribute` +##### `GetStringAttribute` ```go func GetStringAttribute(terraformAttribute *string) *string ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetStringMapAttribute` +##### `GetStringMapAttribute` ```go func GetStringMapAttribute(terraformAttribute *string) *map[string]*string ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `InterpolationForAttribute` +##### `InterpolationForAttribute` ```go func InterpolationForAttribute(property *string) IResolvable ``` -###### `property`Required +###### `property`Required - *Type:* *string --- -##### `Resolve` +##### `Resolve` ```go func Resolve(_context IResolveContext) interface{} @@ -42357,13 +42357,13 @@ func Resolve(_context IResolveContext) interface{} Produce the Token's value at resolution time. -###### `_context`Required +###### `_context`Required - *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext --- -##### `ToString` +##### `ToString` ```go func ToString() *string @@ -42378,15 +42378,15 @@ 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.* | -| WordsInput | *[]*string | *No description.* | -| Words | *[]*string | *No description.* | -| InternalValue | DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList | *No description.* | +| CreationStack | *[]*string | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | *string | *No description.* | +| WordsInput | *[]*string | *No description.* | +| Words | *[]*string | *No description.* | +| InternalValue | DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct | *No description.* | --- -##### `CreationStack`Required +##### `CreationStack`Required ```go func CreationStack() *[]*string @@ -42400,7 +42400,7 @@ If this returns an empty array the stack will not be attached. --- -##### `Fqn`Required +##### `Fqn`Required ```go func Fqn() *string @@ -42410,7 +42410,7 @@ func Fqn() *string --- -##### `WordsInput`Optional +##### `WordsInput`Optional ```go func WordsInput() *[]*string @@ -42420,7 +42420,7 @@ func WordsInput() *[]*string --- -##### `Words`Required +##### `Words`Required ```go func Words() *[]*string @@ -42430,13 +42430,13 @@ func Words() *[]*string --- -##### `InternalValue`Optional +##### `InternalValue`Optional ```go -func InternalValue() DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +func InternalValue() DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct ``` -- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct --- diff --git a/docs/dataLossPreventionDeidentifyTemplate.java.md b/docs/dataLossPreventionDeidentifyTemplate.java.md index e63607f3c7f..d95c94c01eb 100644 --- a/docs/dataLossPreventionDeidentifyTemplate.java.md +++ b/docs/dataLossPreventionDeidentifyTemplate.java.md @@ -2898,7 +2898,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi import com.hashicorp.cdktf.providers.google.data_loss_prevention_deidentify_template.DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfig; DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfig.builder() - .wordList(DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList) + .wordList(DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct) .build(); ``` @@ -2906,17 +2906,17 @@ DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTrans | **Name** | **Type** | **Description** | | --- | --- | --- | -| wordList | DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList | word_list block. | +| wordList | DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct | word_list block. | --- ##### `wordList`Required ```java -public DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList getWordList(); +public DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct getWordList(); ``` -- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct word_list block. @@ -2924,14 +2924,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi --- -### DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +### DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct -#### Initializer +#### Initializer ```java -import com.hashicorp.cdktf.providers.google.data_loss_prevention_deidentify_template.DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList; +import com.hashicorp.cdktf.providers.google.data_loss_prevention_deidentify_template.DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct; -DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList.builder() +DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct.builder() .words(java.util.List) .build(); ``` @@ -2940,11 +2940,11 @@ DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTrans | **Name** | **Type** | **Description** | | --- | --- | --- | -| words | java.util.List | Words or phrases defining the dictionary. | +| words | java.util.List | Words or phrases defining the dictionary. | --- -##### `words`Required +##### `words`Required ```java public java.util.List getWords(); @@ -7310,7 +7310,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi import com.hashicorp.cdktf.providers.google.data_loss_prevention_deidentify_template.DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfig; DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfig.builder() -// .wordList(DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList) +// .wordList(DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct) .build(); ``` @@ -7318,17 +7318,17 @@ DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTr | **Name** | **Type** | **Description** | | --- | --- | --- | -| wordList | DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList | word_list block. | +| wordList | DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct | word_list block. | --- ##### `wordList`Optional ```java -public DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList getWordList(); +public DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct getWordList(); ``` -- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct word_list block. @@ -7336,14 +7336,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi --- -### DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +### DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct -#### Initializer +#### Initializer ```java -import com.hashicorp.cdktf.providers.google.data_loss_prevention_deidentify_template.DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList; +import com.hashicorp.cdktf.providers.google.data_loss_prevention_deidentify_template.DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct; -DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList.builder() +DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct.builder() .words(java.util.List) .build(); ``` @@ -7352,11 +7352,11 @@ DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTr | **Name** | **Type** | **Description** | | --- | --- | --- | -| words | java.util.List | Words or phrases defining the dictionary. | +| words | java.util.List | Words or phrases defining the dictionary. | --- -##### `words`Required +##### `words`Required ```java public java.util.List getWords(); @@ -19163,12 +19163,12 @@ Returns a reversible string representation. ##### `putWordList` ```java -public void putWordList(DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList value) +public void putWordList(DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct value) ``` ###### `value`Required -- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct --- @@ -19179,8 +19179,8 @@ public void putWordList(DataLossPreventionDeidentifyTemplateDeidentifyConfigInfo | --- | --- | --- | | creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | fqn | java.lang.String | *No description.* | -| wordList | DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference | *No description.* | -| wordListInput | DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList | *No description.* | +| wordList | DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference | *No description.* | +| wordListInput | DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct | *No description.* | | internalValue | DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfig | *No description.* | --- @@ -19212,20 +19212,20 @@ public java.lang.String getFqn(); ##### `wordList`Required ```java -public DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference getWordList(); +public DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference getWordList(); ``` -- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference +- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference --- ##### `wordListInput`Optional ```java -public DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList getWordListInput(); +public DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct getWordListInput(); ``` -- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct --- @@ -19240,24 +19240,24 @@ public DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformatio --- -### DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference +### DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference -#### Initializers +#### Initializers ```java -import com.hashicorp.cdktf.providers.google.data_loss_prevention_deidentify_template.DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference; +import com.hashicorp.cdktf.providers.google.data_loss_prevention_deidentify_template.DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference; -new DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference(IInterpolatingParent terraformResource, java.lang.String terraformAttribute); +new DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference(IInterpolatingParent terraformResource, java.lang.String terraformAttribute); ``` | **Name** | **Type** | **Description** | | --- | --- | --- | -| terraformResource | com.hashicorp.cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | java.lang.String | The attribute on the parent resource this class is referencing. | +| terraformResource | com.hashicorp.cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | java.lang.String | The attribute on the parent resource this class is referencing. | --- -##### `terraformResource`Required +##### `terraformResource`Required - *Type:* com.hashicorp.cdktf.IInterpolatingParent @@ -19265,7 +19265,7 @@ The parent resource. --- -##### `terraformAttribute`Required +##### `terraformAttribute`Required - *Type:* java.lang.String @@ -19277,149 +19277,149 @@ 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. | +| computeFqn | *No description.* | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | --- -##### `computeFqn` +##### `computeFqn` ```java public java.lang.String computeFqn() ``` -##### `getAnyMapAttribute` +##### `getAnyMapAttribute` ```java public java.util.Map getAnyMapAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getBooleanAttribute` +##### `getBooleanAttribute` ```java public IResolvable getBooleanAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getBooleanMapAttribute` +##### `getBooleanMapAttribute` ```java public java.util.Map getBooleanMapAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getListAttribute` +##### `getListAttribute` ```java public java.util.List getListAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getNumberAttribute` +##### `getNumberAttribute` ```java public java.lang.Number getNumberAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getNumberListAttribute` +##### `getNumberListAttribute` ```java public java.util.List getNumberListAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getNumberMapAttribute` +##### `getNumberMapAttribute` ```java public java.util.Map getNumberMapAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getStringAttribute` +##### `getStringAttribute` ```java public java.lang.String getStringAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getStringMapAttribute` +##### `getStringMapAttribute` ```java public java.util.Map getStringMapAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `interpolationForAttribute` +##### `interpolationForAttribute` ```java public IResolvable interpolationForAttribute(java.lang.String property) ``` -###### `property`Required +###### `property`Required - *Type:* java.lang.String --- -##### `resolve` +##### `resolve` ```java public java.lang.Object resolve(IResolveContext _context) @@ -19427,13 +19427,13 @@ public java.lang.Object resolve(IResolveContext _context) Produce the Token's value at resolution time. -###### `_context`Required +###### `_context`Required - *Type:* com.hashicorp.cdktf.IResolveContext --- -##### `toString` +##### `toString` ```java public java.lang.String toString() @@ -19448,15 +19448,15 @@ Returns a reversible string representation. | **Name** | **Type** | **Description** | | --- | --- | --- | -| creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| fqn | java.lang.String | *No description.* | -| wordsInput | java.util.List | *No description.* | -| words | java.util.List | *No description.* | -| internalValue | DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList | *No description.* | +| creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | java.lang.String | *No description.* | +| wordsInput | java.util.List | *No description.* | +| words | java.util.List | *No description.* | +| internalValue | DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct | *No description.* | --- -##### `creationStack`Required +##### `creationStack`Required ```java public java.util.List getCreationStack(); @@ -19470,7 +19470,7 @@ If this returns an empty array the stack will not be attached. --- -##### `fqn`Required +##### `fqn`Required ```java public java.lang.String getFqn(); @@ -19480,7 +19480,7 @@ public java.lang.String getFqn(); --- -##### `wordsInput`Optional +##### `wordsInput`Optional ```java public java.util.List getWordsInput(); @@ -19490,7 +19490,7 @@ public java.util.List getWordsInput(); --- -##### `words`Required +##### `words`Required ```java public java.util.List getWords(); @@ -19500,13 +19500,13 @@ public java.util.List getWords(); --- -##### `internalValue`Optional +##### `internalValue`Optional ```java -public DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList getInternalValue(); +public DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct getInternalValue(); ``` -- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct --- @@ -42244,12 +42244,12 @@ Returns a reversible string representation. ##### `putWordList` ```java -public void putWordList(DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList value) +public void putWordList(DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct value) ``` ###### `value`Required -- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct --- @@ -42266,8 +42266,8 @@ public void resetWordList() | --- | --- | --- | | creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | fqn | java.lang.String | *No description.* | -| wordList | DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference | *No description.* | -| wordListInput | DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList | *No description.* | +| wordList | DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference | *No description.* | +| wordListInput | DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct | *No description.* | | internalValue | DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfig | *No description.* | --- @@ -42299,20 +42299,20 @@ public java.lang.String getFqn(); ##### `wordList`Required ```java -public DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference getWordList(); +public DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference getWordList(); ``` -- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference +- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference --- ##### `wordListInput`Optional ```java -public DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList getWordListInput(); +public DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct getWordListInput(); ``` -- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct --- @@ -42327,24 +42327,24 @@ public DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformations --- -### DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference +### DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference -#### Initializers +#### Initializers ```java -import com.hashicorp.cdktf.providers.google.data_loss_prevention_deidentify_template.DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference; +import com.hashicorp.cdktf.providers.google.data_loss_prevention_deidentify_template.DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference; -new DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference(IInterpolatingParent terraformResource, java.lang.String terraformAttribute); +new DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference(IInterpolatingParent terraformResource, java.lang.String terraformAttribute); ``` | **Name** | **Type** | **Description** | | --- | --- | --- | -| terraformResource | com.hashicorp.cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | java.lang.String | The attribute on the parent resource this class is referencing. | +| terraformResource | com.hashicorp.cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | java.lang.String | The attribute on the parent resource this class is referencing. | --- -##### `terraformResource`Required +##### `terraformResource`Required - *Type:* com.hashicorp.cdktf.IInterpolatingParent @@ -42352,7 +42352,7 @@ The parent resource. --- -##### `terraformAttribute`Required +##### `terraformAttribute`Required - *Type:* java.lang.String @@ -42364,149 +42364,149 @@ 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. | +| computeFqn | *No description.* | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | --- -##### `computeFqn` +##### `computeFqn` ```java public java.lang.String computeFqn() ``` -##### `getAnyMapAttribute` +##### `getAnyMapAttribute` ```java public java.util.Map getAnyMapAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getBooleanAttribute` +##### `getBooleanAttribute` ```java public IResolvable getBooleanAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getBooleanMapAttribute` +##### `getBooleanMapAttribute` ```java public java.util.Map getBooleanMapAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getListAttribute` +##### `getListAttribute` ```java public java.util.List getListAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getNumberAttribute` +##### `getNumberAttribute` ```java public java.lang.Number getNumberAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getNumberListAttribute` +##### `getNumberListAttribute` ```java public java.util.List getNumberListAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getNumberMapAttribute` +##### `getNumberMapAttribute` ```java public java.util.Map getNumberMapAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getStringAttribute` +##### `getStringAttribute` ```java public java.lang.String getStringAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getStringMapAttribute` +##### `getStringMapAttribute` ```java public java.util.Map getStringMapAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `interpolationForAttribute` +##### `interpolationForAttribute` ```java public IResolvable interpolationForAttribute(java.lang.String property) ``` -###### `property`Required +###### `property`Required - *Type:* java.lang.String --- -##### `resolve` +##### `resolve` ```java public java.lang.Object resolve(IResolveContext _context) @@ -42514,13 +42514,13 @@ public java.lang.Object resolve(IResolveContext _context) Produce the Token's value at resolution time. -###### `_context`Required +###### `_context`Required - *Type:* com.hashicorp.cdktf.IResolveContext --- -##### `toString` +##### `toString` ```java public java.lang.String toString() @@ -42535,15 +42535,15 @@ Returns a reversible string representation. | **Name** | **Type** | **Description** | | --- | --- | --- | -| creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| fqn | java.lang.String | *No description.* | -| wordsInput | java.util.List | *No description.* | -| words | java.util.List | *No description.* | -| internalValue | DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList | *No description.* | +| creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | java.lang.String | *No description.* | +| wordsInput | java.util.List | *No description.* | +| words | java.util.List | *No description.* | +| internalValue | DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct | *No description.* | --- -##### `creationStack`Required +##### `creationStack`Required ```java public java.util.List getCreationStack(); @@ -42557,7 +42557,7 @@ If this returns an empty array the stack will not be attached. --- -##### `fqn`Required +##### `fqn`Required ```java public java.lang.String getFqn(); @@ -42567,7 +42567,7 @@ public java.lang.String getFqn(); --- -##### `wordsInput`Optional +##### `wordsInput`Optional ```java public java.util.List getWordsInput(); @@ -42577,7 +42577,7 @@ public java.util.List getWordsInput(); --- -##### `words`Required +##### `words`Required ```java public java.util.List getWords(); @@ -42587,13 +42587,13 @@ public java.util.List getWords(); --- -##### `internalValue`Optional +##### `internalValue`Optional ```java -public DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList getInternalValue(); +public DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct getInternalValue(); ``` -- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct --- diff --git a/docs/dataLossPreventionDeidentifyTemplate.python.md b/docs/dataLossPreventionDeidentifyTemplate.python.md index 66d882c0bc1..4c41ea591d1 100644 --- a/docs/dataLossPreventionDeidentifyTemplate.python.md +++ b/docs/dataLossPreventionDeidentifyTemplate.python.md @@ -2963,7 +2963,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi from cdktf_cdktf_provider_google import data_loss_prevention_deidentify_template dataLossPreventionDeidentifyTemplate.DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfig( - word_list: DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList + word_list: DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct ) ``` @@ -2971,17 +2971,17 @@ dataLossPreventionDeidentifyTemplate.DataLossPreventionDeidentifyTemplateDeident | **Name** | **Type** | **Description** | | --- | --- | --- | -| word_list | DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList | word_list block. | +| word_list | DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct | word_list block. | --- ##### `word_list`Required ```python -word_list: DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +word_list: DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct ``` -- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct word_list block. @@ -2989,14 +2989,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi --- -### DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +### DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct -#### Initializer +#### Initializer ```python from cdktf_cdktf_provider_google import data_loss_prevention_deidentify_template -dataLossPreventionDeidentifyTemplate.DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList( +dataLossPreventionDeidentifyTemplate.DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct( words: typing.List[str] ) ``` @@ -3005,11 +3005,11 @@ dataLossPreventionDeidentifyTemplate.DataLossPreventionDeidentifyTemplateDeident | **Name** | **Type** | **Description** | | --- | --- | --- | -| words | typing.List[str] | Words or phrases defining the dictionary. | +| words | typing.List[str] | Words or phrases defining the dictionary. | --- -##### `words`Required +##### `words`Required ```python words: typing.List[str] @@ -7360,7 +7360,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi from cdktf_cdktf_provider_google import data_loss_prevention_deidentify_template dataLossPreventionDeidentifyTemplate.DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfig( - word_list: DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList = None + word_list: DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct = None ) ``` @@ -7368,17 +7368,17 @@ dataLossPreventionDeidentifyTemplate.DataLossPreventionDeidentifyTemplateDeident | **Name** | **Type** | **Description** | | --- | --- | --- | -| word_list | DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList | word_list block. | +| word_list | DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct | word_list block. | --- ##### `word_list`Optional ```python -word_list: DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +word_list: DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct ``` -- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct word_list block. @@ -7386,14 +7386,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi --- -### DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +### DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct -#### Initializer +#### Initializer ```python from cdktf_cdktf_provider_google import data_loss_prevention_deidentify_template -dataLossPreventionDeidentifyTemplate.DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList( +dataLossPreventionDeidentifyTemplate.DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct( words: typing.List[str] ) ``` @@ -7402,11 +7402,11 @@ dataLossPreventionDeidentifyTemplate.DataLossPreventionDeidentifyTemplateDeident | **Name** | **Type** | **Description** | | --- | --- | --- | -| words | typing.List[str] | Words or phrases defining the dictionary. | +| words | typing.List[str] | Words or phrases defining the dictionary. | --- -##### `words`Required +##### `words`Required ```python words: typing.List[str] @@ -18430,13 +18430,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ```python def put_replace_dictionary_config( - word_list: DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList + word_list: DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct ) -> None ``` ###### `word_list`Required -- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct word_list block. @@ -20661,8 +20661,8 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi | --- | --- | --- | | creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | fqn | str | *No description.* | -| word_list | DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference | *No description.* | -| word_list_input | DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList | *No description.* | +| word_list | DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference | *No description.* | +| word_list_input | DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct | *No description.* | | internal_value | DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfig | *No description.* | --- @@ -20694,20 +20694,20 @@ fqn: str ##### `word_list`Required ```python -word_list: DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference +word_list: DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference ``` -- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference +- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference --- ##### `word_list_input`Optional ```python -word_list_input: DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +word_list_input: DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct ``` -- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct --- @@ -20722,14 +20722,14 @@ internal_value: DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTran --- -### DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference +### DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference -#### Initializers +#### Initializers ```python from cdktf_cdktf_provider_google import data_loss_prevention_deidentify_template -dataLossPreventionDeidentifyTemplate.DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference( +dataLossPreventionDeidentifyTemplate.DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference( terraform_resource: IInterpolatingParent, terraform_attribute: str ) @@ -20737,12 +20737,12 @@ dataLossPreventionDeidentifyTemplate.DataLossPreventionDeidentifyTemplateDeident | **Name** | **Type** | **Description** | | --- | --- | --- | -| terraform_resource | cdktf.IInterpolatingParent | The parent resource. | -| terraform_attribute | str | The attribute on the parent resource this class is referencing. | +| terraform_resource | cdktf.IInterpolatingParent | The parent resource. | +| terraform_attribute | str | The attribute on the parent resource this class is referencing. | --- -##### `terraform_resource`Required +##### `terraform_resource`Required - *Type:* cdktf.IInterpolatingParent @@ -20750,7 +20750,7 @@ The parent resource. --- -##### `terraform_attribute`Required +##### `terraform_attribute`Required - *Type:* str @@ -20762,29 +20762,29 @@ The attribute on the parent resource this class is referencing. | **Name** | **Description** | | --- | --- | -| compute_fqn | *No description.* | -| get_any_map_attribute | *No description.* | -| get_boolean_attribute | *No description.* | -| get_boolean_map_attribute | *No description.* | -| get_list_attribute | *No description.* | -| get_number_attribute | *No description.* | -| get_number_list_attribute | *No description.* | -| get_number_map_attribute | *No description.* | -| get_string_attribute | *No description.* | -| get_string_map_attribute | *No description.* | -| interpolation_for_attribute | *No description.* | -| resolve | Produce the Token's value at resolution time. | -| to_string | Return a string representation of this resolvable object. | +| compute_fqn | *No description.* | +| get_any_map_attribute | *No description.* | +| get_boolean_attribute | *No description.* | +| get_boolean_map_attribute | *No description.* | +| get_list_attribute | *No description.* | +| get_number_attribute | *No description.* | +| get_number_list_attribute | *No description.* | +| get_number_map_attribute | *No description.* | +| get_string_attribute | *No description.* | +| get_string_map_attribute | *No description.* | +| interpolation_for_attribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| to_string | Return a string representation of this resolvable object. | --- -##### `compute_fqn` +##### `compute_fqn` ```python def compute_fqn() -> str ``` -##### `get_any_map_attribute` +##### `get_any_map_attribute` ```python def get_any_map_attribute( @@ -20792,13 +20792,13 @@ def get_any_map_attribute( ) -> typing.Mapping[typing.Any] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_boolean_attribute` +##### `get_boolean_attribute` ```python def get_boolean_attribute( @@ -20806,13 +20806,13 @@ def get_boolean_attribute( ) -> IResolvable ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_boolean_map_attribute` +##### `get_boolean_map_attribute` ```python def get_boolean_map_attribute( @@ -20820,13 +20820,13 @@ def get_boolean_map_attribute( ) -> typing.Mapping[bool] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_list_attribute` +##### `get_list_attribute` ```python def get_list_attribute( @@ -20834,13 +20834,13 @@ def get_list_attribute( ) -> typing.List[str] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_number_attribute` +##### `get_number_attribute` ```python def get_number_attribute( @@ -20848,13 +20848,13 @@ def get_number_attribute( ) -> typing.Union[int, float] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_number_list_attribute` +##### `get_number_list_attribute` ```python def get_number_list_attribute( @@ -20862,13 +20862,13 @@ def get_number_list_attribute( ) -> typing.List[typing.Union[int, float]] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_number_map_attribute` +##### `get_number_map_attribute` ```python def get_number_map_attribute( @@ -20876,13 +20876,13 @@ def get_number_map_attribute( ) -> typing.Mapping[typing.Union[int, float]] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_string_attribute` +##### `get_string_attribute` ```python def get_string_attribute( @@ -20890,13 +20890,13 @@ def get_string_attribute( ) -> str ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_string_map_attribute` +##### `get_string_map_attribute` ```python def get_string_map_attribute( @@ -20904,13 +20904,13 @@ def get_string_map_attribute( ) -> typing.Mapping[str] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `interpolation_for_attribute` +##### `interpolation_for_attribute` ```python def interpolation_for_attribute( @@ -20918,13 +20918,13 @@ def interpolation_for_attribute( ) -> IResolvable ``` -###### `property`Required +###### `property`Required - *Type:* str --- -##### `resolve` +##### `resolve` ```python def resolve( @@ -20934,13 +20934,13 @@ def resolve( Produce the Token's value at resolution time. -###### `_context`Required +###### `_context`Required - *Type:* cdktf.IResolveContext --- -##### `to_string` +##### `to_string` ```python def to_string() -> str @@ -20955,15 +20955,15 @@ Returns a reversible string representation. | **Name** | **Type** | **Description** | | --- | --- | --- | -| creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| fqn | str | *No description.* | -| words_input | typing.List[str] | *No description.* | -| words | typing.List[str] | *No description.* | -| internal_value | DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList | *No description.* | +| creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | str | *No description.* | +| words_input | typing.List[str] | *No description.* | +| words | typing.List[str] | *No description.* | +| internal_value | DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct | *No description.* | --- -##### `creation_stack`Required +##### `creation_stack`Required ```python creation_stack: typing.List[str] @@ -20977,7 +20977,7 @@ If this returns an empty array the stack will not be attached. --- -##### `fqn`Required +##### `fqn`Required ```python fqn: str @@ -20987,7 +20987,7 @@ fqn: str --- -##### `words_input`Optional +##### `words_input`Optional ```python words_input: typing.List[str] @@ -20997,7 +20997,7 @@ words_input: typing.List[str] --- -##### `words`Required +##### `words`Required ```python words: typing.List[str] @@ -21007,13 +21007,13 @@ words: typing.List[str] --- -##### `internal_value`Optional +##### `internal_value`Optional ```python -internal_value: DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +internal_value: DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct ``` -- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct --- @@ -44596,13 +44596,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ```python def put_replace_dictionary_config( - word_list: DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList = None + word_list: DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct = None ) -> None ``` ###### `word_list`Optional -- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct word_list block. @@ -47271,8 +47271,8 @@ def reset_word_list() -> None | --- | --- | --- | | creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | fqn | str | *No description.* | -| word_list | DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference | *No description.* | -| word_list_input | DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList | *No description.* | +| word_list | DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference | *No description.* | +| word_list_input | DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct | *No description.* | | internal_value | DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfig | *No description.* | --- @@ -47304,20 +47304,20 @@ fqn: str ##### `word_list`Required ```python -word_list: DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference +word_list: DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference ``` -- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference +- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference --- ##### `word_list_input`Optional ```python -word_list_input: DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +word_list_input: DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct ``` -- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct --- @@ -47332,14 +47332,14 @@ internal_value: DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransf --- -### DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference +### DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference -#### Initializers +#### Initializers ```python from cdktf_cdktf_provider_google import data_loss_prevention_deidentify_template -dataLossPreventionDeidentifyTemplate.DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference( +dataLossPreventionDeidentifyTemplate.DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference( terraform_resource: IInterpolatingParent, terraform_attribute: str ) @@ -47347,12 +47347,12 @@ dataLossPreventionDeidentifyTemplate.DataLossPreventionDeidentifyTemplateDeident | **Name** | **Type** | **Description** | | --- | --- | --- | -| terraform_resource | cdktf.IInterpolatingParent | The parent resource. | -| terraform_attribute | str | The attribute on the parent resource this class is referencing. | +| terraform_resource | cdktf.IInterpolatingParent | The parent resource. | +| terraform_attribute | str | The attribute on the parent resource this class is referencing. | --- -##### `terraform_resource`Required +##### `terraform_resource`Required - *Type:* cdktf.IInterpolatingParent @@ -47360,7 +47360,7 @@ The parent resource. --- -##### `terraform_attribute`Required +##### `terraform_attribute`Required - *Type:* str @@ -47372,29 +47372,29 @@ The attribute on the parent resource this class is referencing. | **Name** | **Description** | | --- | --- | -| compute_fqn | *No description.* | -| get_any_map_attribute | *No description.* | -| get_boolean_attribute | *No description.* | -| get_boolean_map_attribute | *No description.* | -| get_list_attribute | *No description.* | -| get_number_attribute | *No description.* | -| get_number_list_attribute | *No description.* | -| get_number_map_attribute | *No description.* | -| get_string_attribute | *No description.* | -| get_string_map_attribute | *No description.* | -| interpolation_for_attribute | *No description.* | -| resolve | Produce the Token's value at resolution time. | -| to_string | Return a string representation of this resolvable object. | +| compute_fqn | *No description.* | +| get_any_map_attribute | *No description.* | +| get_boolean_attribute | *No description.* | +| get_boolean_map_attribute | *No description.* | +| get_list_attribute | *No description.* | +| get_number_attribute | *No description.* | +| get_number_list_attribute | *No description.* | +| get_number_map_attribute | *No description.* | +| get_string_attribute | *No description.* | +| get_string_map_attribute | *No description.* | +| interpolation_for_attribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| to_string | Return a string representation of this resolvable object. | --- -##### `compute_fqn` +##### `compute_fqn` ```python def compute_fqn() -> str ``` -##### `get_any_map_attribute` +##### `get_any_map_attribute` ```python def get_any_map_attribute( @@ -47402,13 +47402,13 @@ def get_any_map_attribute( ) -> typing.Mapping[typing.Any] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_boolean_attribute` +##### `get_boolean_attribute` ```python def get_boolean_attribute( @@ -47416,13 +47416,13 @@ def get_boolean_attribute( ) -> IResolvable ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_boolean_map_attribute` +##### `get_boolean_map_attribute` ```python def get_boolean_map_attribute( @@ -47430,13 +47430,13 @@ def get_boolean_map_attribute( ) -> typing.Mapping[bool] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_list_attribute` +##### `get_list_attribute` ```python def get_list_attribute( @@ -47444,13 +47444,13 @@ def get_list_attribute( ) -> typing.List[str] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_number_attribute` +##### `get_number_attribute` ```python def get_number_attribute( @@ -47458,13 +47458,13 @@ def get_number_attribute( ) -> typing.Union[int, float] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_number_list_attribute` +##### `get_number_list_attribute` ```python def get_number_list_attribute( @@ -47472,13 +47472,13 @@ def get_number_list_attribute( ) -> typing.List[typing.Union[int, float]] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_number_map_attribute` +##### `get_number_map_attribute` ```python def get_number_map_attribute( @@ -47486,13 +47486,13 @@ def get_number_map_attribute( ) -> typing.Mapping[typing.Union[int, float]] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_string_attribute` +##### `get_string_attribute` ```python def get_string_attribute( @@ -47500,13 +47500,13 @@ def get_string_attribute( ) -> str ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_string_map_attribute` +##### `get_string_map_attribute` ```python def get_string_map_attribute( @@ -47514,13 +47514,13 @@ def get_string_map_attribute( ) -> typing.Mapping[str] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `interpolation_for_attribute` +##### `interpolation_for_attribute` ```python def interpolation_for_attribute( @@ -47528,13 +47528,13 @@ def interpolation_for_attribute( ) -> IResolvable ``` -###### `property`Required +###### `property`Required - *Type:* str --- -##### `resolve` +##### `resolve` ```python def resolve( @@ -47544,13 +47544,13 @@ def resolve( Produce the Token's value at resolution time. -###### `_context`Required +###### `_context`Required - *Type:* cdktf.IResolveContext --- -##### `to_string` +##### `to_string` ```python def to_string() -> str @@ -47565,15 +47565,15 @@ Returns a reversible string representation. | **Name** | **Type** | **Description** | | --- | --- | --- | -| creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| fqn | str | *No description.* | -| words_input | typing.List[str] | *No description.* | -| words | typing.List[str] | *No description.* | -| internal_value | DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList | *No description.* | +| creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | str | *No description.* | +| words_input | typing.List[str] | *No description.* | +| words | typing.List[str] | *No description.* | +| internal_value | DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct | *No description.* | --- -##### `creation_stack`Required +##### `creation_stack`Required ```python creation_stack: typing.List[str] @@ -47587,7 +47587,7 @@ If this returns an empty array the stack will not be attached. --- -##### `fqn`Required +##### `fqn`Required ```python fqn: str @@ -47597,7 +47597,7 @@ fqn: str --- -##### `words_input`Optional +##### `words_input`Optional ```python words_input: typing.List[str] @@ -47607,7 +47607,7 @@ words_input: typing.List[str] --- -##### `words`Required +##### `words`Required ```python words: typing.List[str] @@ -47617,13 +47617,13 @@ words: typing.List[str] --- -##### `internal_value`Optional +##### `internal_value`Optional ```python -internal_value: DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +internal_value: DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct ``` -- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct --- diff --git a/docs/dataLossPreventionDeidentifyTemplate.typescript.md b/docs/dataLossPreventionDeidentifyTemplate.typescript.md index 269ce29b188..c269381123c 100644 --- a/docs/dataLossPreventionDeidentifyTemplate.typescript.md +++ b/docs/dataLossPreventionDeidentifyTemplate.typescript.md @@ -2638,17 +2638,17 @@ const dataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformation | **Name** | **Type** | **Description** | | --- | --- | --- | -| wordList | DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList | word_list block. | +| wordList | DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct | word_list block. | --- ##### `wordList`Required ```typescript -public readonly wordList: DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList; +public readonly wordList: DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct; ``` -- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct word_list block. @@ -2656,25 +2656,25 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi --- -### DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +### DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct -#### Initializer +#### Initializer ```typescript import { dataLossPreventionDeidentifyTemplate } from '@cdktf/provider-google' -const dataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList: dataLossPreventionDeidentifyTemplate.DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList = { ... } +const dataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct: dataLossPreventionDeidentifyTemplate.DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct = { ... } ``` #### Properties | **Name** | **Type** | **Description** | | --- | --- | --- | -| words | string[] | Words or phrases defining the dictionary. | +| words | string[] | Words or phrases defining the dictionary. | --- -##### `words`Required +##### `words`Required ```typescript public readonly words: string[]; @@ -6776,17 +6776,17 @@ const dataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsF | **Name** | **Type** | **Description** | | --- | --- | --- | -| wordList | DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList | word_list block. | +| wordList | DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct | word_list block. | --- ##### `wordList`Optional ```typescript -public readonly wordList: DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList; +public readonly wordList: DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct; ``` -- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct word_list block. @@ -6794,25 +6794,25 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi --- -### DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +### DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct -#### Initializer +#### Initializer ```typescript import { dataLossPreventionDeidentifyTemplate } from '@cdktf/provider-google' -const dataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList: dataLossPreventionDeidentifyTemplate.DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList = { ... } +const dataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct: dataLossPreventionDeidentifyTemplate.DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct = { ... } ``` #### Properties | **Name** | **Type** | **Description** | | --- | --- | --- | -| words | string[] | Words or phrases defining the dictionary. | +| words | string[] | Words or phrases defining the dictionary. | --- -##### `words`Required +##### `words`Required ```typescript public readonly words: string[]; @@ -18578,12 +18578,12 @@ Returns a reversible string representation. ##### `putWordList` ```typescript -public putWordList(value: DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList): void +public putWordList(value: DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct): void ``` ###### `value`Required -- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct --- @@ -18594,8 +18594,8 @@ public putWordList(value: DataLossPreventionDeidentifyTemplateDeidentifyConfigIn | --- | --- | --- | | creationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | fqn | string | *No description.* | -| wordList | DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference | *No description.* | -| wordListInput | DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList | *No description.* | +| wordList | DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference | *No description.* | +| wordListInput | DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct | *No description.* | | internalValue | DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfig | *No description.* | --- @@ -18627,20 +18627,20 @@ public readonly fqn: string; ##### `wordList`Required ```typescript -public readonly wordList: DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference; +public readonly wordList: DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference; ``` -- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference +- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference --- ##### `wordListInput`Optional ```typescript -public readonly wordListInput: DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList; +public readonly wordListInput: DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct; ``` -- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct --- @@ -18655,24 +18655,24 @@ public readonly internalValue: DataLossPreventionDeidentifyTemplateDeidentifyCon --- -### DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference +### DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference -#### Initializers +#### Initializers ```typescript import { dataLossPreventionDeidentifyTemplate } from '@cdktf/provider-google' -new dataLossPreventionDeidentifyTemplate.DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string) +new dataLossPreventionDeidentifyTemplate.DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference(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. | +| terraformResource | cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | string | The attribute on the parent resource this class is referencing. | --- -##### `terraformResource`Required +##### `terraformResource`Required - *Type:* cdktf.IInterpolatingParent @@ -18680,7 +18680,7 @@ The parent resource. --- -##### `terraformAttribute`Required +##### `terraformAttribute`Required - *Type:* string @@ -18692,149 +18692,149 @@ 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. | +| computeFqn | *No description.* | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | --- -##### `computeFqn` +##### `computeFqn` ```typescript public computeFqn(): string ``` -##### `getAnyMapAttribute` +##### `getAnyMapAttribute` ```typescript public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any} ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getBooleanAttribute` +##### `getBooleanAttribute` ```typescript public getBooleanAttribute(terraformAttribute: string): IResolvable ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getBooleanMapAttribute` +##### `getBooleanMapAttribute` ```typescript public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean} ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getListAttribute` +##### `getListAttribute` ```typescript public getListAttribute(terraformAttribute: string): string[] ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getNumberAttribute` +##### `getNumberAttribute` ```typescript public getNumberAttribute(terraformAttribute: string): number ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getNumberListAttribute` +##### `getNumberListAttribute` ```typescript public getNumberListAttribute(terraformAttribute: string): number[] ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getNumberMapAttribute` +##### `getNumberMapAttribute` ```typescript public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number} ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getStringAttribute` +##### `getStringAttribute` ```typescript public getStringAttribute(terraformAttribute: string): string ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getStringMapAttribute` +##### `getStringMapAttribute` ```typescript public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string} ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `interpolationForAttribute` +##### `interpolationForAttribute` ```typescript public interpolationForAttribute(property: string): IResolvable ``` -###### `property`Required +###### `property`Required - *Type:* string --- -##### `resolve` +##### `resolve` ```typescript public resolve(_context: IResolveContext): any @@ -18842,13 +18842,13 @@ public resolve(_context: IResolveContext): any Produce the Token's value at resolution time. -###### `_context`Required +###### `_context`Required - *Type:* cdktf.IResolveContext --- -##### `toString` +##### `toString` ```typescript public toString(): string @@ -18863,15 +18863,15 @@ 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.* | -| wordsInput | string[] | *No description.* | -| words | string[] | *No description.* | -| internalValue | DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList | *No description.* | +| creationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | string | *No description.* | +| wordsInput | string[] | *No description.* | +| words | string[] | *No description.* | +| internalValue | DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct | *No description.* | --- -##### `creationStack`Required +##### `creationStack`Required ```typescript public readonly creationStack: string[]; @@ -18885,7 +18885,7 @@ If this returns an empty array the stack will not be attached. --- -##### `fqn`Required +##### `fqn`Required ```typescript public readonly fqn: string; @@ -18895,7 +18895,7 @@ public readonly fqn: string; --- -##### `wordsInput`Optional +##### `wordsInput`Optional ```typescript public readonly wordsInput: string[]; @@ -18905,7 +18905,7 @@ public readonly wordsInput: string[]; --- -##### `words`Required +##### `words`Required ```typescript public readonly words: string[]; @@ -18915,13 +18915,13 @@ public readonly words: string[]; --- -##### `internalValue`Optional +##### `internalValue`Optional ```typescript -public readonly internalValue: DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList; +public readonly internalValue: DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct; ``` -- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct --- @@ -41659,12 +41659,12 @@ Returns a reversible string representation. ##### `putWordList` ```typescript -public putWordList(value: DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList): void +public putWordList(value: DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct): void ``` ###### `value`Required -- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct --- @@ -41681,8 +41681,8 @@ public resetWordList(): void | --- | --- | --- | | creationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | fqn | string | *No description.* | -| wordList | DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference | *No description.* | -| wordListInput | DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList | *No description.* | +| wordList | DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference | *No description.* | +| wordListInput | DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct | *No description.* | | internalValue | DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfig | *No description.* | --- @@ -41714,20 +41714,20 @@ public readonly fqn: string; ##### `wordList`Required ```typescript -public readonly wordList: DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference; +public readonly wordList: DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference; ``` -- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference +- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference --- ##### `wordListInput`Optional ```typescript -public readonly wordListInput: DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList; +public readonly wordListInput: DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct; ``` -- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct --- @@ -41742,24 +41742,24 @@ public readonly internalValue: DataLossPreventionDeidentifyTemplateDeidentifyCon --- -### DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference +### DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference -#### Initializers +#### Initializers ```typescript import { dataLossPreventionDeidentifyTemplate } from '@cdktf/provider-google' -new dataLossPreventionDeidentifyTemplate.DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string) +new dataLossPreventionDeidentifyTemplate.DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference(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. | +| terraformResource | cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | string | The attribute on the parent resource this class is referencing. | --- -##### `terraformResource`Required +##### `terraformResource`Required - *Type:* cdktf.IInterpolatingParent @@ -41767,7 +41767,7 @@ The parent resource. --- -##### `terraformAttribute`Required +##### `terraformAttribute`Required - *Type:* string @@ -41779,149 +41779,149 @@ 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. | +| computeFqn | *No description.* | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | --- -##### `computeFqn` +##### `computeFqn` ```typescript public computeFqn(): string ``` -##### `getAnyMapAttribute` +##### `getAnyMapAttribute` ```typescript public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any} ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getBooleanAttribute` +##### `getBooleanAttribute` ```typescript public getBooleanAttribute(terraformAttribute: string): IResolvable ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getBooleanMapAttribute` +##### `getBooleanMapAttribute` ```typescript public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean} ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getListAttribute` +##### `getListAttribute` ```typescript public getListAttribute(terraformAttribute: string): string[] ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getNumberAttribute` +##### `getNumberAttribute` ```typescript public getNumberAttribute(terraformAttribute: string): number ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getNumberListAttribute` +##### `getNumberListAttribute` ```typescript public getNumberListAttribute(terraformAttribute: string): number[] ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getNumberMapAttribute` +##### `getNumberMapAttribute` ```typescript public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number} ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getStringAttribute` +##### `getStringAttribute` ```typescript public getStringAttribute(terraformAttribute: string): string ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getStringMapAttribute` +##### `getStringMapAttribute` ```typescript public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string} ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `interpolationForAttribute` +##### `interpolationForAttribute` ```typescript public interpolationForAttribute(property: string): IResolvable ``` -###### `property`Required +###### `property`Required - *Type:* string --- -##### `resolve` +##### `resolve` ```typescript public resolve(_context: IResolveContext): any @@ -41929,13 +41929,13 @@ public resolve(_context: IResolveContext): any Produce the Token's value at resolution time. -###### `_context`Required +###### `_context`Required - *Type:* cdktf.IResolveContext --- -##### `toString` +##### `toString` ```typescript public toString(): string @@ -41950,15 +41950,15 @@ 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.* | -| wordsInput | string[] | *No description.* | -| words | string[] | *No description.* | -| internalValue | DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList | *No description.* | +| creationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | string | *No description.* | +| wordsInput | string[] | *No description.* | +| words | string[] | *No description.* | +| internalValue | DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct | *No description.* | --- -##### `creationStack`Required +##### `creationStack`Required ```typescript public readonly creationStack: string[]; @@ -41972,7 +41972,7 @@ If this returns an empty array the stack will not be attached. --- -##### `fqn`Required +##### `fqn`Required ```typescript public readonly fqn: string; @@ -41982,7 +41982,7 @@ public readonly fqn: string; --- -##### `wordsInput`Optional +##### `wordsInput`Optional ```typescript public readonly wordsInput: string[]; @@ -41992,7 +41992,7 @@ public readonly wordsInput: string[]; --- -##### `words`Required +##### `words`Required ```typescript public readonly words: string[]; @@ -42002,13 +42002,13 @@ public readonly words: string[]; --- -##### `internalValue`Optional +##### `internalValue`Optional ```typescript -public readonly internalValue: DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList; +public readonly internalValue: DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct; ``` -- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList +- *Type:* DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct --- diff --git a/docs/dataLossPreventionInspectTemplate.csharp.md b/docs/dataLossPreventionInspectTemplate.csharp.md index c4b5804ddd5..6f1dfbc27e7 100644 --- a/docs/dataLossPreventionInspectTemplate.csharp.md +++ b/docs/dataLossPreventionInspectTemplate.csharp.md @@ -1212,7 +1212,7 @@ using HashiCorp.Cdktf.Providers.Google; new DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionary { DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryCloudStoragePath CloudStoragePath = null, - DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList WordList = null + DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct WordList = null }; ``` @@ -1221,7 +1221,7 @@ new DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionary { | **Name** | **Type** | **Description** | | --- | --- | --- | | CloudStoragePath | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryCloudStoragePath | cloud_storage_path block. | -| WordList | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList | word_list block. | +| WordList | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct | word_list block. | --- @@ -1242,10 +1242,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ##### `WordList`Optional ```csharp -public DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList WordList { get; set; } +public DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct WordList { get; set; } ``` -- *Type:* DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList +- *Type:* DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct word_list block. @@ -1287,14 +1287,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi --- -### DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList +### DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct -#### Initializer +#### Initializer ```csharp using HashiCorp.Cdktf.Providers.Google; -new DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList { +new DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct { string[] Words }; ``` @@ -1303,11 +1303,11 @@ new DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordL | **Name** | **Type** | **Description** | | --- | --- | --- | -| Words | string[] | Words or phrases defining the dictionary. | +| Words | string[] | Words or phrases defining the dictionary. | --- -##### `Words`Required +##### `Words`Required ```csharp public string[] Words { get; set; } @@ -1958,7 +1958,7 @@ using HashiCorp.Cdktf.Providers.Google; new DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionary { DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryCloudStoragePath CloudStoragePath = null, - DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList WordList = null + DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct WordList = null }; ``` @@ -1967,7 +1967,7 @@ new DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDicti | **Name** | **Type** | **Description** | | --- | --- | --- | | CloudStoragePath | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryCloudStoragePath | cloud_storage_path block. | -| WordList | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList | word_list block. | +| WordList | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct | word_list block. | --- @@ -1988,10 +1988,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ##### `WordList`Optional ```csharp -public DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList WordList { get; set; } +public DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct WordList { get; set; } ``` -- *Type:* DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +- *Type:* DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct word_list block. @@ -2033,14 +2033,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi --- -### DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +### DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct -#### Initializer +#### Initializer ```csharp using HashiCorp.Cdktf.Providers.Google; -new DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList { +new DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct { string[] Words }; ``` @@ -2049,11 +2049,11 @@ new DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDicti | **Name** | **Type** | **Description** | | --- | --- | --- | -| Words | string[] | Words or phrases defining the dictionary. | +| Words | string[] | Words or phrases defining the dictionary. | --- -##### `Words`Required +##### `Words`Required ```csharp public string[] Words { get; set; } @@ -3145,12 +3145,12 @@ private void PutCloudStoragePath(DataLossPreventionInspectTemplateInspectConfigC ##### `PutWordList` ```csharp -private void PutWordList(DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList Value) +private void PutWordList(DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct Value) ``` ###### `Value`Required -- *Type:* DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList +- *Type:* DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct --- @@ -3174,9 +3174,9 @@ private void ResetWordList() | CreationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | Fqn | string | *No description.* | | CloudStoragePath | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryCloudStoragePathOutputReference | *No description.* | -| WordList | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListOutputReference | *No description.* | +| WordList | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference | *No description.* | | CloudStoragePathInput | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryCloudStoragePath | *No description.* | -| WordListInput | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList | *No description.* | +| WordListInput | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct | *No description.* | | InternalValue | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionary | *No description.* | --- @@ -3218,10 +3218,10 @@ public DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryCl ##### `WordList`Required ```csharp -public DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListOutputReference WordList { get; } +public DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference WordList { get; } ``` -- *Type:* DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListOutputReference +- *Type:* DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference --- @@ -3238,10 +3238,10 @@ public DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryCl ##### `WordListInput`Optional ```csharp -public DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList WordListInput { get; } +public DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct WordListInput { get; } ``` -- *Type:* DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList +- *Type:* DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct --- @@ -3256,24 +3256,24 @@ public DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionary I --- -### DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListOutputReference +### DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference -#### Initializers +#### Initializers ```csharp using HashiCorp.Cdktf.Providers.Google; -new DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute); +new DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute); ``` | **Name** | **Type** | **Description** | | --- | --- | --- | -| TerraformResource | HashiCorp.Cdktf.IInterpolatingParent | The parent resource. | -| TerraformAttribute | string | The attribute on the parent resource this class is referencing. | +| TerraformResource | HashiCorp.Cdktf.IInterpolatingParent | The parent resource. | +| TerraformAttribute | string | The attribute on the parent resource this class is referencing. | --- -##### `TerraformResource`Required +##### `TerraformResource`Required - *Type:* HashiCorp.Cdktf.IInterpolatingParent @@ -3281,7 +3281,7 @@ The parent resource. --- -##### `TerraformAttribute`Required +##### `TerraformAttribute`Required - *Type:* string @@ -3293,149 +3293,149 @@ 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. | +| ComputeFqn | *No description.* | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | --- -##### `ComputeFqn` +##### `ComputeFqn` ```csharp private string ComputeFqn() ``` -##### `GetAnyMapAttribute` +##### `GetAnyMapAttribute` ```csharp private System.Collections.Generic.IDictionary GetAnyMapAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetBooleanAttribute` +##### `GetBooleanAttribute` ```csharp private IResolvable GetBooleanAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetBooleanMapAttribute` +##### `GetBooleanMapAttribute` ```csharp private System.Collections.Generic.IDictionary GetBooleanMapAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetListAttribute` +##### `GetListAttribute` ```csharp private string[] GetListAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetNumberAttribute` +##### `GetNumberAttribute` ```csharp private double GetNumberAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetNumberListAttribute` +##### `GetNumberListAttribute` ```csharp private double[] GetNumberListAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetNumberMapAttribute` +##### `GetNumberMapAttribute` ```csharp private System.Collections.Generic.IDictionary GetNumberMapAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetStringAttribute` +##### `GetStringAttribute` ```csharp private string GetStringAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetStringMapAttribute` +##### `GetStringMapAttribute` ```csharp private System.Collections.Generic.IDictionary GetStringMapAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `InterpolationForAttribute` +##### `InterpolationForAttribute` ```csharp private IResolvable InterpolationForAttribute(string Property) ``` -###### `Property`Required +###### `Property`Required - *Type:* string --- -##### `Resolve` +##### `Resolve` ```csharp private object Resolve(IResolveContext Context) @@ -3443,13 +3443,13 @@ private object Resolve(IResolveContext Context) Produce the Token's value at resolution time. -###### `Context`Required +###### `Context`Required - *Type:* HashiCorp.Cdktf.IResolveContext --- -##### `ToString` +##### `ToString` ```csharp private string ToString() @@ -3464,15 +3464,15 @@ 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.* | -| WordsInput | string[] | *No description.* | -| Words | string[] | *No description.* | -| InternalValue | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList | *No description.* | +| CreationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | string | *No description.* | +| WordsInput | string[] | *No description.* | +| Words | string[] | *No description.* | +| InternalValue | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct | *No description.* | --- -##### `CreationStack`Required +##### `CreationStack`Required ```csharp public string[] CreationStack { get; } @@ -3486,7 +3486,7 @@ If this returns an empty array the stack will not be attached. --- -##### `Fqn`Required +##### `Fqn`Required ```csharp public string Fqn { get; } @@ -3496,7 +3496,7 @@ public string Fqn { get; } --- -##### `WordsInput`Optional +##### `WordsInput`Optional ```csharp public string[] WordsInput { get; } @@ -3506,7 +3506,7 @@ public string[] WordsInput { get; } --- -##### `Words`Required +##### `Words`Required ```csharp public string[] Words { get; } @@ -3516,13 +3516,13 @@ public string[] Words { get; } --- -##### `InternalValue`Optional +##### `InternalValue`Optional ```csharp -public DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList InternalValue { get; } +public DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct InternalValue { get; } ``` -- *Type:* DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList +- *Type:* DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct --- @@ -8848,12 +8848,12 @@ private void PutCloudStoragePath(DataLossPreventionInspectTemplateInspectConfigR ##### `PutWordList` ```csharp -private void PutWordList(DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList Value) +private void PutWordList(DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct Value) ``` ###### `Value`Required -- *Type:* DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +- *Type:* DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct --- @@ -8877,9 +8877,9 @@ private void ResetWordList() | CreationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | Fqn | string | *No description.* | | CloudStoragePath | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryCloudStoragePathOutputReference | *No description.* | -| WordList | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference | *No description.* | +| WordList | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference | *No description.* | | CloudStoragePathInput | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryCloudStoragePath | *No description.* | -| WordListInput | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList | *No description.* | +| WordListInput | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct | *No description.* | | InternalValue | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionary | *No description.* | --- @@ -8921,10 +8921,10 @@ public DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDi ##### `WordList`Required ```csharp -public DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference WordList { get; } +public DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference WordList { get; } ``` -- *Type:* DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference +- *Type:* DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference --- @@ -8941,10 +8941,10 @@ public DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDi ##### `WordListInput`Optional ```csharp -public DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList WordListInput { get; } +public DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct WordListInput { get; } ``` -- *Type:* DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +- *Type:* DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct --- @@ -8959,24 +8959,24 @@ public DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDi --- -### DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference +### DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference -#### Initializers +#### Initializers ```csharp using HashiCorp.Cdktf.Providers.Google; -new DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute); +new DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute); ``` | **Name** | **Type** | **Description** | | --- | --- | --- | -| TerraformResource | HashiCorp.Cdktf.IInterpolatingParent | The parent resource. | -| TerraformAttribute | string | The attribute on the parent resource this class is referencing. | +| TerraformResource | HashiCorp.Cdktf.IInterpolatingParent | The parent resource. | +| TerraformAttribute | string | The attribute on the parent resource this class is referencing. | --- -##### `TerraformResource`Required +##### `TerraformResource`Required - *Type:* HashiCorp.Cdktf.IInterpolatingParent @@ -8984,7 +8984,7 @@ The parent resource. --- -##### `TerraformAttribute`Required +##### `TerraformAttribute`Required - *Type:* string @@ -8996,149 +8996,149 @@ 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. | +| ComputeFqn | *No description.* | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | --- -##### `ComputeFqn` +##### `ComputeFqn` ```csharp private string ComputeFqn() ``` -##### `GetAnyMapAttribute` +##### `GetAnyMapAttribute` ```csharp private System.Collections.Generic.IDictionary GetAnyMapAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetBooleanAttribute` +##### `GetBooleanAttribute` ```csharp private IResolvable GetBooleanAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetBooleanMapAttribute` +##### `GetBooleanMapAttribute` ```csharp private System.Collections.Generic.IDictionary GetBooleanMapAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetListAttribute` +##### `GetListAttribute` ```csharp private string[] GetListAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetNumberAttribute` +##### `GetNumberAttribute` ```csharp private double GetNumberAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetNumberListAttribute` +##### `GetNumberListAttribute` ```csharp private double[] GetNumberListAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetNumberMapAttribute` +##### `GetNumberMapAttribute` ```csharp private System.Collections.Generic.IDictionary GetNumberMapAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetStringAttribute` +##### `GetStringAttribute` ```csharp private string GetStringAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetStringMapAttribute` +##### `GetStringMapAttribute` ```csharp private System.Collections.Generic.IDictionary GetStringMapAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `InterpolationForAttribute` +##### `InterpolationForAttribute` ```csharp private IResolvable InterpolationForAttribute(string Property) ``` -###### `Property`Required +###### `Property`Required - *Type:* string --- -##### `Resolve` +##### `Resolve` ```csharp private object Resolve(IResolveContext Context) @@ -9146,13 +9146,13 @@ private object Resolve(IResolveContext Context) Produce the Token's value at resolution time. -###### `Context`Required +###### `Context`Required - *Type:* HashiCorp.Cdktf.IResolveContext --- -##### `ToString` +##### `ToString` ```csharp private string ToString() @@ -9167,15 +9167,15 @@ 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.* | -| WordsInput | string[] | *No description.* | -| Words | string[] | *No description.* | -| InternalValue | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList | *No description.* | +| CreationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | string | *No description.* | +| WordsInput | string[] | *No description.* | +| Words | string[] | *No description.* | +| InternalValue | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct | *No description.* | --- -##### `CreationStack`Required +##### `CreationStack`Required ```csharp public string[] CreationStack { get; } @@ -9189,7 +9189,7 @@ If this returns an empty array the stack will not be attached. --- -##### `Fqn`Required +##### `Fqn`Required ```csharp public string Fqn { get; } @@ -9199,7 +9199,7 @@ public string Fqn { get; } --- -##### `WordsInput`Optional +##### `WordsInput`Optional ```csharp public string[] WordsInput { get; } @@ -9209,7 +9209,7 @@ public string[] WordsInput { get; } --- -##### `Words`Required +##### `Words`Required ```csharp public string[] Words { get; } @@ -9219,13 +9219,13 @@ public string[] Words { get; } --- -##### `InternalValue`Optional +##### `InternalValue`Optional ```csharp -public DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList InternalValue { get; } +public DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct InternalValue { get; } ``` -- *Type:* DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +- *Type:* DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct --- diff --git a/docs/dataLossPreventionInspectTemplate.go.md b/docs/dataLossPreventionInspectTemplate.go.md index d13c04a8e99..9dba50137c7 100644 --- a/docs/dataLossPreventionInspectTemplate.go.md +++ b/docs/dataLossPreventionInspectTemplate.go.md @@ -1212,7 +1212,7 @@ import "github.com/cdktf/cdktf-provider-google-go/google/v7/datalosspreventionin &datalosspreventioninspecttemplate.DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionary { CloudStoragePath: github.com/cdktf/cdktf-provider-google-go/google/v7.dataLossPreventionInspectTemplate.DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryCloudStoragePath, - WordList: github.com/cdktf/cdktf-provider-google-go/google/v7.dataLossPreventionInspectTemplate.DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList, + WordList: github.com/cdktf/cdktf-provider-google-go/google/v7.dataLossPreventionInspectTemplate.DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct, } ``` @@ -1221,7 +1221,7 @@ import "github.com/cdktf/cdktf-provider-google-go/google/v7/datalosspreventionin | **Name** | **Type** | **Description** | | --- | --- | --- | | CloudStoragePath | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryCloudStoragePath | cloud_storage_path block. | -| WordList | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList | word_list block. | +| WordList | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct | word_list block. | --- @@ -1242,10 +1242,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ##### `WordList`Optional ```go -WordList DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList +WordList DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct ``` -- *Type:* DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList +- *Type:* DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct word_list block. @@ -1287,14 +1287,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi --- -### DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList +### DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct -#### Initializer +#### Initializer ```go import "github.com/cdktf/cdktf-provider-google-go/google/v7/datalosspreventioninspecttemplate" -&datalosspreventioninspecttemplate.DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList { +&datalosspreventioninspecttemplate.DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct { Words: *[]*string, } ``` @@ -1303,11 +1303,11 @@ import "github.com/cdktf/cdktf-provider-google-go/google/v7/datalosspreventionin | **Name** | **Type** | **Description** | | --- | --- | --- | -| Words | *[]*string | Words or phrases defining the dictionary. | +| Words | *[]*string | Words or phrases defining the dictionary. | --- -##### `Words`Required +##### `Words`Required ```go Words *[]*string @@ -1958,7 +1958,7 @@ import "github.com/cdktf/cdktf-provider-google-go/google/v7/datalosspreventionin &datalosspreventioninspecttemplate.DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionary { CloudStoragePath: github.com/cdktf/cdktf-provider-google-go/google/v7.dataLossPreventionInspectTemplate.DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryCloudStoragePath, - WordList: github.com/cdktf/cdktf-provider-google-go/google/v7.dataLossPreventionInspectTemplate.DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList, + WordList: github.com/cdktf/cdktf-provider-google-go/google/v7.dataLossPreventionInspectTemplate.DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct, } ``` @@ -1967,7 +1967,7 @@ import "github.com/cdktf/cdktf-provider-google-go/google/v7/datalosspreventionin | **Name** | **Type** | **Description** | | --- | --- | --- | | CloudStoragePath | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryCloudStoragePath | cloud_storage_path block. | -| WordList | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList | word_list block. | +| WordList | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct | word_list block. | --- @@ -1988,10 +1988,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ##### `WordList`Optional ```go -WordList DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +WordList DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct ``` -- *Type:* DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +- *Type:* DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct word_list block. @@ -2033,14 +2033,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi --- -### DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +### DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct -#### Initializer +#### Initializer ```go import "github.com/cdktf/cdktf-provider-google-go/google/v7/datalosspreventioninspecttemplate" -&datalosspreventioninspecttemplate.DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList { +&datalosspreventioninspecttemplate.DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct { Words: *[]*string, } ``` @@ -2049,11 +2049,11 @@ import "github.com/cdktf/cdktf-provider-google-go/google/v7/datalosspreventionin | **Name** | **Type** | **Description** | | --- | --- | --- | -| Words | *[]*string | Words or phrases defining the dictionary. | +| Words | *[]*string | Words or phrases defining the dictionary. | --- -##### `Words`Required +##### `Words`Required ```go Words *[]*string @@ -3145,12 +3145,12 @@ func PutCloudStoragePath(value DataLossPreventionInspectTemplateInspectConfigCus ##### `PutWordList` ```go -func PutWordList(value DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList) +func PutWordList(value DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct) ``` ###### `value`Required -- *Type:* DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList +- *Type:* DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct --- @@ -3174,9 +3174,9 @@ func ResetWordList() | CreationStack | *[]*string | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | Fqn | *string | *No description.* | | CloudStoragePath | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryCloudStoragePathOutputReference | *No description.* | -| WordList | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListOutputReference | *No description.* | +| WordList | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference | *No description.* | | CloudStoragePathInput | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryCloudStoragePath | *No description.* | -| WordListInput | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList | *No description.* | +| WordListInput | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct | *No description.* | | InternalValue | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionary | *No description.* | --- @@ -3218,10 +3218,10 @@ func CloudStoragePath() DataLossPreventionInspectTemplateInspectConfigCustomInfo ##### `WordList`Required ```go -func WordList() DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListOutputReference +func WordList() DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference ``` -- *Type:* DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListOutputReference +- *Type:* DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference --- @@ -3238,10 +3238,10 @@ func CloudStoragePathInput() DataLossPreventionInspectTemplateInspectConfigCusto ##### `WordListInput`Optional ```go -func WordListInput() DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList +func WordListInput() DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct ``` -- *Type:* DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList +- *Type:* DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct --- @@ -3256,24 +3256,24 @@ func InternalValue() DataLossPreventionInspectTemplateInspectConfigCustomInfoTyp --- -### DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListOutputReference +### DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference -#### Initializers +#### Initializers ```go import "github.com/cdktf/cdktf-provider-google-go/google/v7/datalosspreventioninspecttemplate" -datalosspreventioninspecttemplate.NewDataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListOutputReference +datalosspreventioninspecttemplate.NewDataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference ``` | **Name** | **Type** | **Description** | | --- | --- | --- | -| terraformResource | github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | *string | The attribute on the parent resource this class is referencing. | +| terraformResource | github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | *string | The attribute on the parent resource this class is referencing. | --- -##### `terraformResource`Required +##### `terraformResource`Required - *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent @@ -3281,7 +3281,7 @@ The parent resource. --- -##### `terraformAttribute`Required +##### `terraformAttribute`Required - *Type:* *string @@ -3293,149 +3293,149 @@ 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. | +| ComputeFqn | *No description.* | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | --- -##### `ComputeFqn` +##### `ComputeFqn` ```go func ComputeFqn() *string ``` -##### `GetAnyMapAttribute` +##### `GetAnyMapAttribute` ```go func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetBooleanAttribute` +##### `GetBooleanAttribute` ```go func GetBooleanAttribute(terraformAttribute *string) IResolvable ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetBooleanMapAttribute` +##### `GetBooleanMapAttribute` ```go func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetListAttribute` +##### `GetListAttribute` ```go func GetListAttribute(terraformAttribute *string) *[]*string ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetNumberAttribute` +##### `GetNumberAttribute` ```go func GetNumberAttribute(terraformAttribute *string) *f64 ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetNumberListAttribute` +##### `GetNumberListAttribute` ```go func GetNumberListAttribute(terraformAttribute *string) *[]*f64 ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetNumberMapAttribute` +##### `GetNumberMapAttribute` ```go func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64 ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetStringAttribute` +##### `GetStringAttribute` ```go func GetStringAttribute(terraformAttribute *string) *string ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetStringMapAttribute` +##### `GetStringMapAttribute` ```go func GetStringMapAttribute(terraformAttribute *string) *map[string]*string ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `InterpolationForAttribute` +##### `InterpolationForAttribute` ```go func InterpolationForAttribute(property *string) IResolvable ``` -###### `property`Required +###### `property`Required - *Type:* *string --- -##### `Resolve` +##### `Resolve` ```go func Resolve(_context IResolveContext) interface{} @@ -3443,13 +3443,13 @@ func Resolve(_context IResolveContext) interface{} Produce the Token's value at resolution time. -###### `_context`Required +###### `_context`Required - *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext --- -##### `ToString` +##### `ToString` ```go func ToString() *string @@ -3464,15 +3464,15 @@ 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.* | -| WordsInput | *[]*string | *No description.* | -| Words | *[]*string | *No description.* | -| InternalValue | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList | *No description.* | +| CreationStack | *[]*string | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | *string | *No description.* | +| WordsInput | *[]*string | *No description.* | +| Words | *[]*string | *No description.* | +| InternalValue | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct | *No description.* | --- -##### `CreationStack`Required +##### `CreationStack`Required ```go func CreationStack() *[]*string @@ -3486,7 +3486,7 @@ If this returns an empty array the stack will not be attached. --- -##### `Fqn`Required +##### `Fqn`Required ```go func Fqn() *string @@ -3496,7 +3496,7 @@ func Fqn() *string --- -##### `WordsInput`Optional +##### `WordsInput`Optional ```go func WordsInput() *[]*string @@ -3506,7 +3506,7 @@ func WordsInput() *[]*string --- -##### `Words`Required +##### `Words`Required ```go func Words() *[]*string @@ -3516,13 +3516,13 @@ func Words() *[]*string --- -##### `InternalValue`Optional +##### `InternalValue`Optional ```go -func InternalValue() DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList +func InternalValue() DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct ``` -- *Type:* DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList +- *Type:* DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct --- @@ -8848,12 +8848,12 @@ func PutCloudStoragePath(value DataLossPreventionInspectTemplateInspectConfigRul ##### `PutWordList` ```go -func PutWordList(value DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList) +func PutWordList(value DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct) ``` ###### `value`Required -- *Type:* DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +- *Type:* DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct --- @@ -8877,9 +8877,9 @@ func ResetWordList() | CreationStack | *[]*string | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | Fqn | *string | *No description.* | | CloudStoragePath | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryCloudStoragePathOutputReference | *No description.* | -| WordList | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference | *No description.* | +| WordList | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference | *No description.* | | CloudStoragePathInput | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryCloudStoragePath | *No description.* | -| WordListInput | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList | *No description.* | +| WordListInput | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct | *No description.* | | InternalValue | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionary | *No description.* | --- @@ -8921,10 +8921,10 @@ func CloudStoragePath() DataLossPreventionInspectTemplateInspectConfigRuleSetRul ##### `WordList`Required ```go -func WordList() DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference +func WordList() DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference ``` -- *Type:* DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference +- *Type:* DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference --- @@ -8941,10 +8941,10 @@ func CloudStoragePathInput() DataLossPreventionInspectTemplateInspectConfigRuleS ##### `WordListInput`Optional ```go -func WordListInput() DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +func WordListInput() DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct ``` -- *Type:* DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +- *Type:* DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct --- @@ -8959,24 +8959,24 @@ func InternalValue() DataLossPreventionInspectTemplateInspectConfigRuleSetRulesE --- -### DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference +### DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference -#### Initializers +#### Initializers ```go import "github.com/cdktf/cdktf-provider-google-go/google/v7/datalosspreventioninspecttemplate" -datalosspreventioninspecttemplate.NewDataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference +datalosspreventioninspecttemplate.NewDataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference ``` | **Name** | **Type** | **Description** | | --- | --- | --- | -| terraformResource | github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | *string | The attribute on the parent resource this class is referencing. | +| terraformResource | github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | *string | The attribute on the parent resource this class is referencing. | --- -##### `terraformResource`Required +##### `terraformResource`Required - *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent @@ -8984,7 +8984,7 @@ The parent resource. --- -##### `terraformAttribute`Required +##### `terraformAttribute`Required - *Type:* *string @@ -8996,149 +8996,149 @@ 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. | +| ComputeFqn | *No description.* | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | --- -##### `ComputeFqn` +##### `ComputeFqn` ```go func ComputeFqn() *string ``` -##### `GetAnyMapAttribute` +##### `GetAnyMapAttribute` ```go func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetBooleanAttribute` +##### `GetBooleanAttribute` ```go func GetBooleanAttribute(terraformAttribute *string) IResolvable ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetBooleanMapAttribute` +##### `GetBooleanMapAttribute` ```go func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetListAttribute` +##### `GetListAttribute` ```go func GetListAttribute(terraformAttribute *string) *[]*string ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetNumberAttribute` +##### `GetNumberAttribute` ```go func GetNumberAttribute(terraformAttribute *string) *f64 ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetNumberListAttribute` +##### `GetNumberListAttribute` ```go func GetNumberListAttribute(terraformAttribute *string) *[]*f64 ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetNumberMapAttribute` +##### `GetNumberMapAttribute` ```go func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64 ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetStringAttribute` +##### `GetStringAttribute` ```go func GetStringAttribute(terraformAttribute *string) *string ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetStringMapAttribute` +##### `GetStringMapAttribute` ```go func GetStringMapAttribute(terraformAttribute *string) *map[string]*string ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `InterpolationForAttribute` +##### `InterpolationForAttribute` ```go func InterpolationForAttribute(property *string) IResolvable ``` -###### `property`Required +###### `property`Required - *Type:* *string --- -##### `Resolve` +##### `Resolve` ```go func Resolve(_context IResolveContext) interface{} @@ -9146,13 +9146,13 @@ func Resolve(_context IResolveContext) interface{} Produce the Token's value at resolution time. -###### `_context`Required +###### `_context`Required - *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext --- -##### `ToString` +##### `ToString` ```go func ToString() *string @@ -9167,15 +9167,15 @@ 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.* | -| WordsInput | *[]*string | *No description.* | -| Words | *[]*string | *No description.* | -| InternalValue | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList | *No description.* | +| CreationStack | *[]*string | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | *string | *No description.* | +| WordsInput | *[]*string | *No description.* | +| Words | *[]*string | *No description.* | +| InternalValue | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct | *No description.* | --- -##### `CreationStack`Required +##### `CreationStack`Required ```go func CreationStack() *[]*string @@ -9189,7 +9189,7 @@ If this returns an empty array the stack will not be attached. --- -##### `Fqn`Required +##### `Fqn`Required ```go func Fqn() *string @@ -9199,7 +9199,7 @@ func Fqn() *string --- -##### `WordsInput`Optional +##### `WordsInput`Optional ```go func WordsInput() *[]*string @@ -9209,7 +9209,7 @@ func WordsInput() *[]*string --- -##### `Words`Required +##### `Words`Required ```go func Words() *[]*string @@ -9219,13 +9219,13 @@ func Words() *[]*string --- -##### `InternalValue`Optional +##### `InternalValue`Optional ```go -func InternalValue() DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +func InternalValue() DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct ``` -- *Type:* DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +- *Type:* DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct --- diff --git a/docs/dataLossPreventionInspectTemplate.java.md b/docs/dataLossPreventionInspectTemplate.java.md index 3e30286de7d..e3a6334f78c 100644 --- a/docs/dataLossPreventionInspectTemplate.java.md +++ b/docs/dataLossPreventionInspectTemplate.java.md @@ -1353,7 +1353,7 @@ import com.hashicorp.cdktf.providers.google.data_loss_prevention_inspect_templat DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionary.builder() // .cloudStoragePath(DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryCloudStoragePath) -// .wordList(DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList) +// .wordList(DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct) .build(); ``` @@ -1362,7 +1362,7 @@ DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionary.builder( | **Name** | **Type** | **Description** | | --- | --- | --- | | cloudStoragePath | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryCloudStoragePath | cloud_storage_path block. | -| wordList | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList | word_list block. | +| wordList | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct | word_list block. | --- @@ -1383,10 +1383,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ##### `wordList`Optional ```java -public DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList getWordList(); +public DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct getWordList(); ``` -- *Type:* DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList +- *Type:* DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct word_list block. @@ -1428,14 +1428,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi --- -### DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList +### DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct -#### Initializer +#### Initializer ```java -import com.hashicorp.cdktf.providers.google.data_loss_prevention_inspect_template.DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList; +import com.hashicorp.cdktf.providers.google.data_loss_prevention_inspect_template.DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct; -DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList.builder() +DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct.builder() .words(java.util.List) .build(); ``` @@ -1444,11 +1444,11 @@ DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList. | **Name** | **Type** | **Description** | | --- | --- | --- | -| words | java.util.List | Words or phrases defining the dictionary. | +| words | java.util.List | Words or phrases defining the dictionary. | --- -##### `words`Required +##### `words`Required ```java public java.util.List getWords(); @@ -2101,7 +2101,7 @@ import com.hashicorp.cdktf.providers.google.data_loss_prevention_inspect_templat DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionary.builder() // .cloudStoragePath(DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryCloudStoragePath) -// .wordList(DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList) +// .wordList(DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct) .build(); ``` @@ -2110,7 +2110,7 @@ DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionar | **Name** | **Type** | **Description** | | --- | --- | --- | | cloudStoragePath | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryCloudStoragePath | cloud_storage_path block. | -| wordList | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList | word_list block. | +| wordList | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct | word_list block. | --- @@ -2131,10 +2131,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ##### `wordList`Optional ```java -public DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList getWordList(); +public DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct getWordList(); ``` -- *Type:* DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +- *Type:* DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct word_list block. @@ -2176,14 +2176,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi --- -### DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +### DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct -#### Initializer +#### Initializer ```java -import com.hashicorp.cdktf.providers.google.data_loss_prevention_inspect_template.DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList; +import com.hashicorp.cdktf.providers.google.data_loss_prevention_inspect_template.DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct; -DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList.builder() +DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct.builder() .words(java.util.List) .build(); ``` @@ -2192,11 +2192,11 @@ DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionar | **Name** | **Type** | **Description** | | --- | --- | --- | -| words | java.util.List | Words or phrases defining the dictionary. | +| words | java.util.List | Words or phrases defining the dictionary. | --- -##### `words`Required +##### `words`Required ```java public java.util.List getWords(); @@ -3289,12 +3289,12 @@ public void putCloudStoragePath(DataLossPreventionInspectTemplateInspectConfigCu ##### `putWordList` ```java -public void putWordList(DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList value) +public void putWordList(DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct value) ``` ###### `value`Required -- *Type:* DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList +- *Type:* DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct --- @@ -3318,9 +3318,9 @@ public void resetWordList() | creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | fqn | java.lang.String | *No description.* | | cloudStoragePath | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryCloudStoragePathOutputReference | *No description.* | -| wordList | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListOutputReference | *No description.* | +| wordList | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference | *No description.* | | cloudStoragePathInput | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryCloudStoragePath | *No description.* | -| wordListInput | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList | *No description.* | +| wordListInput | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct | *No description.* | | internalValue | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionary | *No description.* | --- @@ -3362,10 +3362,10 @@ public DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryCl ##### `wordList`Required ```java -public DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListOutputReference getWordList(); +public DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference getWordList(); ``` -- *Type:* DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListOutputReference +- *Type:* DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference --- @@ -3382,10 +3382,10 @@ public DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryCl ##### `wordListInput`Optional ```java -public DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList getWordListInput(); +public DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct getWordListInput(); ``` -- *Type:* DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList +- *Type:* DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct --- @@ -3400,24 +3400,24 @@ public DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionary g --- -### DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListOutputReference +### DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference -#### Initializers +#### Initializers ```java -import com.hashicorp.cdktf.providers.google.data_loss_prevention_inspect_template.DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListOutputReference; +import com.hashicorp.cdktf.providers.google.data_loss_prevention_inspect_template.DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference; -new DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListOutputReference(IInterpolatingParent terraformResource, java.lang.String terraformAttribute); +new DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference(IInterpolatingParent terraformResource, java.lang.String terraformAttribute); ``` | **Name** | **Type** | **Description** | | --- | --- | --- | -| terraformResource | com.hashicorp.cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | java.lang.String | The attribute on the parent resource this class is referencing. | +| terraformResource | com.hashicorp.cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | java.lang.String | The attribute on the parent resource this class is referencing. | --- -##### `terraformResource`Required +##### `terraformResource`Required - *Type:* com.hashicorp.cdktf.IInterpolatingParent @@ -3425,7 +3425,7 @@ The parent resource. --- -##### `terraformAttribute`Required +##### `terraformAttribute`Required - *Type:* java.lang.String @@ -3437,149 +3437,149 @@ 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. | +| computeFqn | *No description.* | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | --- -##### `computeFqn` +##### `computeFqn` ```java public java.lang.String computeFqn() ``` -##### `getAnyMapAttribute` +##### `getAnyMapAttribute` ```java public java.util.Map getAnyMapAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getBooleanAttribute` +##### `getBooleanAttribute` ```java public IResolvable getBooleanAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getBooleanMapAttribute` +##### `getBooleanMapAttribute` ```java public java.util.Map getBooleanMapAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getListAttribute` +##### `getListAttribute` ```java public java.util.List getListAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getNumberAttribute` +##### `getNumberAttribute` ```java public java.lang.Number getNumberAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getNumberListAttribute` +##### `getNumberListAttribute` ```java public java.util.List getNumberListAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getNumberMapAttribute` +##### `getNumberMapAttribute` ```java public java.util.Map getNumberMapAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getStringAttribute` +##### `getStringAttribute` ```java public java.lang.String getStringAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getStringMapAttribute` +##### `getStringMapAttribute` ```java public java.util.Map getStringMapAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `interpolationForAttribute` +##### `interpolationForAttribute` ```java public IResolvable interpolationForAttribute(java.lang.String property) ``` -###### `property`Required +###### `property`Required - *Type:* java.lang.String --- -##### `resolve` +##### `resolve` ```java public java.lang.Object resolve(IResolveContext _context) @@ -3587,13 +3587,13 @@ public java.lang.Object resolve(IResolveContext _context) Produce the Token's value at resolution time. -###### `_context`Required +###### `_context`Required - *Type:* com.hashicorp.cdktf.IResolveContext --- -##### `toString` +##### `toString` ```java public java.lang.String toString() @@ -3608,15 +3608,15 @@ Returns a reversible string representation. | **Name** | **Type** | **Description** | | --- | --- | --- | -| creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| fqn | java.lang.String | *No description.* | -| wordsInput | java.util.List | *No description.* | -| words | java.util.List | *No description.* | -| internalValue | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList | *No description.* | +| creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | java.lang.String | *No description.* | +| wordsInput | java.util.List | *No description.* | +| words | java.util.List | *No description.* | +| internalValue | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct | *No description.* | --- -##### `creationStack`Required +##### `creationStack`Required ```java public java.util.List getCreationStack(); @@ -3630,7 +3630,7 @@ If this returns an empty array the stack will not be attached. --- -##### `fqn`Required +##### `fqn`Required ```java public java.lang.String getFqn(); @@ -3640,7 +3640,7 @@ public java.lang.String getFqn(); --- -##### `wordsInput`Optional +##### `wordsInput`Optional ```java public java.util.List getWordsInput(); @@ -3650,7 +3650,7 @@ public java.util.List getWordsInput(); --- -##### `words`Required +##### `words`Required ```java public java.util.List getWords(); @@ -3660,13 +3660,13 @@ public java.util.List getWords(); --- -##### `internalValue`Optional +##### `internalValue`Optional ```java -public DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList getInternalValue(); +public DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct getInternalValue(); ``` -- *Type:* DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList +- *Type:* DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct --- @@ -8992,12 +8992,12 @@ public void putCloudStoragePath(DataLossPreventionInspectTemplateInspectConfigRu ##### `putWordList` ```java -public void putWordList(DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList value) +public void putWordList(DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct value) ``` ###### `value`Required -- *Type:* DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +- *Type:* DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct --- @@ -9021,9 +9021,9 @@ public void resetWordList() | creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | fqn | java.lang.String | *No description.* | | cloudStoragePath | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryCloudStoragePathOutputReference | *No description.* | -| wordList | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference | *No description.* | +| wordList | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference | *No description.* | | cloudStoragePathInput | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryCloudStoragePath | *No description.* | -| wordListInput | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList | *No description.* | +| wordListInput | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct | *No description.* | | internalValue | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionary | *No description.* | --- @@ -9065,10 +9065,10 @@ public DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDi ##### `wordList`Required ```java -public DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference getWordList(); +public DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference getWordList(); ``` -- *Type:* DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference +- *Type:* DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference --- @@ -9085,10 +9085,10 @@ public DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDi ##### `wordListInput`Optional ```java -public DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList getWordListInput(); +public DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct getWordListInput(); ``` -- *Type:* DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +- *Type:* DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct --- @@ -9103,24 +9103,24 @@ public DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDi --- -### DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference +### DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference -#### Initializers +#### Initializers ```java -import com.hashicorp.cdktf.providers.google.data_loss_prevention_inspect_template.DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference; +import com.hashicorp.cdktf.providers.google.data_loss_prevention_inspect_template.DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference; -new DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference(IInterpolatingParent terraformResource, java.lang.String terraformAttribute); +new DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference(IInterpolatingParent terraformResource, java.lang.String terraformAttribute); ``` | **Name** | **Type** | **Description** | | --- | --- | --- | -| terraformResource | com.hashicorp.cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | java.lang.String | The attribute on the parent resource this class is referencing. | +| terraformResource | com.hashicorp.cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | java.lang.String | The attribute on the parent resource this class is referencing. | --- -##### `terraformResource`Required +##### `terraformResource`Required - *Type:* com.hashicorp.cdktf.IInterpolatingParent @@ -9128,7 +9128,7 @@ The parent resource. --- -##### `terraformAttribute`Required +##### `terraformAttribute`Required - *Type:* java.lang.String @@ -9140,149 +9140,149 @@ 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. | +| computeFqn | *No description.* | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | --- -##### `computeFqn` +##### `computeFqn` ```java public java.lang.String computeFqn() ``` -##### `getAnyMapAttribute` +##### `getAnyMapAttribute` ```java public java.util.Map getAnyMapAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getBooleanAttribute` +##### `getBooleanAttribute` ```java public IResolvable getBooleanAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getBooleanMapAttribute` +##### `getBooleanMapAttribute` ```java public java.util.Map getBooleanMapAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getListAttribute` +##### `getListAttribute` ```java public java.util.List getListAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getNumberAttribute` +##### `getNumberAttribute` ```java public java.lang.Number getNumberAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getNumberListAttribute` +##### `getNumberListAttribute` ```java public java.util.List getNumberListAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getNumberMapAttribute` +##### `getNumberMapAttribute` ```java public java.util.Map getNumberMapAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getStringAttribute` +##### `getStringAttribute` ```java public java.lang.String getStringAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getStringMapAttribute` +##### `getStringMapAttribute` ```java public java.util.Map getStringMapAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `interpolationForAttribute` +##### `interpolationForAttribute` ```java public IResolvable interpolationForAttribute(java.lang.String property) ``` -###### `property`Required +###### `property`Required - *Type:* java.lang.String --- -##### `resolve` +##### `resolve` ```java public java.lang.Object resolve(IResolveContext _context) @@ -9290,13 +9290,13 @@ public java.lang.Object resolve(IResolveContext _context) Produce the Token's value at resolution time. -###### `_context`Required +###### `_context`Required - *Type:* com.hashicorp.cdktf.IResolveContext --- -##### `toString` +##### `toString` ```java public java.lang.String toString() @@ -9311,15 +9311,15 @@ Returns a reversible string representation. | **Name** | **Type** | **Description** | | --- | --- | --- | -| creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| fqn | java.lang.String | *No description.* | -| wordsInput | java.util.List | *No description.* | -| words | java.util.List | *No description.* | -| internalValue | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList | *No description.* | +| creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | java.lang.String | *No description.* | +| wordsInput | java.util.List | *No description.* | +| words | java.util.List | *No description.* | +| internalValue | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct | *No description.* | --- -##### `creationStack`Required +##### `creationStack`Required ```java public java.util.List getCreationStack(); @@ -9333,7 +9333,7 @@ If this returns an empty array the stack will not be attached. --- -##### `fqn`Required +##### `fqn`Required ```java public java.lang.String getFqn(); @@ -9343,7 +9343,7 @@ public java.lang.String getFqn(); --- -##### `wordsInput`Optional +##### `wordsInput`Optional ```java public java.util.List getWordsInput(); @@ -9353,7 +9353,7 @@ public java.util.List getWordsInput(); --- -##### `words`Required +##### `words`Required ```java public java.util.List getWords(); @@ -9363,13 +9363,13 @@ public java.util.List getWords(); --- -##### `internalValue`Optional +##### `internalValue`Optional ```java -public DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList getInternalValue(); +public DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct getInternalValue(); ``` -- *Type:* DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +- *Type:* DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct --- diff --git a/docs/dataLossPreventionInspectTemplate.python.md b/docs/dataLossPreventionInspectTemplate.python.md index cd78df70479..db6a8cb6879 100644 --- a/docs/dataLossPreventionInspectTemplate.python.md +++ b/docs/dataLossPreventionInspectTemplate.python.md @@ -1482,7 +1482,7 @@ from cdktf_cdktf_provider_google import data_loss_prevention_inspect_template dataLossPreventionInspectTemplate.DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionary( cloud_storage_path: DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryCloudStoragePath = None, - word_list: DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList = None + word_list: DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct = None ) ``` @@ -1491,7 +1491,7 @@ dataLossPreventionInspectTemplate.DataLossPreventionInspectTemplateInspectConfig | **Name** | **Type** | **Description** | | --- | --- | --- | | cloud_storage_path | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryCloudStoragePath | cloud_storage_path block. | -| word_list | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList | word_list block. | +| word_list | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct | word_list block. | --- @@ -1512,10 +1512,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ##### `word_list`Optional ```python -word_list: DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList +word_list: DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct ``` -- *Type:* DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList +- *Type:* DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct word_list block. @@ -1557,14 +1557,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi --- -### DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList +### DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct -#### Initializer +#### Initializer ```python from cdktf_cdktf_provider_google import data_loss_prevention_inspect_template -dataLossPreventionInspectTemplate.DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList( +dataLossPreventionInspectTemplate.DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct( words: typing.List[str] ) ``` @@ -1573,11 +1573,11 @@ dataLossPreventionInspectTemplate.DataLossPreventionInspectTemplateInspectConfig | **Name** | **Type** | **Description** | | --- | --- | --- | -| words | typing.List[str] | Words or phrases defining the dictionary. | +| words | typing.List[str] | Words or phrases defining the dictionary. | --- -##### `words`Required +##### `words`Required ```python words: typing.List[str] @@ -2226,7 +2226,7 @@ from cdktf_cdktf_provider_google import data_loss_prevention_inspect_template dataLossPreventionInspectTemplate.DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionary( cloud_storage_path: DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryCloudStoragePath = None, - word_list: DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList = None + word_list: DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct = None ) ``` @@ -2235,7 +2235,7 @@ dataLossPreventionInspectTemplate.DataLossPreventionInspectTemplateInspectConfig | **Name** | **Type** | **Description** | | --- | --- | --- | | cloud_storage_path | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryCloudStoragePath | cloud_storage_path block. | -| word_list | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList | word_list block. | +| word_list | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct | word_list block. | --- @@ -2256,10 +2256,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ##### `word_list`Optional ```python -word_list: DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +word_list: DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct ``` -- *Type:* DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +- *Type:* DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct word_list block. @@ -2301,14 +2301,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi --- -### DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +### DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct -#### Initializer +#### Initializer ```python from cdktf_cdktf_provider_google import data_loss_prevention_inspect_template -dataLossPreventionInspectTemplate.DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList( +dataLossPreventionInspectTemplate.DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct( words: typing.List[str] ) ``` @@ -2317,11 +2317,11 @@ dataLossPreventionInspectTemplate.DataLossPreventionInspectTemplateInspectConfig | **Name** | **Type** | **Description** | | --- | --- | --- | -| words | typing.List[str] | Words or phrases defining the dictionary. | +| words | typing.List[str] | Words or phrases defining the dictionary. | --- -##### `words`Required +##### `words`Required ```python words: typing.List[str] @@ -3507,9 +3507,9 @@ def reset_word_list() -> None | creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | fqn | str | *No description.* | | cloud_storage_path | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryCloudStoragePathOutputReference | *No description.* | -| word_list | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListOutputReference | *No description.* | +| word_list | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference | *No description.* | | cloud_storage_path_input | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryCloudStoragePath | *No description.* | -| word_list_input | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList | *No description.* | +| word_list_input | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct | *No description.* | | internal_value | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionary | *No description.* | --- @@ -3551,10 +3551,10 @@ cloud_storage_path: DataLossPreventionInspectTemplateInspectConfigCustomInfoType ##### `word_list`Required ```python -word_list: DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListOutputReference +word_list: DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference ``` -- *Type:* DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListOutputReference +- *Type:* DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference --- @@ -3571,10 +3571,10 @@ cloud_storage_path_input: DataLossPreventionInspectTemplateInspectConfigCustomIn ##### `word_list_input`Optional ```python -word_list_input: DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList +word_list_input: DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct ``` -- *Type:* DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList +- *Type:* DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct --- @@ -3589,14 +3589,14 @@ internal_value: DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDic --- -### DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListOutputReference +### DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference -#### Initializers +#### Initializers ```python from cdktf_cdktf_provider_google import data_loss_prevention_inspect_template -dataLossPreventionInspectTemplate.DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListOutputReference( +dataLossPreventionInspectTemplate.DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference( terraform_resource: IInterpolatingParent, terraform_attribute: str ) @@ -3604,12 +3604,12 @@ dataLossPreventionInspectTemplate.DataLossPreventionInspectTemplateInspectConfig | **Name** | **Type** | **Description** | | --- | --- | --- | -| terraform_resource | cdktf.IInterpolatingParent | The parent resource. | -| terraform_attribute | str | The attribute on the parent resource this class is referencing. | +| terraform_resource | cdktf.IInterpolatingParent | The parent resource. | +| terraform_attribute | str | The attribute on the parent resource this class is referencing. | --- -##### `terraform_resource`Required +##### `terraform_resource`Required - *Type:* cdktf.IInterpolatingParent @@ -3617,7 +3617,7 @@ The parent resource. --- -##### `terraform_attribute`Required +##### `terraform_attribute`Required - *Type:* str @@ -3629,29 +3629,29 @@ The attribute on the parent resource this class is referencing. | **Name** | **Description** | | --- | --- | -| compute_fqn | *No description.* | -| get_any_map_attribute | *No description.* | -| get_boolean_attribute | *No description.* | -| get_boolean_map_attribute | *No description.* | -| get_list_attribute | *No description.* | -| get_number_attribute | *No description.* | -| get_number_list_attribute | *No description.* | -| get_number_map_attribute | *No description.* | -| get_string_attribute | *No description.* | -| get_string_map_attribute | *No description.* | -| interpolation_for_attribute | *No description.* | -| resolve | Produce the Token's value at resolution time. | -| to_string | Return a string representation of this resolvable object. | +| compute_fqn | *No description.* | +| get_any_map_attribute | *No description.* | +| get_boolean_attribute | *No description.* | +| get_boolean_map_attribute | *No description.* | +| get_list_attribute | *No description.* | +| get_number_attribute | *No description.* | +| get_number_list_attribute | *No description.* | +| get_number_map_attribute | *No description.* | +| get_string_attribute | *No description.* | +| get_string_map_attribute | *No description.* | +| interpolation_for_attribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| to_string | Return a string representation of this resolvable object. | --- -##### `compute_fqn` +##### `compute_fqn` ```python def compute_fqn() -> str ``` -##### `get_any_map_attribute` +##### `get_any_map_attribute` ```python def get_any_map_attribute( @@ -3659,13 +3659,13 @@ def get_any_map_attribute( ) -> typing.Mapping[typing.Any] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_boolean_attribute` +##### `get_boolean_attribute` ```python def get_boolean_attribute( @@ -3673,13 +3673,13 @@ def get_boolean_attribute( ) -> IResolvable ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_boolean_map_attribute` +##### `get_boolean_map_attribute` ```python def get_boolean_map_attribute( @@ -3687,13 +3687,13 @@ def get_boolean_map_attribute( ) -> typing.Mapping[bool] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_list_attribute` +##### `get_list_attribute` ```python def get_list_attribute( @@ -3701,13 +3701,13 @@ def get_list_attribute( ) -> typing.List[str] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_number_attribute` +##### `get_number_attribute` ```python def get_number_attribute( @@ -3715,13 +3715,13 @@ def get_number_attribute( ) -> typing.Union[int, float] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_number_list_attribute` +##### `get_number_list_attribute` ```python def get_number_list_attribute( @@ -3729,13 +3729,13 @@ def get_number_list_attribute( ) -> typing.List[typing.Union[int, float]] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_number_map_attribute` +##### `get_number_map_attribute` ```python def get_number_map_attribute( @@ -3743,13 +3743,13 @@ def get_number_map_attribute( ) -> typing.Mapping[typing.Union[int, float]] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_string_attribute` +##### `get_string_attribute` ```python def get_string_attribute( @@ -3757,13 +3757,13 @@ def get_string_attribute( ) -> str ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_string_map_attribute` +##### `get_string_map_attribute` ```python def get_string_map_attribute( @@ -3771,13 +3771,13 @@ def get_string_map_attribute( ) -> typing.Mapping[str] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `interpolation_for_attribute` +##### `interpolation_for_attribute` ```python def interpolation_for_attribute( @@ -3785,13 +3785,13 @@ def interpolation_for_attribute( ) -> IResolvable ``` -###### `property`Required +###### `property`Required - *Type:* str --- -##### `resolve` +##### `resolve` ```python def resolve( @@ -3801,13 +3801,13 @@ def resolve( Produce the Token's value at resolution time. -###### `_context`Required +###### `_context`Required - *Type:* cdktf.IResolveContext --- -##### `to_string` +##### `to_string` ```python def to_string() -> str @@ -3822,15 +3822,15 @@ Returns a reversible string representation. | **Name** | **Type** | **Description** | | --- | --- | --- | -| creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| fqn | str | *No description.* | -| words_input | typing.List[str] | *No description.* | -| words | typing.List[str] | *No description.* | -| internal_value | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList | *No description.* | +| creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | str | *No description.* | +| words_input | typing.List[str] | *No description.* | +| words | typing.List[str] | *No description.* | +| internal_value | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct | *No description.* | --- -##### `creation_stack`Required +##### `creation_stack`Required ```python creation_stack: typing.List[str] @@ -3844,7 +3844,7 @@ If this returns an empty array the stack will not be attached. --- -##### `fqn`Required +##### `fqn`Required ```python fqn: str @@ -3854,7 +3854,7 @@ fqn: str --- -##### `words_input`Optional +##### `words_input`Optional ```python words_input: typing.List[str] @@ -3864,7 +3864,7 @@ words_input: typing.List[str] --- -##### `words`Required +##### `words`Required ```python words: typing.List[str] @@ -3874,13 +3874,13 @@ words: typing.List[str] --- -##### `internal_value`Optional +##### `internal_value`Optional ```python -internal_value: DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList +internal_value: DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct ``` -- *Type:* DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList +- *Type:* DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct --- @@ -4625,7 +4625,7 @@ Returns a reversible string representation. ```python def put_dictionary( cloud_storage_path: DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryCloudStoragePath = None, - word_list: DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList = None + word_list: DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct = None ) -> None ``` @@ -4641,7 +4641,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ###### `word_list`Optional -- *Type:* DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList +- *Type:* DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct word_list block. @@ -9766,9 +9766,9 @@ def reset_word_list() -> None | creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | fqn | str | *No description.* | | cloud_storage_path | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryCloudStoragePathOutputReference | *No description.* | -| word_list | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference | *No description.* | +| word_list | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference | *No description.* | | cloud_storage_path_input | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryCloudStoragePath | *No description.* | -| word_list_input | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList | *No description.* | +| word_list_input | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct | *No description.* | | internal_value | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionary | *No description.* | --- @@ -9810,10 +9810,10 @@ cloud_storage_path: DataLossPreventionInspectTemplateInspectConfigRuleSetRulesEx ##### `word_list`Required ```python -word_list: DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference +word_list: DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference ``` -- *Type:* DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference +- *Type:* DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference --- @@ -9830,10 +9830,10 @@ cloud_storage_path_input: DataLossPreventionInspectTemplateInspectConfigRuleSetR ##### `word_list_input`Optional ```python -word_list_input: DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +word_list_input: DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct ``` -- *Type:* DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +- *Type:* DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct --- @@ -9848,14 +9848,14 @@ internal_value: DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclus --- -### DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference +### DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference -#### Initializers +#### Initializers ```python from cdktf_cdktf_provider_google import data_loss_prevention_inspect_template -dataLossPreventionInspectTemplate.DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference( +dataLossPreventionInspectTemplate.DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference( terraform_resource: IInterpolatingParent, terraform_attribute: str ) @@ -9863,12 +9863,12 @@ dataLossPreventionInspectTemplate.DataLossPreventionInspectTemplateInspectConfig | **Name** | **Type** | **Description** | | --- | --- | --- | -| terraform_resource | cdktf.IInterpolatingParent | The parent resource. | -| terraform_attribute | str | The attribute on the parent resource this class is referencing. | +| terraform_resource | cdktf.IInterpolatingParent | The parent resource. | +| terraform_attribute | str | The attribute on the parent resource this class is referencing. | --- -##### `terraform_resource`Required +##### `terraform_resource`Required - *Type:* cdktf.IInterpolatingParent @@ -9876,7 +9876,7 @@ The parent resource. --- -##### `terraform_attribute`Required +##### `terraform_attribute`Required - *Type:* str @@ -9888,29 +9888,29 @@ The attribute on the parent resource this class is referencing. | **Name** | **Description** | | --- | --- | -| compute_fqn | *No description.* | -| get_any_map_attribute | *No description.* | -| get_boolean_attribute | *No description.* | -| get_boolean_map_attribute | *No description.* | -| get_list_attribute | *No description.* | -| get_number_attribute | *No description.* | -| get_number_list_attribute | *No description.* | -| get_number_map_attribute | *No description.* | -| get_string_attribute | *No description.* | -| get_string_map_attribute | *No description.* | -| interpolation_for_attribute | *No description.* | -| resolve | Produce the Token's value at resolution time. | -| to_string | Return a string representation of this resolvable object. | +| compute_fqn | *No description.* | +| get_any_map_attribute | *No description.* | +| get_boolean_attribute | *No description.* | +| get_boolean_map_attribute | *No description.* | +| get_list_attribute | *No description.* | +| get_number_attribute | *No description.* | +| get_number_list_attribute | *No description.* | +| get_number_map_attribute | *No description.* | +| get_string_attribute | *No description.* | +| get_string_map_attribute | *No description.* | +| interpolation_for_attribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| to_string | Return a string representation of this resolvable object. | --- -##### `compute_fqn` +##### `compute_fqn` ```python def compute_fqn() -> str ``` -##### `get_any_map_attribute` +##### `get_any_map_attribute` ```python def get_any_map_attribute( @@ -9918,13 +9918,13 @@ def get_any_map_attribute( ) -> typing.Mapping[typing.Any] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_boolean_attribute` +##### `get_boolean_attribute` ```python def get_boolean_attribute( @@ -9932,13 +9932,13 @@ def get_boolean_attribute( ) -> IResolvable ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_boolean_map_attribute` +##### `get_boolean_map_attribute` ```python def get_boolean_map_attribute( @@ -9946,13 +9946,13 @@ def get_boolean_map_attribute( ) -> typing.Mapping[bool] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_list_attribute` +##### `get_list_attribute` ```python def get_list_attribute( @@ -9960,13 +9960,13 @@ def get_list_attribute( ) -> typing.List[str] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_number_attribute` +##### `get_number_attribute` ```python def get_number_attribute( @@ -9974,13 +9974,13 @@ def get_number_attribute( ) -> typing.Union[int, float] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_number_list_attribute` +##### `get_number_list_attribute` ```python def get_number_list_attribute( @@ -9988,13 +9988,13 @@ def get_number_list_attribute( ) -> typing.List[typing.Union[int, float]] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_number_map_attribute` +##### `get_number_map_attribute` ```python def get_number_map_attribute( @@ -10002,13 +10002,13 @@ def get_number_map_attribute( ) -> typing.Mapping[typing.Union[int, float]] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_string_attribute` +##### `get_string_attribute` ```python def get_string_attribute( @@ -10016,13 +10016,13 @@ def get_string_attribute( ) -> str ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_string_map_attribute` +##### `get_string_map_attribute` ```python def get_string_map_attribute( @@ -10030,13 +10030,13 @@ def get_string_map_attribute( ) -> typing.Mapping[str] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `interpolation_for_attribute` +##### `interpolation_for_attribute` ```python def interpolation_for_attribute( @@ -10044,13 +10044,13 @@ def interpolation_for_attribute( ) -> IResolvable ``` -###### `property`Required +###### `property`Required - *Type:* str --- -##### `resolve` +##### `resolve` ```python def resolve( @@ -10060,13 +10060,13 @@ def resolve( Produce the Token's value at resolution time. -###### `_context`Required +###### `_context`Required - *Type:* cdktf.IResolveContext --- -##### `to_string` +##### `to_string` ```python def to_string() -> str @@ -10081,15 +10081,15 @@ Returns a reversible string representation. | **Name** | **Type** | **Description** | | --- | --- | --- | -| creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| fqn | str | *No description.* | -| words_input | typing.List[str] | *No description.* | -| words | typing.List[str] | *No description.* | -| internal_value | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList | *No description.* | +| creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | str | *No description.* | +| words_input | typing.List[str] | *No description.* | +| words | typing.List[str] | *No description.* | +| internal_value | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct | *No description.* | --- -##### `creation_stack`Required +##### `creation_stack`Required ```python creation_stack: typing.List[str] @@ -10103,7 +10103,7 @@ If this returns an empty array the stack will not be attached. --- -##### `fqn`Required +##### `fqn`Required ```python fqn: str @@ -10113,7 +10113,7 @@ fqn: str --- -##### `words_input`Optional +##### `words_input`Optional ```python words_input: typing.List[str] @@ -10123,7 +10123,7 @@ words_input: typing.List[str] --- -##### `words`Required +##### `words`Required ```python words: typing.List[str] @@ -10133,13 +10133,13 @@ words: typing.List[str] --- -##### `internal_value`Optional +##### `internal_value`Optional ```python -internal_value: DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +internal_value: DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct ``` -- *Type:* DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +- *Type:* DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct --- @@ -12230,7 +12230,7 @@ Returns a reversible string representation. ```python def put_dictionary( cloud_storage_path: DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryCloudStoragePath = None, - word_list: DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList = None + word_list: DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct = None ) -> None ``` @@ -12246,7 +12246,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ###### `word_list`Optional -- *Type:* DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +- *Type:* DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct word_list block. diff --git a/docs/dataLossPreventionInspectTemplate.typescript.md b/docs/dataLossPreventionInspectTemplate.typescript.md index c38716dec23..5ccd984e27b 100644 --- a/docs/dataLossPreventionInspectTemplate.typescript.md +++ b/docs/dataLossPreventionInspectTemplate.typescript.md @@ -1187,7 +1187,7 @@ const dataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionary: d | **Name** | **Type** | **Description** | | --- | --- | --- | | cloudStoragePath | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryCloudStoragePath | cloud_storage_path block. | -| wordList | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList | word_list block. | +| wordList | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct | word_list block. | --- @@ -1208,10 +1208,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ##### `wordList`Optional ```typescript -public readonly wordList: DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList; +public readonly wordList: DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct; ``` -- *Type:* DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList +- *Type:* DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct word_list block. @@ -1251,25 +1251,25 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi --- -### DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList +### DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct -#### Initializer +#### Initializer ```typescript import { dataLossPreventionInspectTemplate } from '@cdktf/provider-google' -const dataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList: dataLossPreventionInspectTemplate.DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList = { ... } +const dataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct: dataLossPreventionInspectTemplate.DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct = { ... } ``` #### Properties | **Name** | **Type** | **Description** | | --- | --- | --- | -| words | string[] | Words or phrases defining the dictionary. | +| words | string[] | Words or phrases defining the dictionary. | --- -##### `words`Required +##### `words`Required ```typescript public readonly words: string[]; @@ -1888,7 +1888,7 @@ const dataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDic | **Name** | **Type** | **Description** | | --- | --- | --- | | cloudStoragePath | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryCloudStoragePath | cloud_storage_path block. | -| wordList | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList | word_list block. | +| wordList | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct | word_list block. | --- @@ -1909,10 +1909,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ##### `wordList`Optional ```typescript -public readonly wordList: DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList; +public readonly wordList: DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct; ``` -- *Type:* DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +- *Type:* DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct word_list block. @@ -1952,25 +1952,25 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi --- -### DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +### DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct -#### Initializer +#### Initializer ```typescript import { dataLossPreventionInspectTemplate } from '@cdktf/provider-google' -const dataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList: dataLossPreventionInspectTemplate.DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList = { ... } +const dataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct: dataLossPreventionInspectTemplate.DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct = { ... } ``` #### Properties | **Name** | **Type** | **Description** | | --- | --- | --- | -| words | string[] | Words or phrases defining the dictionary. | +| words | string[] | Words or phrases defining the dictionary. | --- -##### `words`Required +##### `words`Required ```typescript public readonly words: string[]; @@ -3028,12 +3028,12 @@ public putCloudStoragePath(value: DataLossPreventionInspectTemplateInspectConfig ##### `putWordList` ```typescript -public putWordList(value: DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList): void +public putWordList(value: DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct): void ``` ###### `value`Required -- *Type:* DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList +- *Type:* DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct --- @@ -3057,9 +3057,9 @@ public resetWordList(): void | creationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | fqn | string | *No description.* | | cloudStoragePath | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryCloudStoragePathOutputReference | *No description.* | -| wordList | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListOutputReference | *No description.* | +| wordList | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference | *No description.* | | cloudStoragePathInput | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryCloudStoragePath | *No description.* | -| wordListInput | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList | *No description.* | +| wordListInput | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct | *No description.* | | internalValue | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionary | *No description.* | --- @@ -3101,10 +3101,10 @@ public readonly cloudStoragePath: DataLossPreventionInspectTemplateInspectConfig ##### `wordList`Required ```typescript -public readonly wordList: DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListOutputReference; +public readonly wordList: DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference; ``` -- *Type:* DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListOutputReference +- *Type:* DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference --- @@ -3121,10 +3121,10 @@ public readonly cloudStoragePathInput: DataLossPreventionInspectTemplateInspectC ##### `wordListInput`Optional ```typescript -public readonly wordListInput: DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList; +public readonly wordListInput: DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct; ``` -- *Type:* DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList +- *Type:* DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct --- @@ -3139,24 +3139,24 @@ public readonly internalValue: DataLossPreventionInspectTemplateInspectConfigCus --- -### DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListOutputReference +### DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference -#### Initializers +#### Initializers ```typescript import { dataLossPreventionInspectTemplate } from '@cdktf/provider-google' -new dataLossPreventionInspectTemplate.DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string) +new dataLossPreventionInspectTemplate.DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference(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. | +| terraformResource | cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | string | The attribute on the parent resource this class is referencing. | --- -##### `terraformResource`Required +##### `terraformResource`Required - *Type:* cdktf.IInterpolatingParent @@ -3164,7 +3164,7 @@ The parent resource. --- -##### `terraformAttribute`Required +##### `terraformAttribute`Required - *Type:* string @@ -3176,149 +3176,149 @@ 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. | +| computeFqn | *No description.* | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | --- -##### `computeFqn` +##### `computeFqn` ```typescript public computeFqn(): string ``` -##### `getAnyMapAttribute` +##### `getAnyMapAttribute` ```typescript public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any} ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getBooleanAttribute` +##### `getBooleanAttribute` ```typescript public getBooleanAttribute(terraformAttribute: string): IResolvable ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getBooleanMapAttribute` +##### `getBooleanMapAttribute` ```typescript public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean} ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getListAttribute` +##### `getListAttribute` ```typescript public getListAttribute(terraformAttribute: string): string[] ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getNumberAttribute` +##### `getNumberAttribute` ```typescript public getNumberAttribute(terraformAttribute: string): number ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getNumberListAttribute` +##### `getNumberListAttribute` ```typescript public getNumberListAttribute(terraformAttribute: string): number[] ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getNumberMapAttribute` +##### `getNumberMapAttribute` ```typescript public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number} ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getStringAttribute` +##### `getStringAttribute` ```typescript public getStringAttribute(terraformAttribute: string): string ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getStringMapAttribute` +##### `getStringMapAttribute` ```typescript public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string} ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `interpolationForAttribute` +##### `interpolationForAttribute` ```typescript public interpolationForAttribute(property: string): IResolvable ``` -###### `property`Required +###### `property`Required - *Type:* string --- -##### `resolve` +##### `resolve` ```typescript public resolve(_context: IResolveContext): any @@ -3326,13 +3326,13 @@ public resolve(_context: IResolveContext): any Produce the Token's value at resolution time. -###### `_context`Required +###### `_context`Required - *Type:* cdktf.IResolveContext --- -##### `toString` +##### `toString` ```typescript public toString(): string @@ -3347,15 +3347,15 @@ 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.* | -| wordsInput | string[] | *No description.* | -| words | string[] | *No description.* | -| internalValue | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList | *No description.* | +| creationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | string | *No description.* | +| wordsInput | string[] | *No description.* | +| words | string[] | *No description.* | +| internalValue | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct | *No description.* | --- -##### `creationStack`Required +##### `creationStack`Required ```typescript public readonly creationStack: string[]; @@ -3369,7 +3369,7 @@ If this returns an empty array the stack will not be attached. --- -##### `fqn`Required +##### `fqn`Required ```typescript public readonly fqn: string; @@ -3379,7 +3379,7 @@ public readonly fqn: string; --- -##### `wordsInput`Optional +##### `wordsInput`Optional ```typescript public readonly wordsInput: string[]; @@ -3389,7 +3389,7 @@ public readonly wordsInput: string[]; --- -##### `words`Required +##### `words`Required ```typescript public readonly words: string[]; @@ -3399,13 +3399,13 @@ public readonly words: string[]; --- -##### `internalValue`Optional +##### `internalValue`Optional ```typescript -public readonly internalValue: DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList; +public readonly internalValue: DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct; ``` -- *Type:* DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList +- *Type:* DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct --- @@ -8731,12 +8731,12 @@ public putCloudStoragePath(value: DataLossPreventionInspectTemplateInspectConfig ##### `putWordList` ```typescript -public putWordList(value: DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList): void +public putWordList(value: DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct): void ``` ###### `value`Required -- *Type:* DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +- *Type:* DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct --- @@ -8760,9 +8760,9 @@ public resetWordList(): void | creationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | fqn | string | *No description.* | | cloudStoragePath | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryCloudStoragePathOutputReference | *No description.* | -| wordList | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference | *No description.* | +| wordList | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference | *No description.* | | cloudStoragePathInput | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryCloudStoragePath | *No description.* | -| wordListInput | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList | *No description.* | +| wordListInput | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct | *No description.* | | internalValue | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionary | *No description.* | --- @@ -8804,10 +8804,10 @@ public readonly cloudStoragePath: DataLossPreventionInspectTemplateInspectConfig ##### `wordList`Required ```typescript -public readonly wordList: DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference; +public readonly wordList: DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference; ``` -- *Type:* DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference +- *Type:* DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference --- @@ -8824,10 +8824,10 @@ public readonly cloudStoragePathInput: DataLossPreventionInspectTemplateInspectC ##### `wordListInput`Optional ```typescript -public readonly wordListInput: DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList; +public readonly wordListInput: DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct; ``` -- *Type:* DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +- *Type:* DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct --- @@ -8842,24 +8842,24 @@ public readonly internalValue: DataLossPreventionInspectTemplateInspectConfigRul --- -### DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference +### DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference -#### Initializers +#### Initializers ```typescript import { dataLossPreventionInspectTemplate } from '@cdktf/provider-google' -new dataLossPreventionInspectTemplate.DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string) +new dataLossPreventionInspectTemplate.DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference(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. | +| terraformResource | cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | string | The attribute on the parent resource this class is referencing. | --- -##### `terraformResource`Required +##### `terraformResource`Required - *Type:* cdktf.IInterpolatingParent @@ -8867,7 +8867,7 @@ The parent resource. --- -##### `terraformAttribute`Required +##### `terraformAttribute`Required - *Type:* string @@ -8879,149 +8879,149 @@ 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. | +| computeFqn | *No description.* | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | --- -##### `computeFqn` +##### `computeFqn` ```typescript public computeFqn(): string ``` -##### `getAnyMapAttribute` +##### `getAnyMapAttribute` ```typescript public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any} ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getBooleanAttribute` +##### `getBooleanAttribute` ```typescript public getBooleanAttribute(terraformAttribute: string): IResolvable ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getBooleanMapAttribute` +##### `getBooleanMapAttribute` ```typescript public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean} ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getListAttribute` +##### `getListAttribute` ```typescript public getListAttribute(terraformAttribute: string): string[] ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getNumberAttribute` +##### `getNumberAttribute` ```typescript public getNumberAttribute(terraformAttribute: string): number ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getNumberListAttribute` +##### `getNumberListAttribute` ```typescript public getNumberListAttribute(terraformAttribute: string): number[] ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getNumberMapAttribute` +##### `getNumberMapAttribute` ```typescript public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number} ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getStringAttribute` +##### `getStringAttribute` ```typescript public getStringAttribute(terraformAttribute: string): string ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getStringMapAttribute` +##### `getStringMapAttribute` ```typescript public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string} ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `interpolationForAttribute` +##### `interpolationForAttribute` ```typescript public interpolationForAttribute(property: string): IResolvable ``` -###### `property`Required +###### `property`Required - *Type:* string --- -##### `resolve` +##### `resolve` ```typescript public resolve(_context: IResolveContext): any @@ -9029,13 +9029,13 @@ public resolve(_context: IResolveContext): any Produce the Token's value at resolution time. -###### `_context`Required +###### `_context`Required - *Type:* cdktf.IResolveContext --- -##### `toString` +##### `toString` ```typescript public toString(): string @@ -9050,15 +9050,15 @@ 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.* | -| wordsInput | string[] | *No description.* | -| words | string[] | *No description.* | -| internalValue | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList | *No description.* | +| creationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | string | *No description.* | +| wordsInput | string[] | *No description.* | +| words | string[] | *No description.* | +| internalValue | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct | *No description.* | --- -##### `creationStack`Required +##### `creationStack`Required ```typescript public readonly creationStack: string[]; @@ -9072,7 +9072,7 @@ If this returns an empty array the stack will not be attached. --- -##### `fqn`Required +##### `fqn`Required ```typescript public readonly fqn: string; @@ -9082,7 +9082,7 @@ public readonly fqn: string; --- -##### `wordsInput`Optional +##### `wordsInput`Optional ```typescript public readonly wordsInput: string[]; @@ -9092,7 +9092,7 @@ public readonly wordsInput: string[]; --- -##### `words`Required +##### `words`Required ```typescript public readonly words: string[]; @@ -9102,13 +9102,13 @@ public readonly words: string[]; --- -##### `internalValue`Optional +##### `internalValue`Optional ```typescript -public readonly internalValue: DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList; +public readonly internalValue: DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct; ``` -- *Type:* DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +- *Type:* DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct --- diff --git a/docs/dataLossPreventionJobTrigger.csharp.md b/docs/dataLossPreventionJobTrigger.csharp.md index c0e9a55d6e9..ff712e4173f 100644 --- a/docs/dataLossPreventionJobTrigger.csharp.md +++ b/docs/dataLossPreventionJobTrigger.csharp.md @@ -2042,7 +2042,7 @@ using HashiCorp.Cdktf.Providers.Google; new DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionary { DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryCloudStoragePath CloudStoragePath = null, - DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList WordList = null + DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct WordList = null }; ``` @@ -2051,7 +2051,7 @@ new DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionary | **Name** | **Type** | **Description** | | --- | --- | --- | | CloudStoragePath | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryCloudStoragePath | cloud_storage_path block. | -| WordList | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList | word_list block. | +| WordList | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct | word_list block. | --- @@ -2072,10 +2072,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ##### `WordList`Optional ```csharp -public DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList WordList { get; set; } +public DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct WordList { get; set; } ``` -- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList +- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct word_list block. @@ -2117,14 +2117,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi --- -### DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList +### DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct -#### Initializer +#### Initializer ```csharp using HashiCorp.Cdktf.Providers.Google; -new DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList { +new DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct { string[] Words }; ``` @@ -2133,11 +2133,11 @@ new DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionary | **Name** | **Type** | **Description** | | --- | --- | --- | -| Words | string[] | Words or phrases defining the dictionary. | +| Words | string[] | Words or phrases defining the dictionary. | --- -##### `Words`Required +##### `Words`Required ```csharp public string[] Words { get; set; } @@ -2788,7 +2788,7 @@ using HashiCorp.Cdktf.Providers.Google; new DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionary { DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryCloudStoragePath CloudStoragePath = null, - DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList WordList = null + DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct WordList = null }; ``` @@ -2797,7 +2797,7 @@ new DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRule | **Name** | **Type** | **Description** | | --- | --- | --- | | CloudStoragePath | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryCloudStoragePath | cloud_storage_path block. | -| WordList | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList | word_list block. | +| WordList | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct | word_list block. | --- @@ -2818,10 +2818,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ##### `WordList`Optional ```csharp -public DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList WordList { get; set; } +public DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct WordList { get; set; } ``` -- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct word_list block. @@ -2863,14 +2863,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi --- -### DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +### DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct -#### Initializer +#### Initializer ```csharp using HashiCorp.Cdktf.Providers.Google; -new DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList { +new DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct { string[] Words }; ``` @@ -2879,11 +2879,11 @@ new DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRule | **Name** | **Type** | **Description** | | --- | --- | --- | -| Words | string[] | Words or phrases defining the dictionary. | +| Words | string[] | Words or phrases defining the dictionary. | --- -##### `Words`Required +##### `Words`Required ```csharp public string[] Words { get; set; } @@ -9288,12 +9288,12 @@ private void PutCloudStoragePath(DataLossPreventionJobTriggerInspectJobInspectCo ##### `PutWordList` ```csharp -private void PutWordList(DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList Value) +private void PutWordList(DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct Value) ``` ###### `Value`Required -- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList +- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct --- @@ -9317,9 +9317,9 @@ private void ResetWordList() | CreationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | Fqn | string | *No description.* | | CloudStoragePath | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryCloudStoragePathOutputReference | *No description.* | -| WordList | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListOutputReference | *No description.* | +| WordList | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference | *No description.* | | CloudStoragePathInput | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryCloudStoragePath | *No description.* | -| WordListInput | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList | *No description.* | +| WordListInput | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct | *No description.* | | InternalValue | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionary | *No description.* | --- @@ -9361,10 +9361,10 @@ public DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDiction ##### `WordList`Required ```csharp -public DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListOutputReference WordList { get; } +public DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference WordList { get; } ``` -- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListOutputReference +- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference --- @@ -9381,10 +9381,10 @@ public DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDiction ##### `WordListInput`Optional ```csharp -public DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList WordListInput { get; } +public DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct WordListInput { get; } ``` -- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList +- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct --- @@ -9399,24 +9399,24 @@ public DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDiction --- -### DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListOutputReference +### DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference -#### Initializers +#### Initializers ```csharp using HashiCorp.Cdktf.Providers.Google; -new DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute); +new DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute); ``` | **Name** | **Type** | **Description** | | --- | --- | --- | -| TerraformResource | HashiCorp.Cdktf.IInterpolatingParent | The parent resource. | -| TerraformAttribute | string | The attribute on the parent resource this class is referencing. | +| TerraformResource | HashiCorp.Cdktf.IInterpolatingParent | The parent resource. | +| TerraformAttribute | string | The attribute on the parent resource this class is referencing. | --- -##### `TerraformResource`Required +##### `TerraformResource`Required - *Type:* HashiCorp.Cdktf.IInterpolatingParent @@ -9424,7 +9424,7 @@ The parent resource. --- -##### `TerraformAttribute`Required +##### `TerraformAttribute`Required - *Type:* string @@ -9436,149 +9436,149 @@ 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. | +| ComputeFqn | *No description.* | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | --- -##### `ComputeFqn` +##### `ComputeFqn` ```csharp private string ComputeFqn() ``` -##### `GetAnyMapAttribute` +##### `GetAnyMapAttribute` ```csharp private System.Collections.Generic.IDictionary GetAnyMapAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetBooleanAttribute` +##### `GetBooleanAttribute` ```csharp private IResolvable GetBooleanAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetBooleanMapAttribute` +##### `GetBooleanMapAttribute` ```csharp private System.Collections.Generic.IDictionary GetBooleanMapAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetListAttribute` +##### `GetListAttribute` ```csharp private string[] GetListAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetNumberAttribute` +##### `GetNumberAttribute` ```csharp private double GetNumberAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetNumberListAttribute` +##### `GetNumberListAttribute` ```csharp private double[] GetNumberListAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetNumberMapAttribute` +##### `GetNumberMapAttribute` ```csharp private System.Collections.Generic.IDictionary GetNumberMapAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetStringAttribute` +##### `GetStringAttribute` ```csharp private string GetStringAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetStringMapAttribute` +##### `GetStringMapAttribute` ```csharp private System.Collections.Generic.IDictionary GetStringMapAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `InterpolationForAttribute` +##### `InterpolationForAttribute` ```csharp private IResolvable InterpolationForAttribute(string Property) ``` -###### `Property`Required +###### `Property`Required - *Type:* string --- -##### `Resolve` +##### `Resolve` ```csharp private object Resolve(IResolveContext Context) @@ -9586,13 +9586,13 @@ private object Resolve(IResolveContext Context) Produce the Token's value at resolution time. -###### `Context`Required +###### `Context`Required - *Type:* HashiCorp.Cdktf.IResolveContext --- -##### `ToString` +##### `ToString` ```csharp private string ToString() @@ -9607,15 +9607,15 @@ 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.* | -| WordsInput | string[] | *No description.* | -| Words | string[] | *No description.* | -| InternalValue | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList | *No description.* | +| CreationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | string | *No description.* | +| WordsInput | string[] | *No description.* | +| Words | string[] | *No description.* | +| InternalValue | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct | *No description.* | --- -##### `CreationStack`Required +##### `CreationStack`Required ```csharp public string[] CreationStack { get; } @@ -9629,7 +9629,7 @@ If this returns an empty array the stack will not be attached. --- -##### `Fqn`Required +##### `Fqn`Required ```csharp public string Fqn { get; } @@ -9639,7 +9639,7 @@ public string Fqn { get; } --- -##### `WordsInput`Optional +##### `WordsInput`Optional ```csharp public string[] WordsInput { get; } @@ -9649,7 +9649,7 @@ public string[] WordsInput { get; } --- -##### `Words`Required +##### `Words`Required ```csharp public string[] Words { get; } @@ -9659,13 +9659,13 @@ public string[] Words { get; } --- -##### `InternalValue`Optional +##### `InternalValue`Optional ```csharp -public DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList InternalValue { get; } +public DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct InternalValue { get; } ``` -- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList +- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct --- @@ -15008,12 +15008,12 @@ private void PutCloudStoragePath(DataLossPreventionJobTriggerInspectJobInspectCo ##### `PutWordList` ```csharp -private void PutWordList(DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList Value) +private void PutWordList(DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct Value) ``` ###### `Value`Required -- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct --- @@ -15037,9 +15037,9 @@ private void ResetWordList() | CreationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | Fqn | string | *No description.* | | CloudStoragePath | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryCloudStoragePathOutputReference | *No description.* | -| WordList | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference | *No description.* | +| WordList | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference | *No description.* | | CloudStoragePathInput | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryCloudStoragePath | *No description.* | -| WordListInput | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList | *No description.* | +| WordListInput | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct | *No description.* | | InternalValue | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionary | *No description.* | --- @@ -15081,10 +15081,10 @@ public DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionR ##### `WordList`Required ```csharp -public DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference WordList { get; } +public DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference WordList { get; } ``` -- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference +- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference --- @@ -15101,10 +15101,10 @@ public DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionR ##### `WordListInput`Optional ```csharp -public DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList WordListInput { get; } +public DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct WordListInput { get; } ``` -- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct --- @@ -15119,24 +15119,24 @@ public DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionR --- -### DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference +### DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference -#### Initializers +#### Initializers ```csharp using HashiCorp.Cdktf.Providers.Google; -new DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute); +new DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute); ``` | **Name** | **Type** | **Description** | | --- | --- | --- | -| TerraformResource | HashiCorp.Cdktf.IInterpolatingParent | The parent resource. | -| TerraformAttribute | string | The attribute on the parent resource this class is referencing. | +| TerraformResource | HashiCorp.Cdktf.IInterpolatingParent | The parent resource. | +| TerraformAttribute | string | The attribute on the parent resource this class is referencing. | --- -##### `TerraformResource`Required +##### `TerraformResource`Required - *Type:* HashiCorp.Cdktf.IInterpolatingParent @@ -15144,7 +15144,7 @@ The parent resource. --- -##### `TerraformAttribute`Required +##### `TerraformAttribute`Required - *Type:* string @@ -15156,149 +15156,149 @@ 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. | +| ComputeFqn | *No description.* | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | --- -##### `ComputeFqn` +##### `ComputeFqn` ```csharp private string ComputeFqn() ``` -##### `GetAnyMapAttribute` +##### `GetAnyMapAttribute` ```csharp private System.Collections.Generic.IDictionary GetAnyMapAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetBooleanAttribute` +##### `GetBooleanAttribute` ```csharp private IResolvable GetBooleanAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetBooleanMapAttribute` +##### `GetBooleanMapAttribute` ```csharp private System.Collections.Generic.IDictionary GetBooleanMapAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetListAttribute` +##### `GetListAttribute` ```csharp private string[] GetListAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetNumberAttribute` +##### `GetNumberAttribute` ```csharp private double GetNumberAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetNumberListAttribute` +##### `GetNumberListAttribute` ```csharp private double[] GetNumberListAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetNumberMapAttribute` +##### `GetNumberMapAttribute` ```csharp private System.Collections.Generic.IDictionary GetNumberMapAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetStringAttribute` +##### `GetStringAttribute` ```csharp private string GetStringAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetStringMapAttribute` +##### `GetStringMapAttribute` ```csharp private System.Collections.Generic.IDictionary GetStringMapAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `InterpolationForAttribute` +##### `InterpolationForAttribute` ```csharp private IResolvable InterpolationForAttribute(string Property) ``` -###### `Property`Required +###### `Property`Required - *Type:* string --- -##### `Resolve` +##### `Resolve` ```csharp private object Resolve(IResolveContext Context) @@ -15306,13 +15306,13 @@ private object Resolve(IResolveContext Context) Produce the Token's value at resolution time. -###### `Context`Required +###### `Context`Required - *Type:* HashiCorp.Cdktf.IResolveContext --- -##### `ToString` +##### `ToString` ```csharp private string ToString() @@ -15327,15 +15327,15 @@ 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.* | -| WordsInput | string[] | *No description.* | -| Words | string[] | *No description.* | -| InternalValue | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList | *No description.* | +| CreationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | string | *No description.* | +| WordsInput | string[] | *No description.* | +| Words | string[] | *No description.* | +| InternalValue | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct | *No description.* | --- -##### `CreationStack`Required +##### `CreationStack`Required ```csharp public string[] CreationStack { get; } @@ -15349,7 +15349,7 @@ If this returns an empty array the stack will not be attached. --- -##### `Fqn`Required +##### `Fqn`Required ```csharp public string Fqn { get; } @@ -15359,7 +15359,7 @@ public string Fqn { get; } --- -##### `WordsInput`Optional +##### `WordsInput`Optional ```csharp public string[] WordsInput { get; } @@ -15369,7 +15369,7 @@ public string[] WordsInput { get; } --- -##### `Words`Required +##### `Words`Required ```csharp public string[] Words { get; } @@ -15379,13 +15379,13 @@ public string[] Words { get; } --- -##### `InternalValue`Optional +##### `InternalValue`Optional ```csharp -public DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList InternalValue { get; } +public DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct InternalValue { get; } ``` -- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct --- diff --git a/docs/dataLossPreventionJobTrigger.go.md b/docs/dataLossPreventionJobTrigger.go.md index 86c78accba9..12c4da6c3bf 100644 --- a/docs/dataLossPreventionJobTrigger.go.md +++ b/docs/dataLossPreventionJobTrigger.go.md @@ -2042,7 +2042,7 @@ import "github.com/cdktf/cdktf-provider-google-go/google/v7/datalosspreventionjo &datalosspreventionjobtrigger.DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionary { CloudStoragePath: github.com/cdktf/cdktf-provider-google-go/google/v7.dataLossPreventionJobTrigger.DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryCloudStoragePath, - WordList: github.com/cdktf/cdktf-provider-google-go/google/v7.dataLossPreventionJobTrigger.DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList, + WordList: github.com/cdktf/cdktf-provider-google-go/google/v7.dataLossPreventionJobTrigger.DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct, } ``` @@ -2051,7 +2051,7 @@ import "github.com/cdktf/cdktf-provider-google-go/google/v7/datalosspreventionjo | **Name** | **Type** | **Description** | | --- | --- | --- | | CloudStoragePath | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryCloudStoragePath | cloud_storage_path block. | -| WordList | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList | word_list block. | +| WordList | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct | word_list block. | --- @@ -2072,10 +2072,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ##### `WordList`Optional ```go -WordList DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList +WordList DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct ``` -- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList +- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct word_list block. @@ -2117,14 +2117,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi --- -### DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList +### DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct -#### Initializer +#### Initializer ```go import "github.com/cdktf/cdktf-provider-google-go/google/v7/datalosspreventionjobtrigger" -&datalosspreventionjobtrigger.DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList { +&datalosspreventionjobtrigger.DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct { Words: *[]*string, } ``` @@ -2133,11 +2133,11 @@ import "github.com/cdktf/cdktf-provider-google-go/google/v7/datalosspreventionjo | **Name** | **Type** | **Description** | | --- | --- | --- | -| Words | *[]*string | Words or phrases defining the dictionary. | +| Words | *[]*string | Words or phrases defining the dictionary. | --- -##### `Words`Required +##### `Words`Required ```go Words *[]*string @@ -2788,7 +2788,7 @@ import "github.com/cdktf/cdktf-provider-google-go/google/v7/datalosspreventionjo &datalosspreventionjobtrigger.DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionary { CloudStoragePath: github.com/cdktf/cdktf-provider-google-go/google/v7.dataLossPreventionJobTrigger.DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryCloudStoragePath, - WordList: github.com/cdktf/cdktf-provider-google-go/google/v7.dataLossPreventionJobTrigger.DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList, + WordList: github.com/cdktf/cdktf-provider-google-go/google/v7.dataLossPreventionJobTrigger.DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct, } ``` @@ -2797,7 +2797,7 @@ import "github.com/cdktf/cdktf-provider-google-go/google/v7/datalosspreventionjo | **Name** | **Type** | **Description** | | --- | --- | --- | | CloudStoragePath | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryCloudStoragePath | cloud_storage_path block. | -| WordList | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList | word_list block. | +| WordList | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct | word_list block. | --- @@ -2818,10 +2818,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ##### `WordList`Optional ```go -WordList DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +WordList DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct ``` -- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct word_list block. @@ -2863,14 +2863,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi --- -### DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +### DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct -#### Initializer +#### Initializer ```go import "github.com/cdktf/cdktf-provider-google-go/google/v7/datalosspreventionjobtrigger" -&datalosspreventionjobtrigger.DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList { +&datalosspreventionjobtrigger.DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct { Words: *[]*string, } ``` @@ -2879,11 +2879,11 @@ import "github.com/cdktf/cdktf-provider-google-go/google/v7/datalosspreventionjo | **Name** | **Type** | **Description** | | --- | --- | --- | -| Words | *[]*string | Words or phrases defining the dictionary. | +| Words | *[]*string | Words or phrases defining the dictionary. | --- -##### `Words`Required +##### `Words`Required ```go Words *[]*string @@ -9288,12 +9288,12 @@ func PutCloudStoragePath(value DataLossPreventionJobTriggerInspectJobInspectConf ##### `PutWordList` ```go -func PutWordList(value DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList) +func PutWordList(value DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct) ``` ###### `value`Required -- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList +- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct --- @@ -9317,9 +9317,9 @@ func ResetWordList() | CreationStack | *[]*string | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | Fqn | *string | *No description.* | | CloudStoragePath | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryCloudStoragePathOutputReference | *No description.* | -| WordList | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListOutputReference | *No description.* | +| WordList | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference | *No description.* | | CloudStoragePathInput | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryCloudStoragePath | *No description.* | -| WordListInput | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList | *No description.* | +| WordListInput | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct | *No description.* | | InternalValue | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionary | *No description.* | --- @@ -9361,10 +9361,10 @@ func CloudStoragePath() DataLossPreventionJobTriggerInspectJobInspectConfigCusto ##### `WordList`Required ```go -func WordList() DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListOutputReference +func WordList() DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference ``` -- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListOutputReference +- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference --- @@ -9381,10 +9381,10 @@ func CloudStoragePathInput() DataLossPreventionJobTriggerInspectJobInspectConfig ##### `WordListInput`Optional ```go -func WordListInput() DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList +func WordListInput() DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct ``` -- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList +- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct --- @@ -9399,24 +9399,24 @@ func InternalValue() DataLossPreventionJobTriggerInspectJobInspectConfigCustomIn --- -### DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListOutputReference +### DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference -#### Initializers +#### Initializers ```go import "github.com/cdktf/cdktf-provider-google-go/google/v7/datalosspreventionjobtrigger" -datalosspreventionjobtrigger.NewDataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListOutputReference +datalosspreventionjobtrigger.NewDataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference ``` | **Name** | **Type** | **Description** | | --- | --- | --- | -| terraformResource | github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | *string | The attribute on the parent resource this class is referencing. | +| terraformResource | github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | *string | The attribute on the parent resource this class is referencing. | --- -##### `terraformResource`Required +##### `terraformResource`Required - *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent @@ -9424,7 +9424,7 @@ The parent resource. --- -##### `terraformAttribute`Required +##### `terraformAttribute`Required - *Type:* *string @@ -9436,149 +9436,149 @@ 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. | +| ComputeFqn | *No description.* | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | --- -##### `ComputeFqn` +##### `ComputeFqn` ```go func ComputeFqn() *string ``` -##### `GetAnyMapAttribute` +##### `GetAnyMapAttribute` ```go func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetBooleanAttribute` +##### `GetBooleanAttribute` ```go func GetBooleanAttribute(terraformAttribute *string) IResolvable ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetBooleanMapAttribute` +##### `GetBooleanMapAttribute` ```go func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetListAttribute` +##### `GetListAttribute` ```go func GetListAttribute(terraformAttribute *string) *[]*string ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetNumberAttribute` +##### `GetNumberAttribute` ```go func GetNumberAttribute(terraformAttribute *string) *f64 ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetNumberListAttribute` +##### `GetNumberListAttribute` ```go func GetNumberListAttribute(terraformAttribute *string) *[]*f64 ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetNumberMapAttribute` +##### `GetNumberMapAttribute` ```go func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64 ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetStringAttribute` +##### `GetStringAttribute` ```go func GetStringAttribute(terraformAttribute *string) *string ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetStringMapAttribute` +##### `GetStringMapAttribute` ```go func GetStringMapAttribute(terraformAttribute *string) *map[string]*string ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `InterpolationForAttribute` +##### `InterpolationForAttribute` ```go func InterpolationForAttribute(property *string) IResolvable ``` -###### `property`Required +###### `property`Required - *Type:* *string --- -##### `Resolve` +##### `Resolve` ```go func Resolve(_context IResolveContext) interface{} @@ -9586,13 +9586,13 @@ func Resolve(_context IResolveContext) interface{} Produce the Token's value at resolution time. -###### `_context`Required +###### `_context`Required - *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext --- -##### `ToString` +##### `ToString` ```go func ToString() *string @@ -9607,15 +9607,15 @@ 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.* | -| WordsInput | *[]*string | *No description.* | -| Words | *[]*string | *No description.* | -| InternalValue | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList | *No description.* | +| CreationStack | *[]*string | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | *string | *No description.* | +| WordsInput | *[]*string | *No description.* | +| Words | *[]*string | *No description.* | +| InternalValue | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct | *No description.* | --- -##### `CreationStack`Required +##### `CreationStack`Required ```go func CreationStack() *[]*string @@ -9629,7 +9629,7 @@ If this returns an empty array the stack will not be attached. --- -##### `Fqn`Required +##### `Fqn`Required ```go func Fqn() *string @@ -9639,7 +9639,7 @@ func Fqn() *string --- -##### `WordsInput`Optional +##### `WordsInput`Optional ```go func WordsInput() *[]*string @@ -9649,7 +9649,7 @@ func WordsInput() *[]*string --- -##### `Words`Required +##### `Words`Required ```go func Words() *[]*string @@ -9659,13 +9659,13 @@ func Words() *[]*string --- -##### `InternalValue`Optional +##### `InternalValue`Optional ```go -func InternalValue() DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList +func InternalValue() DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct ``` -- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList +- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct --- @@ -15008,12 +15008,12 @@ func PutCloudStoragePath(value DataLossPreventionJobTriggerInspectJobInspectConf ##### `PutWordList` ```go -func PutWordList(value DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList) +func PutWordList(value DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct) ``` ###### `value`Required -- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct --- @@ -15037,9 +15037,9 @@ func ResetWordList() | CreationStack | *[]*string | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | Fqn | *string | *No description.* | | CloudStoragePath | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryCloudStoragePathOutputReference | *No description.* | -| WordList | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference | *No description.* | +| WordList | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference | *No description.* | | CloudStoragePathInput | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryCloudStoragePath | *No description.* | -| WordListInput | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList | *No description.* | +| WordListInput | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct | *No description.* | | InternalValue | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionary | *No description.* | --- @@ -15081,10 +15081,10 @@ func CloudStoragePath() DataLossPreventionJobTriggerInspectJobInspectConfigRuleS ##### `WordList`Required ```go -func WordList() DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference +func WordList() DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference ``` -- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference +- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference --- @@ -15101,10 +15101,10 @@ func CloudStoragePathInput() DataLossPreventionJobTriggerInspectJobInspectConfig ##### `WordListInput`Optional ```go -func WordListInput() DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +func WordListInput() DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct ``` -- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct --- @@ -15119,24 +15119,24 @@ func InternalValue() DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetR --- -### DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference +### DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference -#### Initializers +#### Initializers ```go import "github.com/cdktf/cdktf-provider-google-go/google/v7/datalosspreventionjobtrigger" -datalosspreventionjobtrigger.NewDataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference +datalosspreventionjobtrigger.NewDataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference ``` | **Name** | **Type** | **Description** | | --- | --- | --- | -| terraformResource | github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | *string | The attribute on the parent resource this class is referencing. | +| terraformResource | github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | *string | The attribute on the parent resource this class is referencing. | --- -##### `terraformResource`Required +##### `terraformResource`Required - *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent @@ -15144,7 +15144,7 @@ The parent resource. --- -##### `terraformAttribute`Required +##### `terraformAttribute`Required - *Type:* *string @@ -15156,149 +15156,149 @@ 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. | +| ComputeFqn | *No description.* | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | --- -##### `ComputeFqn` +##### `ComputeFqn` ```go func ComputeFqn() *string ``` -##### `GetAnyMapAttribute` +##### `GetAnyMapAttribute` ```go func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetBooleanAttribute` +##### `GetBooleanAttribute` ```go func GetBooleanAttribute(terraformAttribute *string) IResolvable ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetBooleanMapAttribute` +##### `GetBooleanMapAttribute` ```go func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetListAttribute` +##### `GetListAttribute` ```go func GetListAttribute(terraformAttribute *string) *[]*string ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetNumberAttribute` +##### `GetNumberAttribute` ```go func GetNumberAttribute(terraformAttribute *string) *f64 ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetNumberListAttribute` +##### `GetNumberListAttribute` ```go func GetNumberListAttribute(terraformAttribute *string) *[]*f64 ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetNumberMapAttribute` +##### `GetNumberMapAttribute` ```go func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64 ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetStringAttribute` +##### `GetStringAttribute` ```go func GetStringAttribute(terraformAttribute *string) *string ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetStringMapAttribute` +##### `GetStringMapAttribute` ```go func GetStringMapAttribute(terraformAttribute *string) *map[string]*string ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `InterpolationForAttribute` +##### `InterpolationForAttribute` ```go func InterpolationForAttribute(property *string) IResolvable ``` -###### `property`Required +###### `property`Required - *Type:* *string --- -##### `Resolve` +##### `Resolve` ```go func Resolve(_context IResolveContext) interface{} @@ -15306,13 +15306,13 @@ func Resolve(_context IResolveContext) interface{} Produce the Token's value at resolution time. -###### `_context`Required +###### `_context`Required - *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext --- -##### `ToString` +##### `ToString` ```go func ToString() *string @@ -15327,15 +15327,15 @@ 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.* | -| WordsInput | *[]*string | *No description.* | -| Words | *[]*string | *No description.* | -| InternalValue | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList | *No description.* | +| CreationStack | *[]*string | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | *string | *No description.* | +| WordsInput | *[]*string | *No description.* | +| Words | *[]*string | *No description.* | +| InternalValue | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct | *No description.* | --- -##### `CreationStack`Required +##### `CreationStack`Required ```go func CreationStack() *[]*string @@ -15349,7 +15349,7 @@ If this returns an empty array the stack will not be attached. --- -##### `Fqn`Required +##### `Fqn`Required ```go func Fqn() *string @@ -15359,7 +15359,7 @@ func Fqn() *string --- -##### `WordsInput`Optional +##### `WordsInput`Optional ```go func WordsInput() *[]*string @@ -15369,7 +15369,7 @@ func WordsInput() *[]*string --- -##### `Words`Required +##### `Words`Required ```go func Words() *[]*string @@ -15379,13 +15379,13 @@ func Words() *[]*string --- -##### `InternalValue`Optional +##### `InternalValue`Optional ```go -func InternalValue() DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +func InternalValue() DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct ``` -- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct --- diff --git a/docs/dataLossPreventionJobTrigger.java.md b/docs/dataLossPreventionJobTrigger.java.md index 0360286cda5..ff599da165d 100644 --- a/docs/dataLossPreventionJobTrigger.java.md +++ b/docs/dataLossPreventionJobTrigger.java.md @@ -2201,7 +2201,7 @@ import com.hashicorp.cdktf.providers.google.data_loss_prevention_job_trigger.Dat DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionary.builder() // .cloudStoragePath(DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryCloudStoragePath) -// .wordList(DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList) +// .wordList(DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct) .build(); ``` @@ -2210,7 +2210,7 @@ DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionary.bui | **Name** | **Type** | **Description** | | --- | --- | --- | | cloudStoragePath | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryCloudStoragePath | cloud_storage_path block. | -| wordList | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList | word_list block. | +| wordList | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct | word_list block. | --- @@ -2231,10 +2231,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ##### `wordList`Optional ```java -public DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList getWordList(); +public DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct getWordList(); ``` -- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList +- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct word_list block. @@ -2276,14 +2276,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi --- -### DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList +### DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct -#### Initializer +#### Initializer ```java -import com.hashicorp.cdktf.providers.google.data_loss_prevention_job_trigger.DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList; +import com.hashicorp.cdktf.providers.google.data_loss_prevention_job_trigger.DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct; -DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList.builder() +DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct.builder() .words(java.util.List) .build(); ``` @@ -2292,11 +2292,11 @@ DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWord | **Name** | **Type** | **Description** | | --- | --- | --- | -| words | java.util.List | Words or phrases defining the dictionary. | +| words | java.util.List | Words or phrases defining the dictionary. | --- -##### `words`Required +##### `words`Required ```java public java.util.List getWords(); @@ -2949,7 +2949,7 @@ import com.hashicorp.cdktf.providers.google.data_loss_prevention_job_trigger.Dat DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionary.builder() // .cloudStoragePath(DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryCloudStoragePath) -// .wordList(DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList) +// .wordList(DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct) .build(); ``` @@ -2958,7 +2958,7 @@ DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDict | **Name** | **Type** | **Description** | | --- | --- | --- | | cloudStoragePath | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryCloudStoragePath | cloud_storage_path block. | -| wordList | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList | word_list block. | +| wordList | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct | word_list block. | --- @@ -2979,10 +2979,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ##### `wordList`Optional ```java -public DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList getWordList(); +public DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct getWordList(); ``` -- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct word_list block. @@ -3024,14 +3024,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi --- -### DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +### DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct -#### Initializer +#### Initializer ```java -import com.hashicorp.cdktf.providers.google.data_loss_prevention_job_trigger.DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList; +import com.hashicorp.cdktf.providers.google.data_loss_prevention_job_trigger.DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct; -DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList.builder() +DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct.builder() .words(java.util.List) .build(); ``` @@ -3040,11 +3040,11 @@ DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDict | **Name** | **Type** | **Description** | | --- | --- | --- | -| words | java.util.List | Words or phrases defining the dictionary. | +| words | java.util.List | Words or phrases defining the dictionary. | --- -##### `words`Required +##### `words`Required ```java public java.util.List getWords(); @@ -9452,12 +9452,12 @@ public void putCloudStoragePath(DataLossPreventionJobTriggerInspectJobInspectCon ##### `putWordList` ```java -public void putWordList(DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList value) +public void putWordList(DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct value) ``` ###### `value`Required -- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList +- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct --- @@ -9481,9 +9481,9 @@ public void resetWordList() | creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | fqn | java.lang.String | *No description.* | | cloudStoragePath | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryCloudStoragePathOutputReference | *No description.* | -| wordList | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListOutputReference | *No description.* | +| wordList | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference | *No description.* | | cloudStoragePathInput | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryCloudStoragePath | *No description.* | -| wordListInput | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList | *No description.* | +| wordListInput | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct | *No description.* | | internalValue | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionary | *No description.* | --- @@ -9525,10 +9525,10 @@ public DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDiction ##### `wordList`Required ```java -public DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListOutputReference getWordList(); +public DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference getWordList(); ``` -- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListOutputReference +- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference --- @@ -9545,10 +9545,10 @@ public DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDiction ##### `wordListInput`Optional ```java -public DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList getWordListInput(); +public DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct getWordListInput(); ``` -- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList +- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct --- @@ -9563,24 +9563,24 @@ public DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDiction --- -### DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListOutputReference +### DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference -#### Initializers +#### Initializers ```java -import com.hashicorp.cdktf.providers.google.data_loss_prevention_job_trigger.DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListOutputReference; +import com.hashicorp.cdktf.providers.google.data_loss_prevention_job_trigger.DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference; -new DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListOutputReference(IInterpolatingParent terraformResource, java.lang.String terraformAttribute); +new DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference(IInterpolatingParent terraformResource, java.lang.String terraformAttribute); ``` | **Name** | **Type** | **Description** | | --- | --- | --- | -| terraformResource | com.hashicorp.cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | java.lang.String | The attribute on the parent resource this class is referencing. | +| terraformResource | com.hashicorp.cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | java.lang.String | The attribute on the parent resource this class is referencing. | --- -##### `terraformResource`Required +##### `terraformResource`Required - *Type:* com.hashicorp.cdktf.IInterpolatingParent @@ -9588,7 +9588,7 @@ The parent resource. --- -##### `terraformAttribute`Required +##### `terraformAttribute`Required - *Type:* java.lang.String @@ -9600,149 +9600,149 @@ 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. | +| computeFqn | *No description.* | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | --- -##### `computeFqn` +##### `computeFqn` ```java public java.lang.String computeFqn() ``` -##### `getAnyMapAttribute` +##### `getAnyMapAttribute` ```java public java.util.Map getAnyMapAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getBooleanAttribute` +##### `getBooleanAttribute` ```java public IResolvable getBooleanAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getBooleanMapAttribute` +##### `getBooleanMapAttribute` ```java public java.util.Map getBooleanMapAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getListAttribute` +##### `getListAttribute` ```java public java.util.List getListAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getNumberAttribute` +##### `getNumberAttribute` ```java public java.lang.Number getNumberAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getNumberListAttribute` +##### `getNumberListAttribute` ```java public java.util.List getNumberListAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getNumberMapAttribute` +##### `getNumberMapAttribute` ```java public java.util.Map getNumberMapAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getStringAttribute` +##### `getStringAttribute` ```java public java.lang.String getStringAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getStringMapAttribute` +##### `getStringMapAttribute` ```java public java.util.Map getStringMapAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `interpolationForAttribute` +##### `interpolationForAttribute` ```java public IResolvable interpolationForAttribute(java.lang.String property) ``` -###### `property`Required +###### `property`Required - *Type:* java.lang.String --- -##### `resolve` +##### `resolve` ```java public java.lang.Object resolve(IResolveContext _context) @@ -9750,13 +9750,13 @@ public java.lang.Object resolve(IResolveContext _context) Produce the Token's value at resolution time. -###### `_context`Required +###### `_context`Required - *Type:* com.hashicorp.cdktf.IResolveContext --- -##### `toString` +##### `toString` ```java public java.lang.String toString() @@ -9771,15 +9771,15 @@ Returns a reversible string representation. | **Name** | **Type** | **Description** | | --- | --- | --- | -| creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| fqn | java.lang.String | *No description.* | -| wordsInput | java.util.List | *No description.* | -| words | java.util.List | *No description.* | -| internalValue | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList | *No description.* | +| creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | java.lang.String | *No description.* | +| wordsInput | java.util.List | *No description.* | +| words | java.util.List | *No description.* | +| internalValue | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct | *No description.* | --- -##### `creationStack`Required +##### `creationStack`Required ```java public java.util.List getCreationStack(); @@ -9793,7 +9793,7 @@ If this returns an empty array the stack will not be attached. --- -##### `fqn`Required +##### `fqn`Required ```java public java.lang.String getFqn(); @@ -9803,7 +9803,7 @@ public java.lang.String getFqn(); --- -##### `wordsInput`Optional +##### `wordsInput`Optional ```java public java.util.List getWordsInput(); @@ -9813,7 +9813,7 @@ public java.util.List getWordsInput(); --- -##### `words`Required +##### `words`Required ```java public java.util.List getWords(); @@ -9823,13 +9823,13 @@ public java.util.List getWords(); --- -##### `internalValue`Optional +##### `internalValue`Optional ```java -public DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList getInternalValue(); +public DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct getInternalValue(); ``` -- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList +- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct --- @@ -15172,12 +15172,12 @@ public void putCloudStoragePath(DataLossPreventionJobTriggerInspectJobInspectCon ##### `putWordList` ```java -public void putWordList(DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList value) +public void putWordList(DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct value) ``` ###### `value`Required -- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct --- @@ -15201,9 +15201,9 @@ public void resetWordList() | creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | fqn | java.lang.String | *No description.* | | cloudStoragePath | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryCloudStoragePathOutputReference | *No description.* | -| wordList | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference | *No description.* | +| wordList | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference | *No description.* | | cloudStoragePathInput | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryCloudStoragePath | *No description.* | -| wordListInput | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList | *No description.* | +| wordListInput | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct | *No description.* | | internalValue | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionary | *No description.* | --- @@ -15245,10 +15245,10 @@ public DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionR ##### `wordList`Required ```java -public DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference getWordList(); +public DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference getWordList(); ``` -- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference +- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference --- @@ -15265,10 +15265,10 @@ public DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionR ##### `wordListInput`Optional ```java -public DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList getWordListInput(); +public DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct getWordListInput(); ``` -- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct --- @@ -15283,24 +15283,24 @@ public DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionR --- -### DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference +### DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference -#### Initializers +#### Initializers ```java -import com.hashicorp.cdktf.providers.google.data_loss_prevention_job_trigger.DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference; +import com.hashicorp.cdktf.providers.google.data_loss_prevention_job_trigger.DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference; -new DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference(IInterpolatingParent terraformResource, java.lang.String terraformAttribute); +new DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference(IInterpolatingParent terraformResource, java.lang.String terraformAttribute); ``` | **Name** | **Type** | **Description** | | --- | --- | --- | -| terraformResource | com.hashicorp.cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | java.lang.String | The attribute on the parent resource this class is referencing. | +| terraformResource | com.hashicorp.cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | java.lang.String | The attribute on the parent resource this class is referencing. | --- -##### `terraformResource`Required +##### `terraformResource`Required - *Type:* com.hashicorp.cdktf.IInterpolatingParent @@ -15308,7 +15308,7 @@ The parent resource. --- -##### `terraformAttribute`Required +##### `terraformAttribute`Required - *Type:* java.lang.String @@ -15320,149 +15320,149 @@ 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. | +| computeFqn | *No description.* | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | --- -##### `computeFqn` +##### `computeFqn` ```java public java.lang.String computeFqn() ``` -##### `getAnyMapAttribute` +##### `getAnyMapAttribute` ```java public java.util.Map getAnyMapAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getBooleanAttribute` +##### `getBooleanAttribute` ```java public IResolvable getBooleanAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getBooleanMapAttribute` +##### `getBooleanMapAttribute` ```java public java.util.Map getBooleanMapAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getListAttribute` +##### `getListAttribute` ```java public java.util.List getListAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getNumberAttribute` +##### `getNumberAttribute` ```java public java.lang.Number getNumberAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getNumberListAttribute` +##### `getNumberListAttribute` ```java public java.util.List getNumberListAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getNumberMapAttribute` +##### `getNumberMapAttribute` ```java public java.util.Map getNumberMapAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getStringAttribute` +##### `getStringAttribute` ```java public java.lang.String getStringAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getStringMapAttribute` +##### `getStringMapAttribute` ```java public java.util.Map getStringMapAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `interpolationForAttribute` +##### `interpolationForAttribute` ```java public IResolvable interpolationForAttribute(java.lang.String property) ``` -###### `property`Required +###### `property`Required - *Type:* java.lang.String --- -##### `resolve` +##### `resolve` ```java public java.lang.Object resolve(IResolveContext _context) @@ -15470,13 +15470,13 @@ public java.lang.Object resolve(IResolveContext _context) Produce the Token's value at resolution time. -###### `_context`Required +###### `_context`Required - *Type:* com.hashicorp.cdktf.IResolveContext --- -##### `toString` +##### `toString` ```java public java.lang.String toString() @@ -15491,15 +15491,15 @@ Returns a reversible string representation. | **Name** | **Type** | **Description** | | --- | --- | --- | -| creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| fqn | java.lang.String | *No description.* | -| wordsInput | java.util.List | *No description.* | -| words | java.util.List | *No description.* | -| internalValue | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList | *No description.* | +| creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | java.lang.String | *No description.* | +| wordsInput | java.util.List | *No description.* | +| words | java.util.List | *No description.* | +| internalValue | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct | *No description.* | --- -##### `creationStack`Required +##### `creationStack`Required ```java public java.util.List getCreationStack(); @@ -15513,7 +15513,7 @@ If this returns an empty array the stack will not be attached. --- -##### `fqn`Required +##### `fqn`Required ```java public java.lang.String getFqn(); @@ -15523,7 +15523,7 @@ public java.lang.String getFqn(); --- -##### `wordsInput`Optional +##### `wordsInput`Optional ```java public java.util.List getWordsInput(); @@ -15533,7 +15533,7 @@ public java.util.List getWordsInput(); --- -##### `words`Required +##### `words`Required ```java public java.util.List getWords(); @@ -15543,13 +15543,13 @@ public java.util.List getWords(); --- -##### `internalValue`Optional +##### `internalValue`Optional ```java -public DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList getInternalValue(); +public DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct getInternalValue(); ``` -- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct --- diff --git a/docs/dataLossPreventionJobTrigger.python.md b/docs/dataLossPreventionJobTrigger.python.md index b1bb46ecfdc..f12e119ebf7 100644 --- a/docs/dataLossPreventionJobTrigger.python.md +++ b/docs/dataLossPreventionJobTrigger.python.md @@ -2277,7 +2277,7 @@ from cdktf_cdktf_provider_google import data_loss_prevention_job_trigger dataLossPreventionJobTrigger.DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionary( cloud_storage_path: DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryCloudStoragePath = None, - word_list: DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList = None + word_list: DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct = None ) ``` @@ -2286,7 +2286,7 @@ dataLossPreventionJobTrigger.DataLossPreventionJobTriggerInspectJobInspectConfig | **Name** | **Type** | **Description** | | --- | --- | --- | | cloud_storage_path | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryCloudStoragePath | cloud_storage_path block. | -| word_list | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList | word_list block. | +| word_list | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct | word_list block. | --- @@ -2307,10 +2307,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ##### `word_list`Optional ```python -word_list: DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList +word_list: DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct ``` -- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList +- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct word_list block. @@ -2352,14 +2352,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi --- -### DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList +### DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct -#### Initializer +#### Initializer ```python from cdktf_cdktf_provider_google import data_loss_prevention_job_trigger -dataLossPreventionJobTrigger.DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList( +dataLossPreventionJobTrigger.DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct( words: typing.List[str] ) ``` @@ -2368,11 +2368,11 @@ dataLossPreventionJobTrigger.DataLossPreventionJobTriggerInspectJobInspectConfig | **Name** | **Type** | **Description** | | --- | --- | --- | -| words | typing.List[str] | Words or phrases defining the dictionary. | +| words | typing.List[str] | Words or phrases defining the dictionary. | --- -##### `words`Required +##### `words`Required ```python words: typing.List[str] @@ -3021,7 +3021,7 @@ from cdktf_cdktf_provider_google import data_loss_prevention_job_trigger dataLossPreventionJobTrigger.DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionary( cloud_storage_path: DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryCloudStoragePath = None, - word_list: DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList = None + word_list: DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct = None ) ``` @@ -3030,7 +3030,7 @@ dataLossPreventionJobTrigger.DataLossPreventionJobTriggerInspectJobInspectConfig | **Name** | **Type** | **Description** | | --- | --- | --- | | cloud_storage_path | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryCloudStoragePath | cloud_storage_path block. | -| word_list | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList | word_list block. | +| word_list | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct | word_list block. | --- @@ -3051,10 +3051,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ##### `word_list`Optional ```python -word_list: DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +word_list: DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct ``` -- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct word_list block. @@ -3096,14 +3096,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi --- -### DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +### DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct -#### Initializer +#### Initializer ```python from cdktf_cdktf_provider_google import data_loss_prevention_job_trigger -dataLossPreventionJobTrigger.DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList( +dataLossPreventionJobTrigger.DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct( words: typing.List[str] ) ``` @@ -3112,11 +3112,11 @@ dataLossPreventionJobTrigger.DataLossPreventionJobTriggerInspectJobInspectConfig | **Name** | **Type** | **Description** | | --- | --- | --- | -| words | typing.List[str] | Words or phrases defining the dictionary. | +| words | typing.List[str] | Words or phrases defining the dictionary. | --- -##### `words`Required +##### `words`Required ```python words: typing.List[str] @@ -10110,9 +10110,9 @@ def reset_word_list() -> None | creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | fqn | str | *No description.* | | cloud_storage_path | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryCloudStoragePathOutputReference | *No description.* | -| word_list | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListOutputReference | *No description.* | +| word_list | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference | *No description.* | | cloud_storage_path_input | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryCloudStoragePath | *No description.* | -| word_list_input | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList | *No description.* | +| word_list_input | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct | *No description.* | | internal_value | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionary | *No description.* | --- @@ -10154,10 +10154,10 @@ cloud_storage_path: DataLossPreventionJobTriggerInspectJobInspectConfigCustomInf ##### `word_list`Required ```python -word_list: DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListOutputReference +word_list: DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference ``` -- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListOutputReference +- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference --- @@ -10174,10 +10174,10 @@ cloud_storage_path_input: DataLossPreventionJobTriggerInspectJobInspectConfigCus ##### `word_list_input`Optional ```python -word_list_input: DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList +word_list_input: DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct ``` -- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList +- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct --- @@ -10192,14 +10192,14 @@ internal_value: DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTyp --- -### DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListOutputReference +### DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference -#### Initializers +#### Initializers ```python from cdktf_cdktf_provider_google import data_loss_prevention_job_trigger -dataLossPreventionJobTrigger.DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListOutputReference( +dataLossPreventionJobTrigger.DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference( terraform_resource: IInterpolatingParent, terraform_attribute: str ) @@ -10207,12 +10207,12 @@ dataLossPreventionJobTrigger.DataLossPreventionJobTriggerInspectJobInspectConfig | **Name** | **Type** | **Description** | | --- | --- | --- | -| terraform_resource | cdktf.IInterpolatingParent | The parent resource. | -| terraform_attribute | str | The attribute on the parent resource this class is referencing. | +| terraform_resource | cdktf.IInterpolatingParent | The parent resource. | +| terraform_attribute | str | The attribute on the parent resource this class is referencing. | --- -##### `terraform_resource`Required +##### `terraform_resource`Required - *Type:* cdktf.IInterpolatingParent @@ -10220,7 +10220,7 @@ The parent resource. --- -##### `terraform_attribute`Required +##### `terraform_attribute`Required - *Type:* str @@ -10232,29 +10232,29 @@ The attribute on the parent resource this class is referencing. | **Name** | **Description** | | --- | --- | -| compute_fqn | *No description.* | -| get_any_map_attribute | *No description.* | -| get_boolean_attribute | *No description.* | -| get_boolean_map_attribute | *No description.* | -| get_list_attribute | *No description.* | -| get_number_attribute | *No description.* | -| get_number_list_attribute | *No description.* | -| get_number_map_attribute | *No description.* | -| get_string_attribute | *No description.* | -| get_string_map_attribute | *No description.* | -| interpolation_for_attribute | *No description.* | -| resolve | Produce the Token's value at resolution time. | -| to_string | Return a string representation of this resolvable object. | +| compute_fqn | *No description.* | +| get_any_map_attribute | *No description.* | +| get_boolean_attribute | *No description.* | +| get_boolean_map_attribute | *No description.* | +| get_list_attribute | *No description.* | +| get_number_attribute | *No description.* | +| get_number_list_attribute | *No description.* | +| get_number_map_attribute | *No description.* | +| get_string_attribute | *No description.* | +| get_string_map_attribute | *No description.* | +| interpolation_for_attribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| to_string | Return a string representation of this resolvable object. | --- -##### `compute_fqn` +##### `compute_fqn` ```python def compute_fqn() -> str ``` -##### `get_any_map_attribute` +##### `get_any_map_attribute` ```python def get_any_map_attribute( @@ -10262,13 +10262,13 @@ def get_any_map_attribute( ) -> typing.Mapping[typing.Any] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_boolean_attribute` +##### `get_boolean_attribute` ```python def get_boolean_attribute( @@ -10276,13 +10276,13 @@ def get_boolean_attribute( ) -> IResolvable ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_boolean_map_attribute` +##### `get_boolean_map_attribute` ```python def get_boolean_map_attribute( @@ -10290,13 +10290,13 @@ def get_boolean_map_attribute( ) -> typing.Mapping[bool] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_list_attribute` +##### `get_list_attribute` ```python def get_list_attribute( @@ -10304,13 +10304,13 @@ def get_list_attribute( ) -> typing.List[str] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_number_attribute` +##### `get_number_attribute` ```python def get_number_attribute( @@ -10318,13 +10318,13 @@ def get_number_attribute( ) -> typing.Union[int, float] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_number_list_attribute` +##### `get_number_list_attribute` ```python def get_number_list_attribute( @@ -10332,13 +10332,13 @@ def get_number_list_attribute( ) -> typing.List[typing.Union[int, float]] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_number_map_attribute` +##### `get_number_map_attribute` ```python def get_number_map_attribute( @@ -10346,13 +10346,13 @@ def get_number_map_attribute( ) -> typing.Mapping[typing.Union[int, float]] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_string_attribute` +##### `get_string_attribute` ```python def get_string_attribute( @@ -10360,13 +10360,13 @@ def get_string_attribute( ) -> str ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_string_map_attribute` +##### `get_string_map_attribute` ```python def get_string_map_attribute( @@ -10374,13 +10374,13 @@ def get_string_map_attribute( ) -> typing.Mapping[str] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `interpolation_for_attribute` +##### `interpolation_for_attribute` ```python def interpolation_for_attribute( @@ -10388,13 +10388,13 @@ def interpolation_for_attribute( ) -> IResolvable ``` -###### `property`Required +###### `property`Required - *Type:* str --- -##### `resolve` +##### `resolve` ```python def resolve( @@ -10404,13 +10404,13 @@ def resolve( Produce the Token's value at resolution time. -###### `_context`Required +###### `_context`Required - *Type:* cdktf.IResolveContext --- -##### `to_string` +##### `to_string` ```python def to_string() -> str @@ -10425,15 +10425,15 @@ Returns a reversible string representation. | **Name** | **Type** | **Description** | | --- | --- | --- | -| creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| fqn | str | *No description.* | -| words_input | typing.List[str] | *No description.* | -| words | typing.List[str] | *No description.* | -| internal_value | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList | *No description.* | +| creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | str | *No description.* | +| words_input | typing.List[str] | *No description.* | +| words | typing.List[str] | *No description.* | +| internal_value | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct | *No description.* | --- -##### `creation_stack`Required +##### `creation_stack`Required ```python creation_stack: typing.List[str] @@ -10447,7 +10447,7 @@ If this returns an empty array the stack will not be attached. --- -##### `fqn`Required +##### `fqn`Required ```python fqn: str @@ -10457,7 +10457,7 @@ fqn: str --- -##### `words_input`Optional +##### `words_input`Optional ```python words_input: typing.List[str] @@ -10467,7 +10467,7 @@ words_input: typing.List[str] --- -##### `words`Required +##### `words`Required ```python words: typing.List[str] @@ -10477,13 +10477,13 @@ words: typing.List[str] --- -##### `internal_value`Optional +##### `internal_value`Optional ```python -internal_value: DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList +internal_value: DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct ``` -- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList +- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct --- @@ -11228,7 +11228,7 @@ Returns a reversible string representation. ```python def put_dictionary( cloud_storage_path: DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryCloudStoragePath = None, - word_list: DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList = None + word_list: DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct = None ) -> None ``` @@ -11244,7 +11244,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ###### `word_list`Optional -- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList +- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct word_list block. @@ -16386,9 +16386,9 @@ def reset_word_list() -> None | creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | fqn | str | *No description.* | | cloud_storage_path | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryCloudStoragePathOutputReference | *No description.* | -| word_list | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference | *No description.* | +| word_list | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference | *No description.* | | cloud_storage_path_input | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryCloudStoragePath | *No description.* | -| word_list_input | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList | *No description.* | +| word_list_input | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct | *No description.* | | internal_value | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionary | *No description.* | --- @@ -16430,10 +16430,10 @@ cloud_storage_path: DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRu ##### `word_list`Required ```python -word_list: DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference +word_list: DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference ``` -- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference +- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference --- @@ -16450,10 +16450,10 @@ cloud_storage_path_input: DataLossPreventionJobTriggerInspectJobInspectConfigRul ##### `word_list_input`Optional ```python -word_list_input: DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +word_list_input: DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct ``` -- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct --- @@ -16468,14 +16468,14 @@ internal_value: DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesE --- -### DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference +### DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference -#### Initializers +#### Initializers ```python from cdktf_cdktf_provider_google import data_loss_prevention_job_trigger -dataLossPreventionJobTrigger.DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference( +dataLossPreventionJobTrigger.DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference( terraform_resource: IInterpolatingParent, terraform_attribute: str ) @@ -16483,12 +16483,12 @@ dataLossPreventionJobTrigger.DataLossPreventionJobTriggerInspectJobInspectConfig | **Name** | **Type** | **Description** | | --- | --- | --- | -| terraform_resource | cdktf.IInterpolatingParent | The parent resource. | -| terraform_attribute | str | The attribute on the parent resource this class is referencing. | +| terraform_resource | cdktf.IInterpolatingParent | The parent resource. | +| terraform_attribute | str | The attribute on the parent resource this class is referencing. | --- -##### `terraform_resource`Required +##### `terraform_resource`Required - *Type:* cdktf.IInterpolatingParent @@ -16496,7 +16496,7 @@ The parent resource. --- -##### `terraform_attribute`Required +##### `terraform_attribute`Required - *Type:* str @@ -16508,29 +16508,29 @@ The attribute on the parent resource this class is referencing. | **Name** | **Description** | | --- | --- | -| compute_fqn | *No description.* | -| get_any_map_attribute | *No description.* | -| get_boolean_attribute | *No description.* | -| get_boolean_map_attribute | *No description.* | -| get_list_attribute | *No description.* | -| get_number_attribute | *No description.* | -| get_number_list_attribute | *No description.* | -| get_number_map_attribute | *No description.* | -| get_string_attribute | *No description.* | -| get_string_map_attribute | *No description.* | -| interpolation_for_attribute | *No description.* | -| resolve | Produce the Token's value at resolution time. | -| to_string | Return a string representation of this resolvable object. | +| compute_fqn | *No description.* | +| get_any_map_attribute | *No description.* | +| get_boolean_attribute | *No description.* | +| get_boolean_map_attribute | *No description.* | +| get_list_attribute | *No description.* | +| get_number_attribute | *No description.* | +| get_number_list_attribute | *No description.* | +| get_number_map_attribute | *No description.* | +| get_string_attribute | *No description.* | +| get_string_map_attribute | *No description.* | +| interpolation_for_attribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| to_string | Return a string representation of this resolvable object. | --- -##### `compute_fqn` +##### `compute_fqn` ```python def compute_fqn() -> str ``` -##### `get_any_map_attribute` +##### `get_any_map_attribute` ```python def get_any_map_attribute( @@ -16538,13 +16538,13 @@ def get_any_map_attribute( ) -> typing.Mapping[typing.Any] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_boolean_attribute` +##### `get_boolean_attribute` ```python def get_boolean_attribute( @@ -16552,13 +16552,13 @@ def get_boolean_attribute( ) -> IResolvable ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_boolean_map_attribute` +##### `get_boolean_map_attribute` ```python def get_boolean_map_attribute( @@ -16566,13 +16566,13 @@ def get_boolean_map_attribute( ) -> typing.Mapping[bool] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_list_attribute` +##### `get_list_attribute` ```python def get_list_attribute( @@ -16580,13 +16580,13 @@ def get_list_attribute( ) -> typing.List[str] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_number_attribute` +##### `get_number_attribute` ```python def get_number_attribute( @@ -16594,13 +16594,13 @@ def get_number_attribute( ) -> typing.Union[int, float] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_number_list_attribute` +##### `get_number_list_attribute` ```python def get_number_list_attribute( @@ -16608,13 +16608,13 @@ def get_number_list_attribute( ) -> typing.List[typing.Union[int, float]] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_number_map_attribute` +##### `get_number_map_attribute` ```python def get_number_map_attribute( @@ -16622,13 +16622,13 @@ def get_number_map_attribute( ) -> typing.Mapping[typing.Union[int, float]] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_string_attribute` +##### `get_string_attribute` ```python def get_string_attribute( @@ -16636,13 +16636,13 @@ def get_string_attribute( ) -> str ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_string_map_attribute` +##### `get_string_map_attribute` ```python def get_string_map_attribute( @@ -16650,13 +16650,13 @@ def get_string_map_attribute( ) -> typing.Mapping[str] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `interpolation_for_attribute` +##### `interpolation_for_attribute` ```python def interpolation_for_attribute( @@ -16664,13 +16664,13 @@ def interpolation_for_attribute( ) -> IResolvable ``` -###### `property`Required +###### `property`Required - *Type:* str --- -##### `resolve` +##### `resolve` ```python def resolve( @@ -16680,13 +16680,13 @@ def resolve( Produce the Token's value at resolution time. -###### `_context`Required +###### `_context`Required - *Type:* cdktf.IResolveContext --- -##### `to_string` +##### `to_string` ```python def to_string() -> str @@ -16701,15 +16701,15 @@ Returns a reversible string representation. | **Name** | **Type** | **Description** | | --- | --- | --- | -| creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| fqn | str | *No description.* | -| words_input | typing.List[str] | *No description.* | -| words | typing.List[str] | *No description.* | -| internal_value | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList | *No description.* | +| creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | str | *No description.* | +| words_input | typing.List[str] | *No description.* | +| words | typing.List[str] | *No description.* | +| internal_value | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct | *No description.* | --- -##### `creation_stack`Required +##### `creation_stack`Required ```python creation_stack: typing.List[str] @@ -16723,7 +16723,7 @@ If this returns an empty array the stack will not be attached. --- -##### `fqn`Required +##### `fqn`Required ```python fqn: str @@ -16733,7 +16733,7 @@ fqn: str --- -##### `words_input`Optional +##### `words_input`Optional ```python words_input: typing.List[str] @@ -16743,7 +16743,7 @@ words_input: typing.List[str] --- -##### `words`Required +##### `words`Required ```python words: typing.List[str] @@ -16753,13 +16753,13 @@ words: typing.List[str] --- -##### `internal_value`Optional +##### `internal_value`Optional ```python -internal_value: DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +internal_value: DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct ``` -- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct --- @@ -18871,7 +18871,7 @@ Returns a reversible string representation. ```python def put_dictionary( cloud_storage_path: DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryCloudStoragePath = None, - word_list: DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList = None + word_list: DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct = None ) -> None ``` @@ -18887,7 +18887,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ###### `word_list`Optional -- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct word_list block. diff --git a/docs/dataLossPreventionJobTrigger.typescript.md b/docs/dataLossPreventionJobTrigger.typescript.md index 1f09c747a09..c91f9045cea 100644 --- a/docs/dataLossPreventionJobTrigger.typescript.md +++ b/docs/dataLossPreventionJobTrigger.typescript.md @@ -1969,7 +1969,7 @@ const dataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictiona | **Name** | **Type** | **Description** | | --- | --- | --- | | cloudStoragePath | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryCloudStoragePath | cloud_storage_path block. | -| wordList | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList | word_list block. | +| wordList | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct | word_list block. | --- @@ -1990,10 +1990,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ##### `wordList`Optional ```typescript -public readonly wordList: DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList; +public readonly wordList: DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct; ``` -- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList +- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct word_list block. @@ -2033,25 +2033,25 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi --- -### DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList +### DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct -#### Initializer +#### Initializer ```typescript import { dataLossPreventionJobTrigger } from '@cdktf/provider-google' -const dataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList: dataLossPreventionJobTrigger.DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList = { ... } +const dataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct: dataLossPreventionJobTrigger.DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct = { ... } ``` #### Properties | **Name** | **Type** | **Description** | | --- | --- | --- | -| words | string[] | Words or phrases defining the dictionary. | +| words | string[] | Words or phrases defining the dictionary. | --- -##### `words`Required +##### `words`Required ```typescript public readonly words: string[]; @@ -2670,7 +2670,7 @@ const dataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRu | **Name** | **Type** | **Description** | | --- | --- | --- | | cloudStoragePath | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryCloudStoragePath | cloud_storage_path block. | -| wordList | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList | word_list block. | +| wordList | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct | word_list block. | --- @@ -2691,10 +2691,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ##### `wordList`Optional ```typescript -public readonly wordList: DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList; +public readonly wordList: DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct; ``` -- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct word_list block. @@ -2734,25 +2734,25 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi --- -### DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +### DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct -#### Initializer +#### Initializer ```typescript import { dataLossPreventionJobTrigger } from '@cdktf/provider-google' -const dataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList: dataLossPreventionJobTrigger.DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList = { ... } +const dataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct: dataLossPreventionJobTrigger.DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct = { ... } ``` #### Properties | **Name** | **Type** | **Description** | | --- | --- | --- | -| words | string[] | Words or phrases defining the dictionary. | +| words | string[] | Words or phrases defining the dictionary. | --- -##### `words`Required +##### `words`Required ```typescript public readonly words: string[]; @@ -9060,12 +9060,12 @@ public putCloudStoragePath(value: DataLossPreventionJobTriggerInspectJobInspectC ##### `putWordList` ```typescript -public putWordList(value: DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList): void +public putWordList(value: DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct): void ``` ###### `value`Required -- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList +- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct --- @@ -9089,9 +9089,9 @@ public resetWordList(): void | creationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | fqn | string | *No description.* | | cloudStoragePath | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryCloudStoragePathOutputReference | *No description.* | -| wordList | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListOutputReference | *No description.* | +| wordList | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference | *No description.* | | cloudStoragePathInput | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryCloudStoragePath | *No description.* | -| wordListInput | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList | *No description.* | +| wordListInput | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct | *No description.* | | internalValue | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionary | *No description.* | --- @@ -9133,10 +9133,10 @@ public readonly cloudStoragePath: DataLossPreventionJobTriggerInspectJobInspectC ##### `wordList`Required ```typescript -public readonly wordList: DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListOutputReference; +public readonly wordList: DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference; ``` -- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListOutputReference +- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference --- @@ -9153,10 +9153,10 @@ public readonly cloudStoragePathInput: DataLossPreventionJobTriggerInspectJobIns ##### `wordListInput`Optional ```typescript -public readonly wordListInput: DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList; +public readonly wordListInput: DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct; ``` -- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList +- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct --- @@ -9171,24 +9171,24 @@ public readonly internalValue: DataLossPreventionJobTriggerInspectJobInspectConf --- -### DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListOutputReference +### DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference -#### Initializers +#### Initializers ```typescript import { dataLossPreventionJobTrigger } from '@cdktf/provider-google' -new dataLossPreventionJobTrigger.DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string) +new dataLossPreventionJobTrigger.DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference(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. | +| terraformResource | cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | string | The attribute on the parent resource this class is referencing. | --- -##### `terraformResource`Required +##### `terraformResource`Required - *Type:* cdktf.IInterpolatingParent @@ -9196,7 +9196,7 @@ The parent resource. --- -##### `terraformAttribute`Required +##### `terraformAttribute`Required - *Type:* string @@ -9208,149 +9208,149 @@ 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. | +| computeFqn | *No description.* | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | --- -##### `computeFqn` +##### `computeFqn` ```typescript public computeFqn(): string ``` -##### `getAnyMapAttribute` +##### `getAnyMapAttribute` ```typescript public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any} ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getBooleanAttribute` +##### `getBooleanAttribute` ```typescript public getBooleanAttribute(terraformAttribute: string): IResolvable ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getBooleanMapAttribute` +##### `getBooleanMapAttribute` ```typescript public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean} ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getListAttribute` +##### `getListAttribute` ```typescript public getListAttribute(terraformAttribute: string): string[] ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getNumberAttribute` +##### `getNumberAttribute` ```typescript public getNumberAttribute(terraformAttribute: string): number ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getNumberListAttribute` +##### `getNumberListAttribute` ```typescript public getNumberListAttribute(terraformAttribute: string): number[] ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getNumberMapAttribute` +##### `getNumberMapAttribute` ```typescript public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number} ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getStringAttribute` +##### `getStringAttribute` ```typescript public getStringAttribute(terraformAttribute: string): string ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getStringMapAttribute` +##### `getStringMapAttribute` ```typescript public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string} ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `interpolationForAttribute` +##### `interpolationForAttribute` ```typescript public interpolationForAttribute(property: string): IResolvable ``` -###### `property`Required +###### `property`Required - *Type:* string --- -##### `resolve` +##### `resolve` ```typescript public resolve(_context: IResolveContext): any @@ -9358,13 +9358,13 @@ public resolve(_context: IResolveContext): any Produce the Token's value at resolution time. -###### `_context`Required +###### `_context`Required - *Type:* cdktf.IResolveContext --- -##### `toString` +##### `toString` ```typescript public toString(): string @@ -9379,15 +9379,15 @@ 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.* | -| wordsInput | string[] | *No description.* | -| words | string[] | *No description.* | -| internalValue | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList | *No description.* | +| creationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | string | *No description.* | +| wordsInput | string[] | *No description.* | +| words | string[] | *No description.* | +| internalValue | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct | *No description.* | --- -##### `creationStack`Required +##### `creationStack`Required ```typescript public readonly creationStack: string[]; @@ -9401,7 +9401,7 @@ If this returns an empty array the stack will not be attached. --- -##### `fqn`Required +##### `fqn`Required ```typescript public readonly fqn: string; @@ -9411,7 +9411,7 @@ public readonly fqn: string; --- -##### `wordsInput`Optional +##### `wordsInput`Optional ```typescript public readonly wordsInput: string[]; @@ -9421,7 +9421,7 @@ public readonly wordsInput: string[]; --- -##### `words`Required +##### `words`Required ```typescript public readonly words: string[]; @@ -9431,13 +9431,13 @@ public readonly words: string[]; --- -##### `internalValue`Optional +##### `internalValue`Optional ```typescript -public readonly internalValue: DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList; +public readonly internalValue: DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct; ``` -- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList +- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct --- @@ -14780,12 +14780,12 @@ public putCloudStoragePath(value: DataLossPreventionJobTriggerInspectJobInspectC ##### `putWordList` ```typescript -public putWordList(value: DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList): void +public putWordList(value: DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct): void ``` ###### `value`Required -- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct --- @@ -14809,9 +14809,9 @@ public resetWordList(): void | creationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | fqn | string | *No description.* | | cloudStoragePath | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryCloudStoragePathOutputReference | *No description.* | -| wordList | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference | *No description.* | +| wordList | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference | *No description.* | | cloudStoragePathInput | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryCloudStoragePath | *No description.* | -| wordListInput | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList | *No description.* | +| wordListInput | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct | *No description.* | | internalValue | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionary | *No description.* | --- @@ -14853,10 +14853,10 @@ public readonly cloudStoragePath: DataLossPreventionJobTriggerInspectJobInspectC ##### `wordList`Required ```typescript -public readonly wordList: DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference; +public readonly wordList: DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference; ``` -- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference +- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference --- @@ -14873,10 +14873,10 @@ public readonly cloudStoragePathInput: DataLossPreventionJobTriggerInspectJobIns ##### `wordListInput`Optional ```typescript -public readonly wordListInput: DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList; +public readonly wordListInput: DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct; ``` -- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct --- @@ -14891,24 +14891,24 @@ public readonly internalValue: DataLossPreventionJobTriggerInspectJobInspectConf --- -### DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference +### DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference -#### Initializers +#### Initializers ```typescript import { dataLossPreventionJobTrigger } from '@cdktf/provider-google' -new dataLossPreventionJobTrigger.DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string) +new dataLossPreventionJobTrigger.DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference(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. | +| terraformResource | cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | string | The attribute on the parent resource this class is referencing. | --- -##### `terraformResource`Required +##### `terraformResource`Required - *Type:* cdktf.IInterpolatingParent @@ -14916,7 +14916,7 @@ The parent resource. --- -##### `terraformAttribute`Required +##### `terraformAttribute`Required - *Type:* string @@ -14928,149 +14928,149 @@ 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. | +| computeFqn | *No description.* | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | --- -##### `computeFqn` +##### `computeFqn` ```typescript public computeFqn(): string ``` -##### `getAnyMapAttribute` +##### `getAnyMapAttribute` ```typescript public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any} ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getBooleanAttribute` +##### `getBooleanAttribute` ```typescript public getBooleanAttribute(terraformAttribute: string): IResolvable ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getBooleanMapAttribute` +##### `getBooleanMapAttribute` ```typescript public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean} ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getListAttribute` +##### `getListAttribute` ```typescript public getListAttribute(terraformAttribute: string): string[] ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getNumberAttribute` +##### `getNumberAttribute` ```typescript public getNumberAttribute(terraformAttribute: string): number ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getNumberListAttribute` +##### `getNumberListAttribute` ```typescript public getNumberListAttribute(terraformAttribute: string): number[] ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getNumberMapAttribute` +##### `getNumberMapAttribute` ```typescript public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number} ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getStringAttribute` +##### `getStringAttribute` ```typescript public getStringAttribute(terraformAttribute: string): string ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getStringMapAttribute` +##### `getStringMapAttribute` ```typescript public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string} ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `interpolationForAttribute` +##### `interpolationForAttribute` ```typescript public interpolationForAttribute(property: string): IResolvable ``` -###### `property`Required +###### `property`Required - *Type:* string --- -##### `resolve` +##### `resolve` ```typescript public resolve(_context: IResolveContext): any @@ -15078,13 +15078,13 @@ public resolve(_context: IResolveContext): any Produce the Token's value at resolution time. -###### `_context`Required +###### `_context`Required - *Type:* cdktf.IResolveContext --- -##### `toString` +##### `toString` ```typescript public toString(): string @@ -15099,15 +15099,15 @@ 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.* | -| wordsInput | string[] | *No description.* | -| words | string[] | *No description.* | -| internalValue | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList | *No description.* | +| creationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | string | *No description.* | +| wordsInput | string[] | *No description.* | +| words | string[] | *No description.* | +| internalValue | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct | *No description.* | --- -##### `creationStack`Required +##### `creationStack`Required ```typescript public readonly creationStack: string[]; @@ -15121,7 +15121,7 @@ If this returns an empty array the stack will not be attached. --- -##### `fqn`Required +##### `fqn`Required ```typescript public readonly fqn: string; @@ -15131,7 +15131,7 @@ public readonly fqn: string; --- -##### `wordsInput`Optional +##### `wordsInput`Optional ```typescript public readonly wordsInput: string[]; @@ -15141,7 +15141,7 @@ public readonly wordsInput: string[]; --- -##### `words`Required +##### `words`Required ```typescript public readonly words: string[]; @@ -15151,13 +15151,13 @@ public readonly words: string[]; --- -##### `internalValue`Optional +##### `internalValue`Optional ```typescript -public readonly internalValue: DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList; +public readonly internalValue: DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct; ``` -- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList +- *Type:* DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct --- diff --git a/docs/dataLossPreventionStoredInfoType.csharp.md b/docs/dataLossPreventionStoredInfoType.csharp.md index 69a186f1bb0..bf9f7d01089 100644 --- a/docs/dataLossPreventionStoredInfoType.csharp.md +++ b/docs/dataLossPreventionStoredInfoType.csharp.md @@ -1043,7 +1043,7 @@ using HashiCorp.Cdktf.Providers.Google; new DataLossPreventionStoredInfoTypeDictionary { DataLossPreventionStoredInfoTypeDictionaryCloudStoragePath CloudStoragePath = null, - DataLossPreventionStoredInfoTypeDictionaryWordList WordList = null + DataLossPreventionStoredInfoTypeDictionaryWordListStruct WordList = null }; ``` @@ -1052,7 +1052,7 @@ new DataLossPreventionStoredInfoTypeDictionary { | **Name** | **Type** | **Description** | | --- | --- | --- | | CloudStoragePath | DataLossPreventionStoredInfoTypeDictionaryCloudStoragePath | cloud_storage_path block. | -| WordList | DataLossPreventionStoredInfoTypeDictionaryWordList | word_list block. | +| WordList | DataLossPreventionStoredInfoTypeDictionaryWordListStruct | word_list block. | --- @@ -1073,10 +1073,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ##### `WordList`Optional ```csharp -public DataLossPreventionStoredInfoTypeDictionaryWordList WordList { get; set; } +public DataLossPreventionStoredInfoTypeDictionaryWordListStruct WordList { get; set; } ``` -- *Type:* DataLossPreventionStoredInfoTypeDictionaryWordList +- *Type:* DataLossPreventionStoredInfoTypeDictionaryWordListStruct word_list block. @@ -1118,14 +1118,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi --- -### DataLossPreventionStoredInfoTypeDictionaryWordList +### DataLossPreventionStoredInfoTypeDictionaryWordListStruct -#### Initializer +#### Initializer ```csharp using HashiCorp.Cdktf.Providers.Google; -new DataLossPreventionStoredInfoTypeDictionaryWordList { +new DataLossPreventionStoredInfoTypeDictionaryWordListStruct { string[] Words }; ``` @@ -1134,11 +1134,11 @@ new DataLossPreventionStoredInfoTypeDictionaryWordList { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Words | string[] | Words or phrases defining the dictionary. | +| Words | string[] | Words or phrases defining the dictionary. | --- -##### `Words`Required +##### `Words`Required ```csharp public string[] Words { get; set; } @@ -2046,12 +2046,12 @@ private void PutCloudStoragePath(DataLossPreventionStoredInfoTypeDictionaryCloud ##### `PutWordList` ```csharp -private void PutWordList(DataLossPreventionStoredInfoTypeDictionaryWordList Value) +private void PutWordList(DataLossPreventionStoredInfoTypeDictionaryWordListStruct Value) ``` ###### `Value`Required -- *Type:* DataLossPreventionStoredInfoTypeDictionaryWordList +- *Type:* DataLossPreventionStoredInfoTypeDictionaryWordListStruct --- @@ -2075,9 +2075,9 @@ private void ResetWordList() | CreationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | Fqn | string | *No description.* | | CloudStoragePath | DataLossPreventionStoredInfoTypeDictionaryCloudStoragePathOutputReference | *No description.* | -| WordList | DataLossPreventionStoredInfoTypeDictionaryWordListOutputReference | *No description.* | +| WordList | DataLossPreventionStoredInfoTypeDictionaryWordListStructOutputReference | *No description.* | | CloudStoragePathInput | DataLossPreventionStoredInfoTypeDictionaryCloudStoragePath | *No description.* | -| WordListInput | DataLossPreventionStoredInfoTypeDictionaryWordList | *No description.* | +| WordListInput | DataLossPreventionStoredInfoTypeDictionaryWordListStruct | *No description.* | | InternalValue | DataLossPreventionStoredInfoTypeDictionary | *No description.* | --- @@ -2119,10 +2119,10 @@ public DataLossPreventionStoredInfoTypeDictionaryCloudStoragePathOutputReference ##### `WordList`Required ```csharp -public DataLossPreventionStoredInfoTypeDictionaryWordListOutputReference WordList { get; } +public DataLossPreventionStoredInfoTypeDictionaryWordListStructOutputReference WordList { get; } ``` -- *Type:* DataLossPreventionStoredInfoTypeDictionaryWordListOutputReference +- *Type:* DataLossPreventionStoredInfoTypeDictionaryWordListStructOutputReference --- @@ -2139,10 +2139,10 @@ public DataLossPreventionStoredInfoTypeDictionaryCloudStoragePath CloudStoragePa ##### `WordListInput`Optional ```csharp -public DataLossPreventionStoredInfoTypeDictionaryWordList WordListInput { get; } +public DataLossPreventionStoredInfoTypeDictionaryWordListStruct WordListInput { get; } ``` -- *Type:* DataLossPreventionStoredInfoTypeDictionaryWordList +- *Type:* DataLossPreventionStoredInfoTypeDictionaryWordListStruct --- @@ -2157,24 +2157,24 @@ public DataLossPreventionStoredInfoTypeDictionary InternalValue { get; } --- -### DataLossPreventionStoredInfoTypeDictionaryWordListOutputReference +### DataLossPreventionStoredInfoTypeDictionaryWordListStructOutputReference -#### Initializers +#### Initializers ```csharp using HashiCorp.Cdktf.Providers.Google; -new DataLossPreventionStoredInfoTypeDictionaryWordListOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute); +new DataLossPreventionStoredInfoTypeDictionaryWordListStructOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute); ``` | **Name** | **Type** | **Description** | | --- | --- | --- | -| TerraformResource | HashiCorp.Cdktf.IInterpolatingParent | The parent resource. | -| TerraformAttribute | string | The attribute on the parent resource this class is referencing. | +| TerraformResource | HashiCorp.Cdktf.IInterpolatingParent | The parent resource. | +| TerraformAttribute | string | The attribute on the parent resource this class is referencing. | --- -##### `TerraformResource`Required +##### `TerraformResource`Required - *Type:* HashiCorp.Cdktf.IInterpolatingParent @@ -2182,7 +2182,7 @@ The parent resource. --- -##### `TerraformAttribute`Required +##### `TerraformAttribute`Required - *Type:* string @@ -2194,149 +2194,149 @@ 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. | +| ComputeFqn | *No description.* | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | --- -##### `ComputeFqn` +##### `ComputeFqn` ```csharp private string ComputeFqn() ``` -##### `GetAnyMapAttribute` +##### `GetAnyMapAttribute` ```csharp private System.Collections.Generic.IDictionary GetAnyMapAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetBooleanAttribute` +##### `GetBooleanAttribute` ```csharp private IResolvable GetBooleanAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetBooleanMapAttribute` +##### `GetBooleanMapAttribute` ```csharp private System.Collections.Generic.IDictionary GetBooleanMapAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetListAttribute` +##### `GetListAttribute` ```csharp private string[] GetListAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetNumberAttribute` +##### `GetNumberAttribute` ```csharp private double GetNumberAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetNumberListAttribute` +##### `GetNumberListAttribute` ```csharp private double[] GetNumberListAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetNumberMapAttribute` +##### `GetNumberMapAttribute` ```csharp private System.Collections.Generic.IDictionary GetNumberMapAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetStringAttribute` +##### `GetStringAttribute` ```csharp private string GetStringAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetStringMapAttribute` +##### `GetStringMapAttribute` ```csharp private System.Collections.Generic.IDictionary GetStringMapAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `InterpolationForAttribute` +##### `InterpolationForAttribute` ```csharp private IResolvable InterpolationForAttribute(string Property) ``` -###### `Property`Required +###### `Property`Required - *Type:* string --- -##### `Resolve` +##### `Resolve` ```csharp private object Resolve(IResolveContext Context) @@ -2344,13 +2344,13 @@ private object Resolve(IResolveContext Context) Produce the Token's value at resolution time. -###### `Context`Required +###### `Context`Required - *Type:* HashiCorp.Cdktf.IResolveContext --- -##### `ToString` +##### `ToString` ```csharp private string ToString() @@ -2365,15 +2365,15 @@ 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.* | -| WordsInput | string[] | *No description.* | -| Words | string[] | *No description.* | -| InternalValue | DataLossPreventionStoredInfoTypeDictionaryWordList | *No description.* | +| CreationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | string | *No description.* | +| WordsInput | string[] | *No description.* | +| Words | string[] | *No description.* | +| InternalValue | DataLossPreventionStoredInfoTypeDictionaryWordListStruct | *No description.* | --- -##### `CreationStack`Required +##### `CreationStack`Required ```csharp public string[] CreationStack { get; } @@ -2387,7 +2387,7 @@ If this returns an empty array the stack will not be attached. --- -##### `Fqn`Required +##### `Fqn`Required ```csharp public string Fqn { get; } @@ -2397,7 +2397,7 @@ public string Fqn { get; } --- -##### `WordsInput`Optional +##### `WordsInput`Optional ```csharp public string[] WordsInput { get; } @@ -2407,7 +2407,7 @@ public string[] WordsInput { get; } --- -##### `Words`Required +##### `Words`Required ```csharp public string[] Words { get; } @@ -2417,13 +2417,13 @@ public string[] Words { get; } --- -##### `InternalValue`Optional +##### `InternalValue`Optional ```csharp -public DataLossPreventionStoredInfoTypeDictionaryWordList InternalValue { get; } +public DataLossPreventionStoredInfoTypeDictionaryWordListStruct InternalValue { get; } ``` -- *Type:* DataLossPreventionStoredInfoTypeDictionaryWordList +- *Type:* DataLossPreventionStoredInfoTypeDictionaryWordListStruct --- diff --git a/docs/dataLossPreventionStoredInfoType.go.md b/docs/dataLossPreventionStoredInfoType.go.md index cb915d3b34d..12f5956def3 100644 --- a/docs/dataLossPreventionStoredInfoType.go.md +++ b/docs/dataLossPreventionStoredInfoType.go.md @@ -1043,7 +1043,7 @@ import "github.com/cdktf/cdktf-provider-google-go/google/v7/datalosspreventionst &datalosspreventionstoredinfotype.DataLossPreventionStoredInfoTypeDictionary { CloudStoragePath: github.com/cdktf/cdktf-provider-google-go/google/v7.dataLossPreventionStoredInfoType.DataLossPreventionStoredInfoTypeDictionaryCloudStoragePath, - WordList: github.com/cdktf/cdktf-provider-google-go/google/v7.dataLossPreventionStoredInfoType.DataLossPreventionStoredInfoTypeDictionaryWordList, + WordList: github.com/cdktf/cdktf-provider-google-go/google/v7.dataLossPreventionStoredInfoType.DataLossPreventionStoredInfoTypeDictionaryWordListStruct, } ``` @@ -1052,7 +1052,7 @@ import "github.com/cdktf/cdktf-provider-google-go/google/v7/datalosspreventionst | **Name** | **Type** | **Description** | | --- | --- | --- | | CloudStoragePath | DataLossPreventionStoredInfoTypeDictionaryCloudStoragePath | cloud_storage_path block. | -| WordList | DataLossPreventionStoredInfoTypeDictionaryWordList | word_list block. | +| WordList | DataLossPreventionStoredInfoTypeDictionaryWordListStruct | word_list block. | --- @@ -1073,10 +1073,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ##### `WordList`Optional ```go -WordList DataLossPreventionStoredInfoTypeDictionaryWordList +WordList DataLossPreventionStoredInfoTypeDictionaryWordListStruct ``` -- *Type:* DataLossPreventionStoredInfoTypeDictionaryWordList +- *Type:* DataLossPreventionStoredInfoTypeDictionaryWordListStruct word_list block. @@ -1118,14 +1118,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi --- -### DataLossPreventionStoredInfoTypeDictionaryWordList +### DataLossPreventionStoredInfoTypeDictionaryWordListStruct -#### Initializer +#### Initializer ```go import "github.com/cdktf/cdktf-provider-google-go/google/v7/datalosspreventionstoredinfotype" -&datalosspreventionstoredinfotype.DataLossPreventionStoredInfoTypeDictionaryWordList { +&datalosspreventionstoredinfotype.DataLossPreventionStoredInfoTypeDictionaryWordListStruct { Words: *[]*string, } ``` @@ -1134,11 +1134,11 @@ import "github.com/cdktf/cdktf-provider-google-go/google/v7/datalosspreventionst | **Name** | **Type** | **Description** | | --- | --- | --- | -| Words | *[]*string | Words or phrases defining the dictionary. | +| Words | *[]*string | Words or phrases defining the dictionary. | --- -##### `Words`Required +##### `Words`Required ```go Words *[]*string @@ -2046,12 +2046,12 @@ func PutCloudStoragePath(value DataLossPreventionStoredInfoTypeDictionaryCloudSt ##### `PutWordList` ```go -func PutWordList(value DataLossPreventionStoredInfoTypeDictionaryWordList) +func PutWordList(value DataLossPreventionStoredInfoTypeDictionaryWordListStruct) ``` ###### `value`Required -- *Type:* DataLossPreventionStoredInfoTypeDictionaryWordList +- *Type:* DataLossPreventionStoredInfoTypeDictionaryWordListStruct --- @@ -2075,9 +2075,9 @@ func ResetWordList() | CreationStack | *[]*string | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | Fqn | *string | *No description.* | | CloudStoragePath | DataLossPreventionStoredInfoTypeDictionaryCloudStoragePathOutputReference | *No description.* | -| WordList | DataLossPreventionStoredInfoTypeDictionaryWordListOutputReference | *No description.* | +| WordList | DataLossPreventionStoredInfoTypeDictionaryWordListStructOutputReference | *No description.* | | CloudStoragePathInput | DataLossPreventionStoredInfoTypeDictionaryCloudStoragePath | *No description.* | -| WordListInput | DataLossPreventionStoredInfoTypeDictionaryWordList | *No description.* | +| WordListInput | DataLossPreventionStoredInfoTypeDictionaryWordListStruct | *No description.* | | InternalValue | DataLossPreventionStoredInfoTypeDictionary | *No description.* | --- @@ -2119,10 +2119,10 @@ func CloudStoragePath() DataLossPreventionStoredInfoTypeDictionaryCloudStoragePa ##### `WordList`Required ```go -func WordList() DataLossPreventionStoredInfoTypeDictionaryWordListOutputReference +func WordList() DataLossPreventionStoredInfoTypeDictionaryWordListStructOutputReference ``` -- *Type:* DataLossPreventionStoredInfoTypeDictionaryWordListOutputReference +- *Type:* DataLossPreventionStoredInfoTypeDictionaryWordListStructOutputReference --- @@ -2139,10 +2139,10 @@ func CloudStoragePathInput() DataLossPreventionStoredInfoTypeDictionaryCloudStor ##### `WordListInput`Optional ```go -func WordListInput() DataLossPreventionStoredInfoTypeDictionaryWordList +func WordListInput() DataLossPreventionStoredInfoTypeDictionaryWordListStruct ``` -- *Type:* DataLossPreventionStoredInfoTypeDictionaryWordList +- *Type:* DataLossPreventionStoredInfoTypeDictionaryWordListStruct --- @@ -2157,24 +2157,24 @@ func InternalValue() DataLossPreventionStoredInfoTypeDictionary --- -### DataLossPreventionStoredInfoTypeDictionaryWordListOutputReference +### DataLossPreventionStoredInfoTypeDictionaryWordListStructOutputReference -#### Initializers +#### Initializers ```go import "github.com/cdktf/cdktf-provider-google-go/google/v7/datalosspreventionstoredinfotype" -datalosspreventionstoredinfotype.NewDataLossPreventionStoredInfoTypeDictionaryWordListOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataLossPreventionStoredInfoTypeDictionaryWordListOutputReference +datalosspreventionstoredinfotype.NewDataLossPreventionStoredInfoTypeDictionaryWordListStructOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataLossPreventionStoredInfoTypeDictionaryWordListStructOutputReference ``` | **Name** | **Type** | **Description** | | --- | --- | --- | -| terraformResource | github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | *string | The attribute on the parent resource this class is referencing. | +| terraformResource | github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | *string | The attribute on the parent resource this class is referencing. | --- -##### `terraformResource`Required +##### `terraformResource`Required - *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent @@ -2182,7 +2182,7 @@ The parent resource. --- -##### `terraformAttribute`Required +##### `terraformAttribute`Required - *Type:* *string @@ -2194,149 +2194,149 @@ 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. | +| ComputeFqn | *No description.* | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | --- -##### `ComputeFqn` +##### `ComputeFqn` ```go func ComputeFqn() *string ``` -##### `GetAnyMapAttribute` +##### `GetAnyMapAttribute` ```go func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetBooleanAttribute` +##### `GetBooleanAttribute` ```go func GetBooleanAttribute(terraformAttribute *string) IResolvable ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetBooleanMapAttribute` +##### `GetBooleanMapAttribute` ```go func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetListAttribute` +##### `GetListAttribute` ```go func GetListAttribute(terraformAttribute *string) *[]*string ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetNumberAttribute` +##### `GetNumberAttribute` ```go func GetNumberAttribute(terraformAttribute *string) *f64 ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetNumberListAttribute` +##### `GetNumberListAttribute` ```go func GetNumberListAttribute(terraformAttribute *string) *[]*f64 ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetNumberMapAttribute` +##### `GetNumberMapAttribute` ```go func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64 ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetStringAttribute` +##### `GetStringAttribute` ```go func GetStringAttribute(terraformAttribute *string) *string ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetStringMapAttribute` +##### `GetStringMapAttribute` ```go func GetStringMapAttribute(terraformAttribute *string) *map[string]*string ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `InterpolationForAttribute` +##### `InterpolationForAttribute` ```go func InterpolationForAttribute(property *string) IResolvable ``` -###### `property`Required +###### `property`Required - *Type:* *string --- -##### `Resolve` +##### `Resolve` ```go func Resolve(_context IResolveContext) interface{} @@ -2344,13 +2344,13 @@ func Resolve(_context IResolveContext) interface{} Produce the Token's value at resolution time. -###### `_context`Required +###### `_context`Required - *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext --- -##### `ToString` +##### `ToString` ```go func ToString() *string @@ -2365,15 +2365,15 @@ 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.* | -| WordsInput | *[]*string | *No description.* | -| Words | *[]*string | *No description.* | -| InternalValue | DataLossPreventionStoredInfoTypeDictionaryWordList | *No description.* | +| CreationStack | *[]*string | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | *string | *No description.* | +| WordsInput | *[]*string | *No description.* | +| Words | *[]*string | *No description.* | +| InternalValue | DataLossPreventionStoredInfoTypeDictionaryWordListStruct | *No description.* | --- -##### `CreationStack`Required +##### `CreationStack`Required ```go func CreationStack() *[]*string @@ -2387,7 +2387,7 @@ If this returns an empty array the stack will not be attached. --- -##### `Fqn`Required +##### `Fqn`Required ```go func Fqn() *string @@ -2397,7 +2397,7 @@ func Fqn() *string --- -##### `WordsInput`Optional +##### `WordsInput`Optional ```go func WordsInput() *[]*string @@ -2407,7 +2407,7 @@ func WordsInput() *[]*string --- -##### `Words`Required +##### `Words`Required ```go func Words() *[]*string @@ -2417,13 +2417,13 @@ func Words() *[]*string --- -##### `InternalValue`Optional +##### `InternalValue`Optional ```go -func InternalValue() DataLossPreventionStoredInfoTypeDictionaryWordList +func InternalValue() DataLossPreventionStoredInfoTypeDictionaryWordListStruct ``` -- *Type:* DataLossPreventionStoredInfoTypeDictionaryWordList +- *Type:* DataLossPreventionStoredInfoTypeDictionaryWordListStruct --- diff --git a/docs/dataLossPreventionStoredInfoType.java.md b/docs/dataLossPreventionStoredInfoType.java.md index 738f61109d1..5dd91fa58c6 100644 --- a/docs/dataLossPreventionStoredInfoType.java.md +++ b/docs/dataLossPreventionStoredInfoType.java.md @@ -1203,7 +1203,7 @@ import com.hashicorp.cdktf.providers.google.data_loss_prevention_stored_info_typ DataLossPreventionStoredInfoTypeDictionary.builder() // .cloudStoragePath(DataLossPreventionStoredInfoTypeDictionaryCloudStoragePath) -// .wordList(DataLossPreventionStoredInfoTypeDictionaryWordList) +// .wordList(DataLossPreventionStoredInfoTypeDictionaryWordListStruct) .build(); ``` @@ -1212,7 +1212,7 @@ DataLossPreventionStoredInfoTypeDictionary.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | | cloudStoragePath | DataLossPreventionStoredInfoTypeDictionaryCloudStoragePath | cloud_storage_path block. | -| wordList | DataLossPreventionStoredInfoTypeDictionaryWordList | word_list block. | +| wordList | DataLossPreventionStoredInfoTypeDictionaryWordListStruct | word_list block. | --- @@ -1233,10 +1233,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ##### `wordList`Optional ```java -public DataLossPreventionStoredInfoTypeDictionaryWordList getWordList(); +public DataLossPreventionStoredInfoTypeDictionaryWordListStruct getWordList(); ``` -- *Type:* DataLossPreventionStoredInfoTypeDictionaryWordList +- *Type:* DataLossPreventionStoredInfoTypeDictionaryWordListStruct word_list block. @@ -1278,14 +1278,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi --- -### DataLossPreventionStoredInfoTypeDictionaryWordList +### DataLossPreventionStoredInfoTypeDictionaryWordListStruct -#### Initializer +#### Initializer ```java -import com.hashicorp.cdktf.providers.google.data_loss_prevention_stored_info_type.DataLossPreventionStoredInfoTypeDictionaryWordList; +import com.hashicorp.cdktf.providers.google.data_loss_prevention_stored_info_type.DataLossPreventionStoredInfoTypeDictionaryWordListStruct; -DataLossPreventionStoredInfoTypeDictionaryWordList.builder() +DataLossPreventionStoredInfoTypeDictionaryWordListStruct.builder() .words(java.util.List) .build(); ``` @@ -1294,11 +1294,11 @@ DataLossPreventionStoredInfoTypeDictionaryWordList.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| words | java.util.List | Words or phrases defining the dictionary. | +| words | java.util.List | Words or phrases defining the dictionary. | --- -##### `words`Required +##### `words`Required ```java public java.util.List getWords(); @@ -2206,12 +2206,12 @@ public void putCloudStoragePath(DataLossPreventionStoredInfoTypeDictionaryCloudS ##### `putWordList` ```java -public void putWordList(DataLossPreventionStoredInfoTypeDictionaryWordList value) +public void putWordList(DataLossPreventionStoredInfoTypeDictionaryWordListStruct value) ``` ###### `value`Required -- *Type:* DataLossPreventionStoredInfoTypeDictionaryWordList +- *Type:* DataLossPreventionStoredInfoTypeDictionaryWordListStruct --- @@ -2235,9 +2235,9 @@ public void resetWordList() | creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | fqn | java.lang.String | *No description.* | | cloudStoragePath | DataLossPreventionStoredInfoTypeDictionaryCloudStoragePathOutputReference | *No description.* | -| wordList | DataLossPreventionStoredInfoTypeDictionaryWordListOutputReference | *No description.* | +| wordList | DataLossPreventionStoredInfoTypeDictionaryWordListStructOutputReference | *No description.* | | cloudStoragePathInput | DataLossPreventionStoredInfoTypeDictionaryCloudStoragePath | *No description.* | -| wordListInput | DataLossPreventionStoredInfoTypeDictionaryWordList | *No description.* | +| wordListInput | DataLossPreventionStoredInfoTypeDictionaryWordListStruct | *No description.* | | internalValue | DataLossPreventionStoredInfoTypeDictionary | *No description.* | --- @@ -2279,10 +2279,10 @@ public DataLossPreventionStoredInfoTypeDictionaryCloudStoragePathOutputReference ##### `wordList`Required ```java -public DataLossPreventionStoredInfoTypeDictionaryWordListOutputReference getWordList(); +public DataLossPreventionStoredInfoTypeDictionaryWordListStructOutputReference getWordList(); ``` -- *Type:* DataLossPreventionStoredInfoTypeDictionaryWordListOutputReference +- *Type:* DataLossPreventionStoredInfoTypeDictionaryWordListStructOutputReference --- @@ -2299,10 +2299,10 @@ public DataLossPreventionStoredInfoTypeDictionaryCloudStoragePath getCloudStorag ##### `wordListInput`Optional ```java -public DataLossPreventionStoredInfoTypeDictionaryWordList getWordListInput(); +public DataLossPreventionStoredInfoTypeDictionaryWordListStruct getWordListInput(); ``` -- *Type:* DataLossPreventionStoredInfoTypeDictionaryWordList +- *Type:* DataLossPreventionStoredInfoTypeDictionaryWordListStruct --- @@ -2317,24 +2317,24 @@ public DataLossPreventionStoredInfoTypeDictionary getInternalValue(); --- -### DataLossPreventionStoredInfoTypeDictionaryWordListOutputReference +### DataLossPreventionStoredInfoTypeDictionaryWordListStructOutputReference -#### Initializers +#### Initializers ```java -import com.hashicorp.cdktf.providers.google.data_loss_prevention_stored_info_type.DataLossPreventionStoredInfoTypeDictionaryWordListOutputReference; +import com.hashicorp.cdktf.providers.google.data_loss_prevention_stored_info_type.DataLossPreventionStoredInfoTypeDictionaryWordListStructOutputReference; -new DataLossPreventionStoredInfoTypeDictionaryWordListOutputReference(IInterpolatingParent terraformResource, java.lang.String terraformAttribute); +new DataLossPreventionStoredInfoTypeDictionaryWordListStructOutputReference(IInterpolatingParent terraformResource, java.lang.String terraformAttribute); ``` | **Name** | **Type** | **Description** | | --- | --- | --- | -| terraformResource | com.hashicorp.cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | java.lang.String | The attribute on the parent resource this class is referencing. | +| terraformResource | com.hashicorp.cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | java.lang.String | The attribute on the parent resource this class is referencing. | --- -##### `terraformResource`Required +##### `terraformResource`Required - *Type:* com.hashicorp.cdktf.IInterpolatingParent @@ -2342,7 +2342,7 @@ The parent resource. --- -##### `terraformAttribute`Required +##### `terraformAttribute`Required - *Type:* java.lang.String @@ -2354,149 +2354,149 @@ 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. | +| computeFqn | *No description.* | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | --- -##### `computeFqn` +##### `computeFqn` ```java public java.lang.String computeFqn() ``` -##### `getAnyMapAttribute` +##### `getAnyMapAttribute` ```java public java.util.Map getAnyMapAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getBooleanAttribute` +##### `getBooleanAttribute` ```java public IResolvable getBooleanAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getBooleanMapAttribute` +##### `getBooleanMapAttribute` ```java public java.util.Map getBooleanMapAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getListAttribute` +##### `getListAttribute` ```java public java.util.List getListAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getNumberAttribute` +##### `getNumberAttribute` ```java public java.lang.Number getNumberAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getNumberListAttribute` +##### `getNumberListAttribute` ```java public java.util.List getNumberListAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getNumberMapAttribute` +##### `getNumberMapAttribute` ```java public java.util.Map getNumberMapAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getStringAttribute` +##### `getStringAttribute` ```java public java.lang.String getStringAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getStringMapAttribute` +##### `getStringMapAttribute` ```java public java.util.Map getStringMapAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `interpolationForAttribute` +##### `interpolationForAttribute` ```java public IResolvable interpolationForAttribute(java.lang.String property) ``` -###### `property`Required +###### `property`Required - *Type:* java.lang.String --- -##### `resolve` +##### `resolve` ```java public java.lang.Object resolve(IResolveContext _context) @@ -2504,13 +2504,13 @@ public java.lang.Object resolve(IResolveContext _context) Produce the Token's value at resolution time. -###### `_context`Required +###### `_context`Required - *Type:* com.hashicorp.cdktf.IResolveContext --- -##### `toString` +##### `toString` ```java public java.lang.String toString() @@ -2525,15 +2525,15 @@ Returns a reversible string representation. | **Name** | **Type** | **Description** | | --- | --- | --- | -| creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| fqn | java.lang.String | *No description.* | -| wordsInput | java.util.List | *No description.* | -| words | java.util.List | *No description.* | -| internalValue | DataLossPreventionStoredInfoTypeDictionaryWordList | *No description.* | +| creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | java.lang.String | *No description.* | +| wordsInput | java.util.List | *No description.* | +| words | java.util.List | *No description.* | +| internalValue | DataLossPreventionStoredInfoTypeDictionaryWordListStruct | *No description.* | --- -##### `creationStack`Required +##### `creationStack`Required ```java public java.util.List getCreationStack(); @@ -2547,7 +2547,7 @@ If this returns an empty array the stack will not be attached. --- -##### `fqn`Required +##### `fqn`Required ```java public java.lang.String getFqn(); @@ -2557,7 +2557,7 @@ public java.lang.String getFqn(); --- -##### `wordsInput`Optional +##### `wordsInput`Optional ```java public java.util.List getWordsInput(); @@ -2567,7 +2567,7 @@ public java.util.List getWordsInput(); --- -##### `words`Required +##### `words`Required ```java public java.util.List getWords(); @@ -2577,13 +2577,13 @@ public java.util.List getWords(); --- -##### `internalValue`Optional +##### `internalValue`Optional ```java -public DataLossPreventionStoredInfoTypeDictionaryWordList getInternalValue(); +public DataLossPreventionStoredInfoTypeDictionaryWordListStruct getInternalValue(); ``` -- *Type:* DataLossPreventionStoredInfoTypeDictionaryWordList +- *Type:* DataLossPreventionStoredInfoTypeDictionaryWordListStruct --- diff --git a/docs/dataLossPreventionStoredInfoType.python.md b/docs/dataLossPreventionStoredInfoType.python.md index e668d32b779..9b9eb99d3ac 100644 --- a/docs/dataLossPreventionStoredInfoType.python.md +++ b/docs/dataLossPreventionStoredInfoType.python.md @@ -452,7 +452,7 @@ def interpolation_for_attribute( ```python def put_dictionary( cloud_storage_path: DataLossPreventionStoredInfoTypeDictionaryCloudStoragePath = None, - word_list: DataLossPreventionStoredInfoTypeDictionaryWordList = None + word_list: DataLossPreventionStoredInfoTypeDictionaryWordListStruct = None ) -> None ``` @@ -468,7 +468,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ###### `word_list`Optional -- *Type:* DataLossPreventionStoredInfoTypeDictionaryWordList +- *Type:* DataLossPreventionStoredInfoTypeDictionaryWordListStruct word_list block. @@ -1314,7 +1314,7 @@ from cdktf_cdktf_provider_google import data_loss_prevention_stored_info_type dataLossPreventionStoredInfoType.DataLossPreventionStoredInfoTypeDictionary( cloud_storage_path: DataLossPreventionStoredInfoTypeDictionaryCloudStoragePath = None, - word_list: DataLossPreventionStoredInfoTypeDictionaryWordList = None + word_list: DataLossPreventionStoredInfoTypeDictionaryWordListStruct = None ) ``` @@ -1323,7 +1323,7 @@ dataLossPreventionStoredInfoType.DataLossPreventionStoredInfoTypeDictionary( | **Name** | **Type** | **Description** | | --- | --- | --- | | cloud_storage_path | DataLossPreventionStoredInfoTypeDictionaryCloudStoragePath | cloud_storage_path block. | -| word_list | DataLossPreventionStoredInfoTypeDictionaryWordList | word_list block. | +| word_list | DataLossPreventionStoredInfoTypeDictionaryWordListStruct | word_list block. | --- @@ -1344,10 +1344,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ##### `word_list`Optional ```python -word_list: DataLossPreventionStoredInfoTypeDictionaryWordList +word_list: DataLossPreventionStoredInfoTypeDictionaryWordListStruct ``` -- *Type:* DataLossPreventionStoredInfoTypeDictionaryWordList +- *Type:* DataLossPreventionStoredInfoTypeDictionaryWordListStruct word_list block. @@ -1389,14 +1389,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi --- -### DataLossPreventionStoredInfoTypeDictionaryWordList +### DataLossPreventionStoredInfoTypeDictionaryWordListStruct -#### Initializer +#### Initializer ```python from cdktf_cdktf_provider_google import data_loss_prevention_stored_info_type -dataLossPreventionStoredInfoType.DataLossPreventionStoredInfoTypeDictionaryWordList( +dataLossPreventionStoredInfoType.DataLossPreventionStoredInfoTypeDictionaryWordListStruct( words: typing.List[str] ) ``` @@ -1405,11 +1405,11 @@ dataLossPreventionStoredInfoType.DataLossPreventionStoredInfoTypeDictionaryWordL | **Name** | **Type** | **Description** | | --- | --- | --- | -| words | typing.List[str] | Words or phrases defining the dictionary. | +| words | typing.List[str] | Words or phrases defining the dictionary. | --- -##### `words`Required +##### `words`Required ```python words: typing.List[str] @@ -2411,9 +2411,9 @@ def reset_word_list() -> None | creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | fqn | str | *No description.* | | cloud_storage_path | DataLossPreventionStoredInfoTypeDictionaryCloudStoragePathOutputReference | *No description.* | -| word_list | DataLossPreventionStoredInfoTypeDictionaryWordListOutputReference | *No description.* | +| word_list | DataLossPreventionStoredInfoTypeDictionaryWordListStructOutputReference | *No description.* | | cloud_storage_path_input | DataLossPreventionStoredInfoTypeDictionaryCloudStoragePath | *No description.* | -| word_list_input | DataLossPreventionStoredInfoTypeDictionaryWordList | *No description.* | +| word_list_input | DataLossPreventionStoredInfoTypeDictionaryWordListStruct | *No description.* | | internal_value | DataLossPreventionStoredInfoTypeDictionary | *No description.* | --- @@ -2455,10 +2455,10 @@ cloud_storage_path: DataLossPreventionStoredInfoTypeDictionaryCloudStoragePathOu ##### `word_list`Required ```python -word_list: DataLossPreventionStoredInfoTypeDictionaryWordListOutputReference +word_list: DataLossPreventionStoredInfoTypeDictionaryWordListStructOutputReference ``` -- *Type:* DataLossPreventionStoredInfoTypeDictionaryWordListOutputReference +- *Type:* DataLossPreventionStoredInfoTypeDictionaryWordListStructOutputReference --- @@ -2475,10 +2475,10 @@ cloud_storage_path_input: DataLossPreventionStoredInfoTypeDictionaryCloudStorage ##### `word_list_input`Optional ```python -word_list_input: DataLossPreventionStoredInfoTypeDictionaryWordList +word_list_input: DataLossPreventionStoredInfoTypeDictionaryWordListStruct ``` -- *Type:* DataLossPreventionStoredInfoTypeDictionaryWordList +- *Type:* DataLossPreventionStoredInfoTypeDictionaryWordListStruct --- @@ -2493,14 +2493,14 @@ internal_value: DataLossPreventionStoredInfoTypeDictionary --- -### DataLossPreventionStoredInfoTypeDictionaryWordListOutputReference +### DataLossPreventionStoredInfoTypeDictionaryWordListStructOutputReference -#### Initializers +#### Initializers ```python from cdktf_cdktf_provider_google import data_loss_prevention_stored_info_type -dataLossPreventionStoredInfoType.DataLossPreventionStoredInfoTypeDictionaryWordListOutputReference( +dataLossPreventionStoredInfoType.DataLossPreventionStoredInfoTypeDictionaryWordListStructOutputReference( terraform_resource: IInterpolatingParent, terraform_attribute: str ) @@ -2508,12 +2508,12 @@ dataLossPreventionStoredInfoType.DataLossPreventionStoredInfoTypeDictionaryWordL | **Name** | **Type** | **Description** | | --- | --- | --- | -| terraform_resource | cdktf.IInterpolatingParent | The parent resource. | -| terraform_attribute | str | The attribute on the parent resource this class is referencing. | +| terraform_resource | cdktf.IInterpolatingParent | The parent resource. | +| terraform_attribute | str | The attribute on the parent resource this class is referencing. | --- -##### `terraform_resource`Required +##### `terraform_resource`Required - *Type:* cdktf.IInterpolatingParent @@ -2521,7 +2521,7 @@ The parent resource. --- -##### `terraform_attribute`Required +##### `terraform_attribute`Required - *Type:* str @@ -2533,29 +2533,29 @@ The attribute on the parent resource this class is referencing. | **Name** | **Description** | | --- | --- | -| compute_fqn | *No description.* | -| get_any_map_attribute | *No description.* | -| get_boolean_attribute | *No description.* | -| get_boolean_map_attribute | *No description.* | -| get_list_attribute | *No description.* | -| get_number_attribute | *No description.* | -| get_number_list_attribute | *No description.* | -| get_number_map_attribute | *No description.* | -| get_string_attribute | *No description.* | -| get_string_map_attribute | *No description.* | -| interpolation_for_attribute | *No description.* | -| resolve | Produce the Token's value at resolution time. | -| to_string | Return a string representation of this resolvable object. | +| compute_fqn | *No description.* | +| get_any_map_attribute | *No description.* | +| get_boolean_attribute | *No description.* | +| get_boolean_map_attribute | *No description.* | +| get_list_attribute | *No description.* | +| get_number_attribute | *No description.* | +| get_number_list_attribute | *No description.* | +| get_number_map_attribute | *No description.* | +| get_string_attribute | *No description.* | +| get_string_map_attribute | *No description.* | +| interpolation_for_attribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| to_string | Return a string representation of this resolvable object. | --- -##### `compute_fqn` +##### `compute_fqn` ```python def compute_fqn() -> str ``` -##### `get_any_map_attribute` +##### `get_any_map_attribute` ```python def get_any_map_attribute( @@ -2563,13 +2563,13 @@ def get_any_map_attribute( ) -> typing.Mapping[typing.Any] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_boolean_attribute` +##### `get_boolean_attribute` ```python def get_boolean_attribute( @@ -2577,13 +2577,13 @@ def get_boolean_attribute( ) -> IResolvable ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_boolean_map_attribute` +##### `get_boolean_map_attribute` ```python def get_boolean_map_attribute( @@ -2591,13 +2591,13 @@ def get_boolean_map_attribute( ) -> typing.Mapping[bool] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_list_attribute` +##### `get_list_attribute` ```python def get_list_attribute( @@ -2605,13 +2605,13 @@ def get_list_attribute( ) -> typing.List[str] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_number_attribute` +##### `get_number_attribute` ```python def get_number_attribute( @@ -2619,13 +2619,13 @@ def get_number_attribute( ) -> typing.Union[int, float] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_number_list_attribute` +##### `get_number_list_attribute` ```python def get_number_list_attribute( @@ -2633,13 +2633,13 @@ def get_number_list_attribute( ) -> typing.List[typing.Union[int, float]] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_number_map_attribute` +##### `get_number_map_attribute` ```python def get_number_map_attribute( @@ -2647,13 +2647,13 @@ def get_number_map_attribute( ) -> typing.Mapping[typing.Union[int, float]] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_string_attribute` +##### `get_string_attribute` ```python def get_string_attribute( @@ -2661,13 +2661,13 @@ def get_string_attribute( ) -> str ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_string_map_attribute` +##### `get_string_map_attribute` ```python def get_string_map_attribute( @@ -2675,13 +2675,13 @@ def get_string_map_attribute( ) -> typing.Mapping[str] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `interpolation_for_attribute` +##### `interpolation_for_attribute` ```python def interpolation_for_attribute( @@ -2689,13 +2689,13 @@ def interpolation_for_attribute( ) -> IResolvable ``` -###### `property`Required +###### `property`Required - *Type:* str --- -##### `resolve` +##### `resolve` ```python def resolve( @@ -2705,13 +2705,13 @@ def resolve( Produce the Token's value at resolution time. -###### `_context`Required +###### `_context`Required - *Type:* cdktf.IResolveContext --- -##### `to_string` +##### `to_string` ```python def to_string() -> str @@ -2726,15 +2726,15 @@ Returns a reversible string representation. | **Name** | **Type** | **Description** | | --- | --- | --- | -| creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| fqn | str | *No description.* | -| words_input | typing.List[str] | *No description.* | -| words | typing.List[str] | *No description.* | -| internal_value | DataLossPreventionStoredInfoTypeDictionaryWordList | *No description.* | +| creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | str | *No description.* | +| words_input | typing.List[str] | *No description.* | +| words | typing.List[str] | *No description.* | +| internal_value | DataLossPreventionStoredInfoTypeDictionaryWordListStruct | *No description.* | --- -##### `creation_stack`Required +##### `creation_stack`Required ```python creation_stack: typing.List[str] @@ -2748,7 +2748,7 @@ If this returns an empty array the stack will not be attached. --- -##### `fqn`Required +##### `fqn`Required ```python fqn: str @@ -2758,7 +2758,7 @@ fqn: str --- -##### `words_input`Optional +##### `words_input`Optional ```python words_input: typing.List[str] @@ -2768,7 +2768,7 @@ words_input: typing.List[str] --- -##### `words`Required +##### `words`Required ```python words: typing.List[str] @@ -2778,13 +2778,13 @@ words: typing.List[str] --- -##### `internal_value`Optional +##### `internal_value`Optional ```python -internal_value: DataLossPreventionStoredInfoTypeDictionaryWordList +internal_value: DataLossPreventionStoredInfoTypeDictionaryWordListStruct ``` -- *Type:* DataLossPreventionStoredInfoTypeDictionaryWordList +- *Type:* DataLossPreventionStoredInfoTypeDictionaryWordListStruct --- diff --git a/docs/dataLossPreventionStoredInfoType.typescript.md b/docs/dataLossPreventionStoredInfoType.typescript.md index 0114b9eae60..efda0d735c4 100644 --- a/docs/dataLossPreventionStoredInfoType.typescript.md +++ b/docs/dataLossPreventionStoredInfoType.typescript.md @@ -1033,7 +1033,7 @@ const dataLossPreventionStoredInfoTypeDictionary: dataLossPreventionStoredInfoTy | **Name** | **Type** | **Description** | | --- | --- | --- | | cloudStoragePath | DataLossPreventionStoredInfoTypeDictionaryCloudStoragePath | cloud_storage_path block. | -| wordList | DataLossPreventionStoredInfoTypeDictionaryWordList | word_list block. | +| wordList | DataLossPreventionStoredInfoTypeDictionaryWordListStruct | word_list block. | --- @@ -1054,10 +1054,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ##### `wordList`Optional ```typescript -public readonly wordList: DataLossPreventionStoredInfoTypeDictionaryWordList; +public readonly wordList: DataLossPreventionStoredInfoTypeDictionaryWordListStruct; ``` -- *Type:* DataLossPreventionStoredInfoTypeDictionaryWordList +- *Type:* DataLossPreventionStoredInfoTypeDictionaryWordListStruct word_list block. @@ -1097,25 +1097,25 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi --- -### DataLossPreventionStoredInfoTypeDictionaryWordList +### DataLossPreventionStoredInfoTypeDictionaryWordListStruct -#### Initializer +#### Initializer ```typescript import { dataLossPreventionStoredInfoType } from '@cdktf/provider-google' -const dataLossPreventionStoredInfoTypeDictionaryWordList: dataLossPreventionStoredInfoType.DataLossPreventionStoredInfoTypeDictionaryWordList = { ... } +const dataLossPreventionStoredInfoTypeDictionaryWordListStruct: dataLossPreventionStoredInfoType.DataLossPreventionStoredInfoTypeDictionaryWordListStruct = { ... } ``` #### Properties | **Name** | **Type** | **Description** | | --- | --- | --- | -| words | string[] | Words or phrases defining the dictionary. | +| words | string[] | Words or phrases defining the dictionary. | --- -##### `words`Required +##### `words`Required ```typescript public readonly words: string[]; @@ -1999,12 +1999,12 @@ public putCloudStoragePath(value: DataLossPreventionStoredInfoTypeDictionaryClou ##### `putWordList` ```typescript -public putWordList(value: DataLossPreventionStoredInfoTypeDictionaryWordList): void +public putWordList(value: DataLossPreventionStoredInfoTypeDictionaryWordListStruct): void ``` ###### `value`Required -- *Type:* DataLossPreventionStoredInfoTypeDictionaryWordList +- *Type:* DataLossPreventionStoredInfoTypeDictionaryWordListStruct --- @@ -2028,9 +2028,9 @@ public resetWordList(): void | creationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | fqn | string | *No description.* | | cloudStoragePath | DataLossPreventionStoredInfoTypeDictionaryCloudStoragePathOutputReference | *No description.* | -| wordList | DataLossPreventionStoredInfoTypeDictionaryWordListOutputReference | *No description.* | +| wordList | DataLossPreventionStoredInfoTypeDictionaryWordListStructOutputReference | *No description.* | | cloudStoragePathInput | DataLossPreventionStoredInfoTypeDictionaryCloudStoragePath | *No description.* | -| wordListInput | DataLossPreventionStoredInfoTypeDictionaryWordList | *No description.* | +| wordListInput | DataLossPreventionStoredInfoTypeDictionaryWordListStruct | *No description.* | | internalValue | DataLossPreventionStoredInfoTypeDictionary | *No description.* | --- @@ -2072,10 +2072,10 @@ public readonly cloudStoragePath: DataLossPreventionStoredInfoTypeDictionaryClou ##### `wordList`Required ```typescript -public readonly wordList: DataLossPreventionStoredInfoTypeDictionaryWordListOutputReference; +public readonly wordList: DataLossPreventionStoredInfoTypeDictionaryWordListStructOutputReference; ``` -- *Type:* DataLossPreventionStoredInfoTypeDictionaryWordListOutputReference +- *Type:* DataLossPreventionStoredInfoTypeDictionaryWordListStructOutputReference --- @@ -2092,10 +2092,10 @@ public readonly cloudStoragePathInput: DataLossPreventionStoredInfoTypeDictionar ##### `wordListInput`Optional ```typescript -public readonly wordListInput: DataLossPreventionStoredInfoTypeDictionaryWordList; +public readonly wordListInput: DataLossPreventionStoredInfoTypeDictionaryWordListStruct; ``` -- *Type:* DataLossPreventionStoredInfoTypeDictionaryWordList +- *Type:* DataLossPreventionStoredInfoTypeDictionaryWordListStruct --- @@ -2110,24 +2110,24 @@ public readonly internalValue: DataLossPreventionStoredInfoTypeDictionary; --- -### DataLossPreventionStoredInfoTypeDictionaryWordListOutputReference +### DataLossPreventionStoredInfoTypeDictionaryWordListStructOutputReference -#### Initializers +#### Initializers ```typescript import { dataLossPreventionStoredInfoType } from '@cdktf/provider-google' -new dataLossPreventionStoredInfoType.DataLossPreventionStoredInfoTypeDictionaryWordListOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string) +new dataLossPreventionStoredInfoType.DataLossPreventionStoredInfoTypeDictionaryWordListStructOutputReference(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. | +| terraformResource | cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | string | The attribute on the parent resource this class is referencing. | --- -##### `terraformResource`Required +##### `terraformResource`Required - *Type:* cdktf.IInterpolatingParent @@ -2135,7 +2135,7 @@ The parent resource. --- -##### `terraformAttribute`Required +##### `terraformAttribute`Required - *Type:* string @@ -2147,149 +2147,149 @@ 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. | +| computeFqn | *No description.* | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | --- -##### `computeFqn` +##### `computeFqn` ```typescript public computeFqn(): string ``` -##### `getAnyMapAttribute` +##### `getAnyMapAttribute` ```typescript public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any} ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getBooleanAttribute` +##### `getBooleanAttribute` ```typescript public getBooleanAttribute(terraformAttribute: string): IResolvable ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getBooleanMapAttribute` +##### `getBooleanMapAttribute` ```typescript public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean} ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getListAttribute` +##### `getListAttribute` ```typescript public getListAttribute(terraformAttribute: string): string[] ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getNumberAttribute` +##### `getNumberAttribute` ```typescript public getNumberAttribute(terraformAttribute: string): number ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getNumberListAttribute` +##### `getNumberListAttribute` ```typescript public getNumberListAttribute(terraformAttribute: string): number[] ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getNumberMapAttribute` +##### `getNumberMapAttribute` ```typescript public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number} ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getStringAttribute` +##### `getStringAttribute` ```typescript public getStringAttribute(terraformAttribute: string): string ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getStringMapAttribute` +##### `getStringMapAttribute` ```typescript public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string} ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `interpolationForAttribute` +##### `interpolationForAttribute` ```typescript public interpolationForAttribute(property: string): IResolvable ``` -###### `property`Required +###### `property`Required - *Type:* string --- -##### `resolve` +##### `resolve` ```typescript public resolve(_context: IResolveContext): any @@ -2297,13 +2297,13 @@ public resolve(_context: IResolveContext): any Produce the Token's value at resolution time. -###### `_context`Required +###### `_context`Required - *Type:* cdktf.IResolveContext --- -##### `toString` +##### `toString` ```typescript public toString(): string @@ -2318,15 +2318,15 @@ 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.* | -| wordsInput | string[] | *No description.* | -| words | string[] | *No description.* | -| internalValue | DataLossPreventionStoredInfoTypeDictionaryWordList | *No description.* | +| creationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | string | *No description.* | +| wordsInput | string[] | *No description.* | +| words | string[] | *No description.* | +| internalValue | DataLossPreventionStoredInfoTypeDictionaryWordListStruct | *No description.* | --- -##### `creationStack`Required +##### `creationStack`Required ```typescript public readonly creationStack: string[]; @@ -2340,7 +2340,7 @@ If this returns an empty array the stack will not be attached. --- -##### `fqn`Required +##### `fqn`Required ```typescript public readonly fqn: string; @@ -2350,7 +2350,7 @@ public readonly fqn: string; --- -##### `wordsInput`Optional +##### `wordsInput`Optional ```typescript public readonly wordsInput: string[]; @@ -2360,7 +2360,7 @@ public readonly wordsInput: string[]; --- -##### `words`Required +##### `words`Required ```typescript public readonly words: string[]; @@ -2370,13 +2370,13 @@ public readonly words: string[]; --- -##### `internalValue`Optional +##### `internalValue`Optional ```typescript -public readonly internalValue: DataLossPreventionStoredInfoTypeDictionaryWordList; +public readonly internalValue: DataLossPreventionStoredInfoTypeDictionaryWordListStruct; ``` -- *Type:* DataLossPreventionStoredInfoTypeDictionaryWordList +- *Type:* DataLossPreventionStoredInfoTypeDictionaryWordListStruct --- diff --git a/docs/dataprocWorkflowTemplate.csharp.md b/docs/dataprocWorkflowTemplate.csharp.md index 69f9b2e30a3..b3584ba09b6 100644 --- a/docs/dataprocWorkflowTemplate.csharp.md +++ b/docs/dataprocWorkflowTemplate.csharp.md @@ -1580,7 +1580,7 @@ new DataprocWorkflowTemplateJobsHiveJob { string[] JarFileUris = null, System.Collections.Generic.IDictionary Properties = null, string QueryFileUri = null, - DataprocWorkflowTemplateJobsHiveJobQueryList QueryList = null, + DataprocWorkflowTemplateJobsHiveJobQueryListStruct QueryList = null, System.Collections.Generic.IDictionary ScriptVariables = null }; ``` @@ -1593,7 +1593,7 @@ new DataprocWorkflowTemplateJobsHiveJob { | JarFileUris | string[] | Optional. | | Properties | System.Collections.Generic.IDictionary | Optional. | | QueryFileUri | string | The HCFS URI of the script that contains Hive queries. | -| QueryList | DataprocWorkflowTemplateJobsHiveJobQueryList | query_list block. | +| QueryList | DataprocWorkflowTemplateJobsHiveJobQueryListStruct | query_list block. | | ScriptVariables | System.Collections.Generic.IDictionary | Optional. Mapping of query variable names to values (equivalent to the Hive command: `SET name="value";`). | --- @@ -1663,10 +1663,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ##### `QueryList`Optional ```csharp -public DataprocWorkflowTemplateJobsHiveJobQueryList QueryList { get; set; } +public DataprocWorkflowTemplateJobsHiveJobQueryListStruct QueryList { get; set; } ``` -- *Type:* DataprocWorkflowTemplateJobsHiveJobQueryList +- *Type:* DataprocWorkflowTemplateJobsHiveJobQueryListStruct query_list block. @@ -1688,14 +1688,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi --- -### DataprocWorkflowTemplateJobsHiveJobQueryList +### DataprocWorkflowTemplateJobsHiveJobQueryListStruct -#### Initializer +#### Initializer ```csharp using HashiCorp.Cdktf.Providers.Google; -new DataprocWorkflowTemplateJobsHiveJobQueryList { +new DataprocWorkflowTemplateJobsHiveJobQueryListStruct { string[] Queries }; ``` @@ -1704,11 +1704,11 @@ new DataprocWorkflowTemplateJobsHiveJobQueryList { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Queries | string[] | Required. | +| Queries | string[] | Required. | --- -##### `Queries`Required +##### `Queries`Required ```csharp public string[] Queries { get; set; } @@ -1737,7 +1737,7 @@ new DataprocWorkflowTemplateJobsPigJob { DataprocWorkflowTemplateJobsPigJobLoggingConfig LoggingConfig = null, System.Collections.Generic.IDictionary Properties = null, string QueryFileUri = null, - DataprocWorkflowTemplateJobsPigJobQueryList QueryList = null, + DataprocWorkflowTemplateJobsPigJobQueryListStruct QueryList = null, System.Collections.Generic.IDictionary ScriptVariables = null }; ``` @@ -1751,7 +1751,7 @@ new DataprocWorkflowTemplateJobsPigJob { | LoggingConfig | DataprocWorkflowTemplateJobsPigJobLoggingConfig | logging_config block. | | Properties | System.Collections.Generic.IDictionary | Optional. | | QueryFileUri | string | The HCFS URI of the script that contains the Pig queries. | -| QueryList | DataprocWorkflowTemplateJobsPigJobQueryList | query_list block. | +| QueryList | DataprocWorkflowTemplateJobsPigJobQueryListStruct | query_list block. | | ScriptVariables | System.Collections.Generic.IDictionary | Optional. Mapping of query variable names to values (equivalent to the Pig command: `name=[value]`). | --- @@ -1835,10 +1835,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ##### `QueryList`Optional ```csharp -public DataprocWorkflowTemplateJobsPigJobQueryList QueryList { get; set; } +public DataprocWorkflowTemplateJobsPigJobQueryListStruct QueryList { get; set; } ``` -- *Type:* DataprocWorkflowTemplateJobsPigJobQueryList +- *Type:* DataprocWorkflowTemplateJobsPigJobQueryListStruct query_list block. @@ -1896,14 +1896,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi --- -### DataprocWorkflowTemplateJobsPigJobQueryList +### DataprocWorkflowTemplateJobsPigJobQueryListStruct -#### Initializer +#### Initializer ```csharp using HashiCorp.Cdktf.Providers.Google; -new DataprocWorkflowTemplateJobsPigJobQueryList { +new DataprocWorkflowTemplateJobsPigJobQueryListStruct { string[] Queries }; ``` @@ -1912,11 +1912,11 @@ new DataprocWorkflowTemplateJobsPigJobQueryList { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Queries | string[] | Required. | +| Queries | string[] | Required. | --- -##### `Queries`Required +##### `Queries`Required ```csharp public string[] Queries { get; set; } @@ -1946,7 +1946,7 @@ new DataprocWorkflowTemplateJobsPrestoJob { string OutputFormat = null, System.Collections.Generic.IDictionary Properties = null, string QueryFileUri = null, - DataprocWorkflowTemplateJobsPrestoJobQueryList QueryList = null + DataprocWorkflowTemplateJobsPrestoJobQueryListStruct QueryList = null }; ``` @@ -1960,7 +1960,7 @@ new DataprocWorkflowTemplateJobsPrestoJob { | OutputFormat | string | Optional. The format in which query output will be displayed. See the Presto documentation for supported output formats. | | Properties | System.Collections.Generic.IDictionary | Optional. | | QueryFileUri | string | The HCFS URI of the script that contains SQL queries. | -| QueryList | DataprocWorkflowTemplateJobsPrestoJobQueryList | query_list block. | +| QueryList | DataprocWorkflowTemplateJobsPrestoJobQueryListStruct | query_list block. | --- @@ -2055,10 +2055,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ##### `QueryList`Optional ```csharp -public DataprocWorkflowTemplateJobsPrestoJobQueryList QueryList { get; set; } +public DataprocWorkflowTemplateJobsPrestoJobQueryListStruct QueryList { get; set; } ``` -- *Type:* DataprocWorkflowTemplateJobsPrestoJobQueryList +- *Type:* DataprocWorkflowTemplateJobsPrestoJobQueryListStruct query_list block. @@ -2102,14 +2102,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi --- -### DataprocWorkflowTemplateJobsPrestoJobQueryList +### DataprocWorkflowTemplateJobsPrestoJobQueryListStruct -#### Initializer +#### Initializer ```csharp using HashiCorp.Cdktf.Providers.Google; -new DataprocWorkflowTemplateJobsPrestoJobQueryList { +new DataprocWorkflowTemplateJobsPrestoJobQueryListStruct { string[] Queries }; ``` @@ -2118,11 +2118,11 @@ new DataprocWorkflowTemplateJobsPrestoJobQueryList { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Queries | string[] | Required. | +| Queries | string[] | Required. | --- -##### `Queries`Required +##### `Queries`Required ```csharp public string[] Queries { get; set; } @@ -2746,7 +2746,7 @@ new DataprocWorkflowTemplateJobsSparkSqlJob { DataprocWorkflowTemplateJobsSparkSqlJobLoggingConfig LoggingConfig = null, System.Collections.Generic.IDictionary Properties = null, string QueryFileUri = null, - DataprocWorkflowTemplateJobsSparkSqlJobQueryList QueryList = null, + DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct QueryList = null, System.Collections.Generic.IDictionary ScriptVariables = null }; ``` @@ -2759,7 +2759,7 @@ new DataprocWorkflowTemplateJobsSparkSqlJob { | LoggingConfig | DataprocWorkflowTemplateJobsSparkSqlJobLoggingConfig | logging_config block. | | Properties | System.Collections.Generic.IDictionary | Optional. | | QueryFileUri | string | The HCFS URI of the script that contains SQL queries. | -| QueryList | DataprocWorkflowTemplateJobsSparkSqlJobQueryList | query_list block. | +| QueryList | DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct | query_list block. | | ScriptVariables | System.Collections.Generic.IDictionary | Optional. Mapping of query variable names to values (equivalent to the Spark SQL command: SET `name="value";`). | --- @@ -2825,10 +2825,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ##### `QueryList`Optional ```csharp -public DataprocWorkflowTemplateJobsSparkSqlJobQueryList QueryList { get; set; } +public DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct QueryList { get; set; } ``` -- *Type:* DataprocWorkflowTemplateJobsSparkSqlJobQueryList +- *Type:* DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct query_list block. @@ -2886,14 +2886,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi --- -### DataprocWorkflowTemplateJobsSparkSqlJobQueryList +### DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct -#### Initializer +#### Initializer ```csharp using HashiCorp.Cdktf.Providers.Google; -new DataprocWorkflowTemplateJobsSparkSqlJobQueryList { +new DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct { string[] Queries }; ``` @@ -2902,11 +2902,11 @@ new DataprocWorkflowTemplateJobsSparkSqlJobQueryList { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Queries | string[] | Required. | +| Queries | string[] | Required. | --- -##### `Queries`Required +##### `Queries`Required ```csharp public string[] Queries { get; set; } @@ -6384,12 +6384,12 @@ Returns a reversible string representation. ##### `PutQueryList` ```csharp -private void PutQueryList(DataprocWorkflowTemplateJobsHiveJobQueryList Value) +private void PutQueryList(DataprocWorkflowTemplateJobsHiveJobQueryListStruct Value) ``` ###### `Value`Required -- *Type:* DataprocWorkflowTemplateJobsHiveJobQueryList +- *Type:* DataprocWorkflowTemplateJobsHiveJobQueryListStruct --- @@ -6436,12 +6436,12 @@ private void ResetScriptVariables() | --- | --- | --- | | CreationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | Fqn | string | *No description.* | -| QueryList | DataprocWorkflowTemplateJobsHiveJobQueryListOutputReference | *No description.* | +| QueryList | DataprocWorkflowTemplateJobsHiveJobQueryListStructOutputReference | *No description.* | | ContinueOnFailureInput | object | *No description.* | | JarFileUrisInput | string[] | *No description.* | | PropertiesInput | System.Collections.Generic.IDictionary | *No description.* | | QueryFileUriInput | string | *No description.* | -| QueryListInput | DataprocWorkflowTemplateJobsHiveJobQueryList | *No description.* | +| QueryListInput | DataprocWorkflowTemplateJobsHiveJobQueryListStruct | *No description.* | | ScriptVariablesInput | System.Collections.Generic.IDictionary | *No description.* | | ContinueOnFailure | object | *No description.* | | JarFileUris | string[] | *No description.* | @@ -6479,10 +6479,10 @@ public string Fqn { get; } ##### `QueryList`Required ```csharp -public DataprocWorkflowTemplateJobsHiveJobQueryListOutputReference QueryList { get; } +public DataprocWorkflowTemplateJobsHiveJobQueryListStructOutputReference QueryList { get; } ``` -- *Type:* DataprocWorkflowTemplateJobsHiveJobQueryListOutputReference +- *Type:* DataprocWorkflowTemplateJobsHiveJobQueryListStructOutputReference --- @@ -6529,10 +6529,10 @@ public string QueryFileUriInput { get; } ##### `QueryListInput`Optional ```csharp -public DataprocWorkflowTemplateJobsHiveJobQueryList QueryListInput { get; } +public DataprocWorkflowTemplateJobsHiveJobQueryListStruct QueryListInput { get; } ``` -- *Type:* DataprocWorkflowTemplateJobsHiveJobQueryList +- *Type:* DataprocWorkflowTemplateJobsHiveJobQueryListStruct --- @@ -6607,24 +6607,24 @@ public DataprocWorkflowTemplateJobsHiveJob InternalValue { get; } --- -### DataprocWorkflowTemplateJobsHiveJobQueryListOutputReference +### DataprocWorkflowTemplateJobsHiveJobQueryListStructOutputReference -#### Initializers +#### Initializers ```csharp using HashiCorp.Cdktf.Providers.Google; -new DataprocWorkflowTemplateJobsHiveJobQueryListOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute); +new DataprocWorkflowTemplateJobsHiveJobQueryListStructOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute); ``` | **Name** | **Type** | **Description** | | --- | --- | --- | -| TerraformResource | HashiCorp.Cdktf.IInterpolatingParent | The parent resource. | -| TerraformAttribute | string | The attribute on the parent resource this class is referencing. | +| TerraformResource | HashiCorp.Cdktf.IInterpolatingParent | The parent resource. | +| TerraformAttribute | string | The attribute on the parent resource this class is referencing. | --- -##### `TerraformResource`Required +##### `TerraformResource`Required - *Type:* HashiCorp.Cdktf.IInterpolatingParent @@ -6632,7 +6632,7 @@ The parent resource. --- -##### `TerraformAttribute`Required +##### `TerraformAttribute`Required - *Type:* string @@ -6644,149 +6644,149 @@ 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. | +| ComputeFqn | *No description.* | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | --- -##### `ComputeFqn` +##### `ComputeFqn` ```csharp private string ComputeFqn() ``` -##### `GetAnyMapAttribute` +##### `GetAnyMapAttribute` ```csharp private System.Collections.Generic.IDictionary GetAnyMapAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetBooleanAttribute` +##### `GetBooleanAttribute` ```csharp private IResolvable GetBooleanAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetBooleanMapAttribute` +##### `GetBooleanMapAttribute` ```csharp private System.Collections.Generic.IDictionary GetBooleanMapAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetListAttribute` +##### `GetListAttribute` ```csharp private string[] GetListAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetNumberAttribute` +##### `GetNumberAttribute` ```csharp private double GetNumberAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetNumberListAttribute` +##### `GetNumberListAttribute` ```csharp private double[] GetNumberListAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetNumberMapAttribute` +##### `GetNumberMapAttribute` ```csharp private System.Collections.Generic.IDictionary GetNumberMapAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetStringAttribute` +##### `GetStringAttribute` ```csharp private string GetStringAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetStringMapAttribute` +##### `GetStringMapAttribute` ```csharp private System.Collections.Generic.IDictionary GetStringMapAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `InterpolationForAttribute` +##### `InterpolationForAttribute` ```csharp private IResolvable InterpolationForAttribute(string Property) ``` -###### `Property`Required +###### `Property`Required - *Type:* string --- -##### `Resolve` +##### `Resolve` ```csharp private object Resolve(IResolveContext Context) @@ -6794,13 +6794,13 @@ private object Resolve(IResolveContext Context) Produce the Token's value at resolution time. -###### `Context`Required +###### `Context`Required - *Type:* HashiCorp.Cdktf.IResolveContext --- -##### `ToString` +##### `ToString` ```csharp private string ToString() @@ -6815,15 +6815,15 @@ 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.* | -| QueriesInput | string[] | *No description.* | -| Queries | string[] | *No description.* | -| InternalValue | DataprocWorkflowTemplateJobsHiveJobQueryList | *No description.* | +| CreationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | string | *No description.* | +| QueriesInput | string[] | *No description.* | +| Queries | string[] | *No description.* | +| InternalValue | DataprocWorkflowTemplateJobsHiveJobQueryListStruct | *No description.* | --- -##### `CreationStack`Required +##### `CreationStack`Required ```csharp public string[] CreationStack { get; } @@ -6837,7 +6837,7 @@ If this returns an empty array the stack will not be attached. --- -##### `Fqn`Required +##### `Fqn`Required ```csharp public string Fqn { get; } @@ -6847,7 +6847,7 @@ public string Fqn { get; } --- -##### `QueriesInput`Optional +##### `QueriesInput`Optional ```csharp public string[] QueriesInput { get; } @@ -6857,7 +6857,7 @@ public string[] QueriesInput { get; } --- -##### `Queries`Required +##### `Queries`Required ```csharp public string[] Queries { get; } @@ -6867,13 +6867,13 @@ public string[] Queries { get; } --- -##### `InternalValue`Optional +##### `InternalValue`Optional ```csharp -public DataprocWorkflowTemplateJobsHiveJobQueryList InternalValue { get; } +public DataprocWorkflowTemplateJobsHiveJobQueryListStruct InternalValue { get; } ``` -- *Type:* DataprocWorkflowTemplateJobsHiveJobQueryList +- *Type:* DataprocWorkflowTemplateJobsHiveJobQueryListStruct --- @@ -8251,12 +8251,12 @@ private void PutLoggingConfig(DataprocWorkflowTemplateJobsPigJobLoggingConfig Va ##### `PutQueryList` ```csharp -private void PutQueryList(DataprocWorkflowTemplateJobsPigJobQueryList Value) +private void PutQueryList(DataprocWorkflowTemplateJobsPigJobQueryListStruct Value) ``` ###### `Value`Required -- *Type:* DataprocWorkflowTemplateJobsPigJobQueryList +- *Type:* DataprocWorkflowTemplateJobsPigJobQueryListStruct --- @@ -8310,13 +8310,13 @@ private void ResetScriptVariables() | CreationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | Fqn | string | *No description.* | | LoggingConfig | DataprocWorkflowTemplateJobsPigJobLoggingConfigOutputReference | *No description.* | -| QueryList | DataprocWorkflowTemplateJobsPigJobQueryListOutputReference | *No description.* | +| QueryList | DataprocWorkflowTemplateJobsPigJobQueryListStructOutputReference | *No description.* | | ContinueOnFailureInput | object | *No description.* | | JarFileUrisInput | string[] | *No description.* | | LoggingConfigInput | DataprocWorkflowTemplateJobsPigJobLoggingConfig | *No description.* | | PropertiesInput | System.Collections.Generic.IDictionary | *No description.* | | QueryFileUriInput | string | *No description.* | -| QueryListInput | DataprocWorkflowTemplateJobsPigJobQueryList | *No description.* | +| QueryListInput | DataprocWorkflowTemplateJobsPigJobQueryListStruct | *No description.* | | ScriptVariablesInput | System.Collections.Generic.IDictionary | *No description.* | | ContinueOnFailure | object | *No description.* | | JarFileUris | string[] | *No description.* | @@ -8364,10 +8364,10 @@ public DataprocWorkflowTemplateJobsPigJobLoggingConfigOutputReference LoggingCon ##### `QueryList`Required ```csharp -public DataprocWorkflowTemplateJobsPigJobQueryListOutputReference QueryList { get; } +public DataprocWorkflowTemplateJobsPigJobQueryListStructOutputReference QueryList { get; } ``` -- *Type:* DataprocWorkflowTemplateJobsPigJobQueryListOutputReference +- *Type:* DataprocWorkflowTemplateJobsPigJobQueryListStructOutputReference --- @@ -8424,10 +8424,10 @@ public string QueryFileUriInput { get; } ##### `QueryListInput`Optional ```csharp -public DataprocWorkflowTemplateJobsPigJobQueryList QueryListInput { get; } +public DataprocWorkflowTemplateJobsPigJobQueryListStruct QueryListInput { get; } ``` -- *Type:* DataprocWorkflowTemplateJobsPigJobQueryList +- *Type:* DataprocWorkflowTemplateJobsPigJobQueryListStruct --- @@ -8502,24 +8502,24 @@ public DataprocWorkflowTemplateJobsPigJob InternalValue { get; } --- -### DataprocWorkflowTemplateJobsPigJobQueryListOutputReference +### DataprocWorkflowTemplateJobsPigJobQueryListStructOutputReference -#### Initializers +#### Initializers ```csharp using HashiCorp.Cdktf.Providers.Google; -new DataprocWorkflowTemplateJobsPigJobQueryListOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute); +new DataprocWorkflowTemplateJobsPigJobQueryListStructOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute); ``` | **Name** | **Type** | **Description** | | --- | --- | --- | -| TerraformResource | HashiCorp.Cdktf.IInterpolatingParent | The parent resource. | -| TerraformAttribute | string | The attribute on the parent resource this class is referencing. | +| TerraformResource | HashiCorp.Cdktf.IInterpolatingParent | The parent resource. | +| TerraformAttribute | string | The attribute on the parent resource this class is referencing. | --- -##### `TerraformResource`Required +##### `TerraformResource`Required - *Type:* HashiCorp.Cdktf.IInterpolatingParent @@ -8527,7 +8527,7 @@ The parent resource. --- -##### `TerraformAttribute`Required +##### `TerraformAttribute`Required - *Type:* string @@ -8539,149 +8539,149 @@ 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. | +| ComputeFqn | *No description.* | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | --- -##### `ComputeFqn` +##### `ComputeFqn` ```csharp private string ComputeFqn() ``` -##### `GetAnyMapAttribute` +##### `GetAnyMapAttribute` ```csharp private System.Collections.Generic.IDictionary GetAnyMapAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetBooleanAttribute` +##### `GetBooleanAttribute` ```csharp private IResolvable GetBooleanAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetBooleanMapAttribute` +##### `GetBooleanMapAttribute` ```csharp private System.Collections.Generic.IDictionary GetBooleanMapAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetListAttribute` +##### `GetListAttribute` ```csharp private string[] GetListAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetNumberAttribute` +##### `GetNumberAttribute` ```csharp private double GetNumberAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetNumberListAttribute` +##### `GetNumberListAttribute` ```csharp private double[] GetNumberListAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetNumberMapAttribute` +##### `GetNumberMapAttribute` ```csharp private System.Collections.Generic.IDictionary GetNumberMapAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetStringAttribute` +##### `GetStringAttribute` ```csharp private string GetStringAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetStringMapAttribute` +##### `GetStringMapAttribute` ```csharp private System.Collections.Generic.IDictionary GetStringMapAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `InterpolationForAttribute` +##### `InterpolationForAttribute` ```csharp private IResolvable InterpolationForAttribute(string Property) ``` -###### `Property`Required +###### `Property`Required - *Type:* string --- -##### `Resolve` +##### `Resolve` ```csharp private object Resolve(IResolveContext Context) @@ -8689,13 +8689,13 @@ private object Resolve(IResolveContext Context) Produce the Token's value at resolution time. -###### `Context`Required +###### `Context`Required - *Type:* HashiCorp.Cdktf.IResolveContext --- -##### `ToString` +##### `ToString` ```csharp private string ToString() @@ -8710,15 +8710,15 @@ 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.* | -| QueriesInput | string[] | *No description.* | -| Queries | string[] | *No description.* | -| InternalValue | DataprocWorkflowTemplateJobsPigJobQueryList | *No description.* | +| CreationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | string | *No description.* | +| QueriesInput | string[] | *No description.* | +| Queries | string[] | *No description.* | +| InternalValue | DataprocWorkflowTemplateJobsPigJobQueryListStruct | *No description.* | --- -##### `CreationStack`Required +##### `CreationStack`Required ```csharp public string[] CreationStack { get; } @@ -8732,7 +8732,7 @@ If this returns an empty array the stack will not be attached. --- -##### `Fqn`Required +##### `Fqn`Required ```csharp public string Fqn { get; } @@ -8742,7 +8742,7 @@ public string Fqn { get; } --- -##### `QueriesInput`Optional +##### `QueriesInput`Optional ```csharp public string[] QueriesInput { get; } @@ -8752,7 +8752,7 @@ public string[] QueriesInput { get; } --- -##### `Queries`Required +##### `Queries`Required ```csharp public string[] Queries { get; } @@ -8762,13 +8762,13 @@ public string[] Queries { get; } --- -##### `InternalValue`Optional +##### `InternalValue`Optional ```csharp -public DataprocWorkflowTemplateJobsPigJobQueryList InternalValue { get; } +public DataprocWorkflowTemplateJobsPigJobQueryListStruct InternalValue { get; } ``` -- *Type:* DataprocWorkflowTemplateJobsPigJobQueryList +- *Type:* DataprocWorkflowTemplateJobsPigJobQueryListStruct --- @@ -9278,12 +9278,12 @@ private void PutLoggingConfig(DataprocWorkflowTemplateJobsPrestoJobLoggingConfig ##### `PutQueryList` ```csharp -private void PutQueryList(DataprocWorkflowTemplateJobsPrestoJobQueryList Value) +private void PutQueryList(DataprocWorkflowTemplateJobsPrestoJobQueryListStruct Value) ``` ###### `Value`Required -- *Type:* DataprocWorkflowTemplateJobsPrestoJobQueryList +- *Type:* DataprocWorkflowTemplateJobsPrestoJobQueryListStruct --- @@ -9337,14 +9337,14 @@ private void ResetQueryList() | CreationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | Fqn | string | *No description.* | | LoggingConfig | DataprocWorkflowTemplateJobsPrestoJobLoggingConfigOutputReference | *No description.* | -| QueryList | DataprocWorkflowTemplateJobsPrestoJobQueryListOutputReference | *No description.* | +| QueryList | DataprocWorkflowTemplateJobsPrestoJobQueryListStructOutputReference | *No description.* | | ClientTagsInput | string[] | *No description.* | | ContinueOnFailureInput | object | *No description.* | | LoggingConfigInput | DataprocWorkflowTemplateJobsPrestoJobLoggingConfig | *No description.* | | OutputFormatInput | string | *No description.* | | PropertiesInput | System.Collections.Generic.IDictionary | *No description.* | | QueryFileUriInput | string | *No description.* | -| QueryListInput | DataprocWorkflowTemplateJobsPrestoJobQueryList | *No description.* | +| QueryListInput | DataprocWorkflowTemplateJobsPrestoJobQueryListStruct | *No description.* | | ClientTags | string[] | *No description.* | | ContinueOnFailure | object | *No description.* | | OutputFormat | string | *No description.* | @@ -9391,10 +9391,10 @@ public DataprocWorkflowTemplateJobsPrestoJobLoggingConfigOutputReference Logging ##### `QueryList`Required ```csharp -public DataprocWorkflowTemplateJobsPrestoJobQueryListOutputReference QueryList { get; } +public DataprocWorkflowTemplateJobsPrestoJobQueryListStructOutputReference QueryList { get; } ``` -- *Type:* DataprocWorkflowTemplateJobsPrestoJobQueryListOutputReference +- *Type:* DataprocWorkflowTemplateJobsPrestoJobQueryListStructOutputReference --- @@ -9461,10 +9461,10 @@ public string QueryFileUriInput { get; } ##### `QueryListInput`Optional ```csharp -public DataprocWorkflowTemplateJobsPrestoJobQueryList QueryListInput { get; } +public DataprocWorkflowTemplateJobsPrestoJobQueryListStruct QueryListInput { get; } ``` -- *Type:* DataprocWorkflowTemplateJobsPrestoJobQueryList +- *Type:* DataprocWorkflowTemplateJobsPrestoJobQueryListStruct --- @@ -9529,24 +9529,24 @@ public DataprocWorkflowTemplateJobsPrestoJob InternalValue { get; } --- -### DataprocWorkflowTemplateJobsPrestoJobQueryListOutputReference +### DataprocWorkflowTemplateJobsPrestoJobQueryListStructOutputReference -#### Initializers +#### Initializers ```csharp using HashiCorp.Cdktf.Providers.Google; -new DataprocWorkflowTemplateJobsPrestoJobQueryListOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute); +new DataprocWorkflowTemplateJobsPrestoJobQueryListStructOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute); ``` | **Name** | **Type** | **Description** | | --- | --- | --- | -| TerraformResource | HashiCorp.Cdktf.IInterpolatingParent | The parent resource. | -| TerraformAttribute | string | The attribute on the parent resource this class is referencing. | +| TerraformResource | HashiCorp.Cdktf.IInterpolatingParent | The parent resource. | +| TerraformAttribute | string | The attribute on the parent resource this class is referencing. | --- -##### `TerraformResource`Required +##### `TerraformResource`Required - *Type:* HashiCorp.Cdktf.IInterpolatingParent @@ -9554,7 +9554,7 @@ The parent resource. --- -##### `TerraformAttribute`Required +##### `TerraformAttribute`Required - *Type:* string @@ -9566,149 +9566,149 @@ 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. | +| ComputeFqn | *No description.* | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | --- -##### `ComputeFqn` +##### `ComputeFqn` ```csharp private string ComputeFqn() ``` -##### `GetAnyMapAttribute` +##### `GetAnyMapAttribute` ```csharp private System.Collections.Generic.IDictionary GetAnyMapAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetBooleanAttribute` +##### `GetBooleanAttribute` ```csharp private IResolvable GetBooleanAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetBooleanMapAttribute` +##### `GetBooleanMapAttribute` ```csharp private System.Collections.Generic.IDictionary GetBooleanMapAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetListAttribute` +##### `GetListAttribute` ```csharp private string[] GetListAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetNumberAttribute` +##### `GetNumberAttribute` ```csharp private double GetNumberAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetNumberListAttribute` +##### `GetNumberListAttribute` ```csharp private double[] GetNumberListAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetNumberMapAttribute` +##### `GetNumberMapAttribute` ```csharp private System.Collections.Generic.IDictionary GetNumberMapAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetStringAttribute` +##### `GetStringAttribute` ```csharp private string GetStringAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetStringMapAttribute` +##### `GetStringMapAttribute` ```csharp private System.Collections.Generic.IDictionary GetStringMapAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `InterpolationForAttribute` +##### `InterpolationForAttribute` ```csharp private IResolvable InterpolationForAttribute(string Property) ``` -###### `Property`Required +###### `Property`Required - *Type:* string --- -##### `Resolve` +##### `Resolve` ```csharp private object Resolve(IResolveContext Context) @@ -9716,13 +9716,13 @@ private object Resolve(IResolveContext Context) Produce the Token's value at resolution time. -###### `Context`Required +###### `Context`Required - *Type:* HashiCorp.Cdktf.IResolveContext --- -##### `ToString` +##### `ToString` ```csharp private string ToString() @@ -9737,15 +9737,15 @@ 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.* | -| QueriesInput | string[] | *No description.* | -| Queries | string[] | *No description.* | -| InternalValue | DataprocWorkflowTemplateJobsPrestoJobQueryList | *No description.* | +| CreationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | string | *No description.* | +| QueriesInput | string[] | *No description.* | +| Queries | string[] | *No description.* | +| InternalValue | DataprocWorkflowTemplateJobsPrestoJobQueryListStruct | *No description.* | --- -##### `CreationStack`Required +##### `CreationStack`Required ```csharp public string[] CreationStack { get; } @@ -9759,7 +9759,7 @@ If this returns an empty array the stack will not be attached. --- -##### `Fqn`Required +##### `Fqn`Required ```csharp public string Fqn { get; } @@ -9769,7 +9769,7 @@ public string Fqn { get; } --- -##### `QueriesInput`Optional +##### `QueriesInput`Optional ```csharp public string[] QueriesInput { get; } @@ -9779,7 +9779,7 @@ public string[] QueriesInput { get; } --- -##### `Queries`Required +##### `Queries`Required ```csharp public string[] Queries { get; } @@ -9789,13 +9789,13 @@ public string[] Queries { get; } --- -##### `InternalValue`Optional +##### `InternalValue`Optional ```csharp -public DataprocWorkflowTemplateJobsPrestoJobQueryList InternalValue { get; } +public DataprocWorkflowTemplateJobsPrestoJobQueryListStruct InternalValue { get; } ``` -- *Type:* DataprocWorkflowTemplateJobsPrestoJobQueryList +- *Type:* DataprocWorkflowTemplateJobsPrestoJobQueryListStruct --- @@ -12855,12 +12855,12 @@ private void PutLoggingConfig(DataprocWorkflowTemplateJobsSparkSqlJobLoggingConf ##### `PutQueryList` ```csharp -private void PutQueryList(DataprocWorkflowTemplateJobsSparkSqlJobQueryList Value) +private void PutQueryList(DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct Value) ``` ###### `Value`Required -- *Type:* DataprocWorkflowTemplateJobsSparkSqlJobQueryList +- *Type:* DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct --- @@ -12908,12 +12908,12 @@ private void ResetScriptVariables() | CreationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | Fqn | string | *No description.* | | LoggingConfig | DataprocWorkflowTemplateJobsSparkSqlJobLoggingConfigOutputReference | *No description.* | -| QueryList | DataprocWorkflowTemplateJobsSparkSqlJobQueryListOutputReference | *No description.* | +| QueryList | DataprocWorkflowTemplateJobsSparkSqlJobQueryListStructOutputReference | *No description.* | | JarFileUrisInput | string[] | *No description.* | | LoggingConfigInput | DataprocWorkflowTemplateJobsSparkSqlJobLoggingConfig | *No description.* | | PropertiesInput | System.Collections.Generic.IDictionary | *No description.* | | QueryFileUriInput | string | *No description.* | -| QueryListInput | DataprocWorkflowTemplateJobsSparkSqlJobQueryList | *No description.* | +| QueryListInput | DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct | *No description.* | | ScriptVariablesInput | System.Collections.Generic.IDictionary | *No description.* | | JarFileUris | string[] | *No description.* | | Properties | System.Collections.Generic.IDictionary | *No description.* | @@ -12960,10 +12960,10 @@ public DataprocWorkflowTemplateJobsSparkSqlJobLoggingConfigOutputReference Loggi ##### `QueryList`Required ```csharp -public DataprocWorkflowTemplateJobsSparkSqlJobQueryListOutputReference QueryList { get; } +public DataprocWorkflowTemplateJobsSparkSqlJobQueryListStructOutputReference QueryList { get; } ``` -- *Type:* DataprocWorkflowTemplateJobsSparkSqlJobQueryListOutputReference +- *Type:* DataprocWorkflowTemplateJobsSparkSqlJobQueryListStructOutputReference --- @@ -13010,10 +13010,10 @@ public string QueryFileUriInput { get; } ##### `QueryListInput`Optional ```csharp -public DataprocWorkflowTemplateJobsSparkSqlJobQueryList QueryListInput { get; } +public DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct QueryListInput { get; } ``` -- *Type:* DataprocWorkflowTemplateJobsSparkSqlJobQueryList +- *Type:* DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct --- @@ -13078,24 +13078,24 @@ public DataprocWorkflowTemplateJobsSparkSqlJob InternalValue { get; } --- -### DataprocWorkflowTemplateJobsSparkSqlJobQueryListOutputReference +### DataprocWorkflowTemplateJobsSparkSqlJobQueryListStructOutputReference -#### Initializers +#### Initializers ```csharp using HashiCorp.Cdktf.Providers.Google; -new DataprocWorkflowTemplateJobsSparkSqlJobQueryListOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute); +new DataprocWorkflowTemplateJobsSparkSqlJobQueryListStructOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute); ``` | **Name** | **Type** | **Description** | | --- | --- | --- | -| TerraformResource | HashiCorp.Cdktf.IInterpolatingParent | The parent resource. | -| TerraformAttribute | string | The attribute on the parent resource this class is referencing. | +| TerraformResource | HashiCorp.Cdktf.IInterpolatingParent | The parent resource. | +| TerraformAttribute | string | The attribute on the parent resource this class is referencing. | --- -##### `TerraformResource`Required +##### `TerraformResource`Required - *Type:* HashiCorp.Cdktf.IInterpolatingParent @@ -13103,7 +13103,7 @@ The parent resource. --- -##### `TerraformAttribute`Required +##### `TerraformAttribute`Required - *Type:* string @@ -13115,149 +13115,149 @@ 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. | +| ComputeFqn | *No description.* | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | --- -##### `ComputeFqn` +##### `ComputeFqn` ```csharp private string ComputeFqn() ``` -##### `GetAnyMapAttribute` +##### `GetAnyMapAttribute` ```csharp private System.Collections.Generic.IDictionary GetAnyMapAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetBooleanAttribute` +##### `GetBooleanAttribute` ```csharp private IResolvable GetBooleanAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetBooleanMapAttribute` +##### `GetBooleanMapAttribute` ```csharp private System.Collections.Generic.IDictionary GetBooleanMapAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetListAttribute` +##### `GetListAttribute` ```csharp private string[] GetListAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetNumberAttribute` +##### `GetNumberAttribute` ```csharp private double GetNumberAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetNumberListAttribute` +##### `GetNumberListAttribute` ```csharp private double[] GetNumberListAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetNumberMapAttribute` +##### `GetNumberMapAttribute` ```csharp private System.Collections.Generic.IDictionary GetNumberMapAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetStringAttribute` +##### `GetStringAttribute` ```csharp private string GetStringAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `GetStringMapAttribute` +##### `GetStringMapAttribute` ```csharp private System.Collections.Generic.IDictionary GetStringMapAttribute(string TerraformAttribute) ``` -###### `TerraformAttribute`Required +###### `TerraformAttribute`Required - *Type:* string --- -##### `InterpolationForAttribute` +##### `InterpolationForAttribute` ```csharp private IResolvable InterpolationForAttribute(string Property) ``` -###### `Property`Required +###### `Property`Required - *Type:* string --- -##### `Resolve` +##### `Resolve` ```csharp private object Resolve(IResolveContext Context) @@ -13265,13 +13265,13 @@ private object Resolve(IResolveContext Context) Produce the Token's value at resolution time. -###### `Context`Required +###### `Context`Required - *Type:* HashiCorp.Cdktf.IResolveContext --- -##### `ToString` +##### `ToString` ```csharp private string ToString() @@ -13286,15 +13286,15 @@ 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.* | -| QueriesInput | string[] | *No description.* | -| Queries | string[] | *No description.* | -| InternalValue | DataprocWorkflowTemplateJobsSparkSqlJobQueryList | *No description.* | +| CreationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | string | *No description.* | +| QueriesInput | string[] | *No description.* | +| Queries | string[] | *No description.* | +| InternalValue | DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct | *No description.* | --- -##### `CreationStack`Required +##### `CreationStack`Required ```csharp public string[] CreationStack { get; } @@ -13308,7 +13308,7 @@ If this returns an empty array the stack will not be attached. --- -##### `Fqn`Required +##### `Fqn`Required ```csharp public string Fqn { get; } @@ -13318,7 +13318,7 @@ public string Fqn { get; } --- -##### `QueriesInput`Optional +##### `QueriesInput`Optional ```csharp public string[] QueriesInput { get; } @@ -13328,7 +13328,7 @@ public string[] QueriesInput { get; } --- -##### `Queries`Required +##### `Queries`Required ```csharp public string[] Queries { get; } @@ -13338,13 +13338,13 @@ public string[] Queries { get; } --- -##### `InternalValue`Optional +##### `InternalValue`Optional ```csharp -public DataprocWorkflowTemplateJobsSparkSqlJobQueryList InternalValue { get; } +public DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct InternalValue { get; } ``` -- *Type:* DataprocWorkflowTemplateJobsSparkSqlJobQueryList +- *Type:* DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct --- diff --git a/docs/dataprocWorkflowTemplate.go.md b/docs/dataprocWorkflowTemplate.go.md index e7c1626b1f1..f14bf223228 100644 --- a/docs/dataprocWorkflowTemplate.go.md +++ b/docs/dataprocWorkflowTemplate.go.md @@ -1580,7 +1580,7 @@ import "github.com/cdktf/cdktf-provider-google-go/google/v7/dataprocworkflowtemp JarFileUris: *[]*string, Properties: *map[string]*string, QueryFileUri: *string, - QueryList: github.com/cdktf/cdktf-provider-google-go/google/v7.dataprocWorkflowTemplate.DataprocWorkflowTemplateJobsHiveJobQueryList, + QueryList: github.com/cdktf/cdktf-provider-google-go/google/v7.dataprocWorkflowTemplate.DataprocWorkflowTemplateJobsHiveJobQueryListStruct, ScriptVariables: *map[string]*string, } ``` @@ -1593,7 +1593,7 @@ import "github.com/cdktf/cdktf-provider-google-go/google/v7/dataprocworkflowtemp | JarFileUris | *[]*string | Optional. | | Properties | *map[string]*string | Optional. | | QueryFileUri | *string | The HCFS URI of the script that contains Hive queries. | -| QueryList | DataprocWorkflowTemplateJobsHiveJobQueryList | query_list block. | +| QueryList | DataprocWorkflowTemplateJobsHiveJobQueryListStruct | query_list block. | | ScriptVariables | *map[string]*string | Optional. Mapping of query variable names to values (equivalent to the Hive command: `SET name="value";`). | --- @@ -1663,10 +1663,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ##### `QueryList`Optional ```go -QueryList DataprocWorkflowTemplateJobsHiveJobQueryList +QueryList DataprocWorkflowTemplateJobsHiveJobQueryListStruct ``` -- *Type:* DataprocWorkflowTemplateJobsHiveJobQueryList +- *Type:* DataprocWorkflowTemplateJobsHiveJobQueryListStruct query_list block. @@ -1688,14 +1688,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi --- -### DataprocWorkflowTemplateJobsHiveJobQueryList +### DataprocWorkflowTemplateJobsHiveJobQueryListStruct -#### Initializer +#### Initializer ```go import "github.com/cdktf/cdktf-provider-google-go/google/v7/dataprocworkflowtemplate" -&dataprocworkflowtemplate.DataprocWorkflowTemplateJobsHiveJobQueryList { +&dataprocworkflowtemplate.DataprocWorkflowTemplateJobsHiveJobQueryListStruct { Queries: *[]*string, } ``` @@ -1704,11 +1704,11 @@ import "github.com/cdktf/cdktf-provider-google-go/google/v7/dataprocworkflowtemp | **Name** | **Type** | **Description** | | --- | --- | --- | -| Queries | *[]*string | Required. | +| Queries | *[]*string | Required. | --- -##### `Queries`Required +##### `Queries`Required ```go Queries *[]*string @@ -1737,7 +1737,7 @@ import "github.com/cdktf/cdktf-provider-google-go/google/v7/dataprocworkflowtemp LoggingConfig: github.com/cdktf/cdktf-provider-google-go/google/v7.dataprocWorkflowTemplate.DataprocWorkflowTemplateJobsPigJobLoggingConfig, Properties: *map[string]*string, QueryFileUri: *string, - QueryList: github.com/cdktf/cdktf-provider-google-go/google/v7.dataprocWorkflowTemplate.DataprocWorkflowTemplateJobsPigJobQueryList, + QueryList: github.com/cdktf/cdktf-provider-google-go/google/v7.dataprocWorkflowTemplate.DataprocWorkflowTemplateJobsPigJobQueryListStruct, ScriptVariables: *map[string]*string, } ``` @@ -1751,7 +1751,7 @@ import "github.com/cdktf/cdktf-provider-google-go/google/v7/dataprocworkflowtemp | LoggingConfig | DataprocWorkflowTemplateJobsPigJobLoggingConfig | logging_config block. | | Properties | *map[string]*string | Optional. | | QueryFileUri | *string | The HCFS URI of the script that contains the Pig queries. | -| QueryList | DataprocWorkflowTemplateJobsPigJobQueryList | query_list block. | +| QueryList | DataprocWorkflowTemplateJobsPigJobQueryListStruct | query_list block. | | ScriptVariables | *map[string]*string | Optional. Mapping of query variable names to values (equivalent to the Pig command: `name=[value]`). | --- @@ -1835,10 +1835,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ##### `QueryList`Optional ```go -QueryList DataprocWorkflowTemplateJobsPigJobQueryList +QueryList DataprocWorkflowTemplateJobsPigJobQueryListStruct ``` -- *Type:* DataprocWorkflowTemplateJobsPigJobQueryList +- *Type:* DataprocWorkflowTemplateJobsPigJobQueryListStruct query_list block. @@ -1896,14 +1896,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi --- -### DataprocWorkflowTemplateJobsPigJobQueryList +### DataprocWorkflowTemplateJobsPigJobQueryListStruct -#### Initializer +#### Initializer ```go import "github.com/cdktf/cdktf-provider-google-go/google/v7/dataprocworkflowtemplate" -&dataprocworkflowtemplate.DataprocWorkflowTemplateJobsPigJobQueryList { +&dataprocworkflowtemplate.DataprocWorkflowTemplateJobsPigJobQueryListStruct { Queries: *[]*string, } ``` @@ -1912,11 +1912,11 @@ import "github.com/cdktf/cdktf-provider-google-go/google/v7/dataprocworkflowtemp | **Name** | **Type** | **Description** | | --- | --- | --- | -| Queries | *[]*string | Required. | +| Queries | *[]*string | Required. | --- -##### `Queries`Required +##### `Queries`Required ```go Queries *[]*string @@ -1946,7 +1946,7 @@ import "github.com/cdktf/cdktf-provider-google-go/google/v7/dataprocworkflowtemp OutputFormat: *string, Properties: *map[string]*string, QueryFileUri: *string, - QueryList: github.com/cdktf/cdktf-provider-google-go/google/v7.dataprocWorkflowTemplate.DataprocWorkflowTemplateJobsPrestoJobQueryList, + QueryList: github.com/cdktf/cdktf-provider-google-go/google/v7.dataprocWorkflowTemplate.DataprocWorkflowTemplateJobsPrestoJobQueryListStruct, } ``` @@ -1960,7 +1960,7 @@ import "github.com/cdktf/cdktf-provider-google-go/google/v7/dataprocworkflowtemp | OutputFormat | *string | Optional. The format in which query output will be displayed. See the Presto documentation for supported output formats. | | Properties | *map[string]*string | Optional. | | QueryFileUri | *string | The HCFS URI of the script that contains SQL queries. | -| QueryList | DataprocWorkflowTemplateJobsPrestoJobQueryList | query_list block. | +| QueryList | DataprocWorkflowTemplateJobsPrestoJobQueryListStruct | query_list block. | --- @@ -2055,10 +2055,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ##### `QueryList`Optional ```go -QueryList DataprocWorkflowTemplateJobsPrestoJobQueryList +QueryList DataprocWorkflowTemplateJobsPrestoJobQueryListStruct ``` -- *Type:* DataprocWorkflowTemplateJobsPrestoJobQueryList +- *Type:* DataprocWorkflowTemplateJobsPrestoJobQueryListStruct query_list block. @@ -2102,14 +2102,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi --- -### DataprocWorkflowTemplateJobsPrestoJobQueryList +### DataprocWorkflowTemplateJobsPrestoJobQueryListStruct -#### Initializer +#### Initializer ```go import "github.com/cdktf/cdktf-provider-google-go/google/v7/dataprocworkflowtemplate" -&dataprocworkflowtemplate.DataprocWorkflowTemplateJobsPrestoJobQueryList { +&dataprocworkflowtemplate.DataprocWorkflowTemplateJobsPrestoJobQueryListStruct { Queries: *[]*string, } ``` @@ -2118,11 +2118,11 @@ import "github.com/cdktf/cdktf-provider-google-go/google/v7/dataprocworkflowtemp | **Name** | **Type** | **Description** | | --- | --- | --- | -| Queries | *[]*string | Required. | +| Queries | *[]*string | Required. | --- -##### `Queries`Required +##### `Queries`Required ```go Queries *[]*string @@ -2746,7 +2746,7 @@ import "github.com/cdktf/cdktf-provider-google-go/google/v7/dataprocworkflowtemp LoggingConfig: github.com/cdktf/cdktf-provider-google-go/google/v7.dataprocWorkflowTemplate.DataprocWorkflowTemplateJobsSparkSqlJobLoggingConfig, Properties: *map[string]*string, QueryFileUri: *string, - QueryList: github.com/cdktf/cdktf-provider-google-go/google/v7.dataprocWorkflowTemplate.DataprocWorkflowTemplateJobsSparkSqlJobQueryList, + QueryList: github.com/cdktf/cdktf-provider-google-go/google/v7.dataprocWorkflowTemplate.DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct, ScriptVariables: *map[string]*string, } ``` @@ -2759,7 +2759,7 @@ import "github.com/cdktf/cdktf-provider-google-go/google/v7/dataprocworkflowtemp | LoggingConfig | DataprocWorkflowTemplateJobsSparkSqlJobLoggingConfig | logging_config block. | | Properties | *map[string]*string | Optional. | | QueryFileUri | *string | The HCFS URI of the script that contains SQL queries. | -| QueryList | DataprocWorkflowTemplateJobsSparkSqlJobQueryList | query_list block. | +| QueryList | DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct | query_list block. | | ScriptVariables | *map[string]*string | Optional. Mapping of query variable names to values (equivalent to the Spark SQL command: SET `name="value";`). | --- @@ -2825,10 +2825,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ##### `QueryList`Optional ```go -QueryList DataprocWorkflowTemplateJobsSparkSqlJobQueryList +QueryList DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct ``` -- *Type:* DataprocWorkflowTemplateJobsSparkSqlJobQueryList +- *Type:* DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct query_list block. @@ -2886,14 +2886,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi --- -### DataprocWorkflowTemplateJobsSparkSqlJobQueryList +### DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct -#### Initializer +#### Initializer ```go import "github.com/cdktf/cdktf-provider-google-go/google/v7/dataprocworkflowtemplate" -&dataprocworkflowtemplate.DataprocWorkflowTemplateJobsSparkSqlJobQueryList { +&dataprocworkflowtemplate.DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct { Queries: *[]*string, } ``` @@ -2902,11 +2902,11 @@ import "github.com/cdktf/cdktf-provider-google-go/google/v7/dataprocworkflowtemp | **Name** | **Type** | **Description** | | --- | --- | --- | -| Queries | *[]*string | Required. | +| Queries | *[]*string | Required. | --- -##### `Queries`Required +##### `Queries`Required ```go Queries *[]*string @@ -6384,12 +6384,12 @@ Returns a reversible string representation. ##### `PutQueryList` ```go -func PutQueryList(value DataprocWorkflowTemplateJobsHiveJobQueryList) +func PutQueryList(value DataprocWorkflowTemplateJobsHiveJobQueryListStruct) ``` ###### `value`Required -- *Type:* DataprocWorkflowTemplateJobsHiveJobQueryList +- *Type:* DataprocWorkflowTemplateJobsHiveJobQueryListStruct --- @@ -6436,12 +6436,12 @@ func ResetScriptVariables() | --- | --- | --- | | CreationStack | *[]*string | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | Fqn | *string | *No description.* | -| QueryList | DataprocWorkflowTemplateJobsHiveJobQueryListOutputReference | *No description.* | +| QueryList | DataprocWorkflowTemplateJobsHiveJobQueryListStructOutputReference | *No description.* | | ContinueOnFailureInput | interface{} | *No description.* | | JarFileUrisInput | *[]*string | *No description.* | | PropertiesInput | *map[string]*string | *No description.* | | QueryFileUriInput | *string | *No description.* | -| QueryListInput | DataprocWorkflowTemplateJobsHiveJobQueryList | *No description.* | +| QueryListInput | DataprocWorkflowTemplateJobsHiveJobQueryListStruct | *No description.* | | ScriptVariablesInput | *map[string]*string | *No description.* | | ContinueOnFailure | interface{} | *No description.* | | JarFileUris | *[]*string | *No description.* | @@ -6479,10 +6479,10 @@ func Fqn() *string ##### `QueryList`Required ```go -func QueryList() DataprocWorkflowTemplateJobsHiveJobQueryListOutputReference +func QueryList() DataprocWorkflowTemplateJobsHiveJobQueryListStructOutputReference ``` -- *Type:* DataprocWorkflowTemplateJobsHiveJobQueryListOutputReference +- *Type:* DataprocWorkflowTemplateJobsHiveJobQueryListStructOutputReference --- @@ -6529,10 +6529,10 @@ func QueryFileUriInput() *string ##### `QueryListInput`Optional ```go -func QueryListInput() DataprocWorkflowTemplateJobsHiveJobQueryList +func QueryListInput() DataprocWorkflowTemplateJobsHiveJobQueryListStruct ``` -- *Type:* DataprocWorkflowTemplateJobsHiveJobQueryList +- *Type:* DataprocWorkflowTemplateJobsHiveJobQueryListStruct --- @@ -6607,24 +6607,24 @@ func InternalValue() DataprocWorkflowTemplateJobsHiveJob --- -### DataprocWorkflowTemplateJobsHiveJobQueryListOutputReference +### DataprocWorkflowTemplateJobsHiveJobQueryListStructOutputReference -#### Initializers +#### Initializers ```go import "github.com/cdktf/cdktf-provider-google-go/google/v7/dataprocworkflowtemplate" -dataprocworkflowtemplate.NewDataprocWorkflowTemplateJobsHiveJobQueryListOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataprocWorkflowTemplateJobsHiveJobQueryListOutputReference +dataprocworkflowtemplate.NewDataprocWorkflowTemplateJobsHiveJobQueryListStructOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataprocWorkflowTemplateJobsHiveJobQueryListStructOutputReference ``` | **Name** | **Type** | **Description** | | --- | --- | --- | -| terraformResource | github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | *string | The attribute on the parent resource this class is referencing. | +| terraformResource | github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | *string | The attribute on the parent resource this class is referencing. | --- -##### `terraformResource`Required +##### `terraformResource`Required - *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent @@ -6632,7 +6632,7 @@ The parent resource. --- -##### `terraformAttribute`Required +##### `terraformAttribute`Required - *Type:* *string @@ -6644,149 +6644,149 @@ 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. | +| ComputeFqn | *No description.* | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | --- -##### `ComputeFqn` +##### `ComputeFqn` ```go func ComputeFqn() *string ``` -##### `GetAnyMapAttribute` +##### `GetAnyMapAttribute` ```go func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetBooleanAttribute` +##### `GetBooleanAttribute` ```go func GetBooleanAttribute(terraformAttribute *string) IResolvable ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetBooleanMapAttribute` +##### `GetBooleanMapAttribute` ```go func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetListAttribute` +##### `GetListAttribute` ```go func GetListAttribute(terraformAttribute *string) *[]*string ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetNumberAttribute` +##### `GetNumberAttribute` ```go func GetNumberAttribute(terraformAttribute *string) *f64 ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetNumberListAttribute` +##### `GetNumberListAttribute` ```go func GetNumberListAttribute(terraformAttribute *string) *[]*f64 ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetNumberMapAttribute` +##### `GetNumberMapAttribute` ```go func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64 ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetStringAttribute` +##### `GetStringAttribute` ```go func GetStringAttribute(terraformAttribute *string) *string ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetStringMapAttribute` +##### `GetStringMapAttribute` ```go func GetStringMapAttribute(terraformAttribute *string) *map[string]*string ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `InterpolationForAttribute` +##### `InterpolationForAttribute` ```go func InterpolationForAttribute(property *string) IResolvable ``` -###### `property`Required +###### `property`Required - *Type:* *string --- -##### `Resolve` +##### `Resolve` ```go func Resolve(_context IResolveContext) interface{} @@ -6794,13 +6794,13 @@ func Resolve(_context IResolveContext) interface{} Produce the Token's value at resolution time. -###### `_context`Required +###### `_context`Required - *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext --- -##### `ToString` +##### `ToString` ```go func ToString() *string @@ -6815,15 +6815,15 @@ 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.* | -| QueriesInput | *[]*string | *No description.* | -| Queries | *[]*string | *No description.* | -| InternalValue | DataprocWorkflowTemplateJobsHiveJobQueryList | *No description.* | +| CreationStack | *[]*string | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | *string | *No description.* | +| QueriesInput | *[]*string | *No description.* | +| Queries | *[]*string | *No description.* | +| InternalValue | DataprocWorkflowTemplateJobsHiveJobQueryListStruct | *No description.* | --- -##### `CreationStack`Required +##### `CreationStack`Required ```go func CreationStack() *[]*string @@ -6837,7 +6837,7 @@ If this returns an empty array the stack will not be attached. --- -##### `Fqn`Required +##### `Fqn`Required ```go func Fqn() *string @@ -6847,7 +6847,7 @@ func Fqn() *string --- -##### `QueriesInput`Optional +##### `QueriesInput`Optional ```go func QueriesInput() *[]*string @@ -6857,7 +6857,7 @@ func QueriesInput() *[]*string --- -##### `Queries`Required +##### `Queries`Required ```go func Queries() *[]*string @@ -6867,13 +6867,13 @@ func Queries() *[]*string --- -##### `InternalValue`Optional +##### `InternalValue`Optional ```go -func InternalValue() DataprocWorkflowTemplateJobsHiveJobQueryList +func InternalValue() DataprocWorkflowTemplateJobsHiveJobQueryListStruct ``` -- *Type:* DataprocWorkflowTemplateJobsHiveJobQueryList +- *Type:* DataprocWorkflowTemplateJobsHiveJobQueryListStruct --- @@ -8251,12 +8251,12 @@ func PutLoggingConfig(value DataprocWorkflowTemplateJobsPigJobLoggingConfig) ##### `PutQueryList` ```go -func PutQueryList(value DataprocWorkflowTemplateJobsPigJobQueryList) +func PutQueryList(value DataprocWorkflowTemplateJobsPigJobQueryListStruct) ``` ###### `value`Required -- *Type:* DataprocWorkflowTemplateJobsPigJobQueryList +- *Type:* DataprocWorkflowTemplateJobsPigJobQueryListStruct --- @@ -8310,13 +8310,13 @@ func ResetScriptVariables() | CreationStack | *[]*string | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | Fqn | *string | *No description.* | | LoggingConfig | DataprocWorkflowTemplateJobsPigJobLoggingConfigOutputReference | *No description.* | -| QueryList | DataprocWorkflowTemplateJobsPigJobQueryListOutputReference | *No description.* | +| QueryList | DataprocWorkflowTemplateJobsPigJobQueryListStructOutputReference | *No description.* | | ContinueOnFailureInput | interface{} | *No description.* | | JarFileUrisInput | *[]*string | *No description.* | | LoggingConfigInput | DataprocWorkflowTemplateJobsPigJobLoggingConfig | *No description.* | | PropertiesInput | *map[string]*string | *No description.* | | QueryFileUriInput | *string | *No description.* | -| QueryListInput | DataprocWorkflowTemplateJobsPigJobQueryList | *No description.* | +| QueryListInput | DataprocWorkflowTemplateJobsPigJobQueryListStruct | *No description.* | | ScriptVariablesInput | *map[string]*string | *No description.* | | ContinueOnFailure | interface{} | *No description.* | | JarFileUris | *[]*string | *No description.* | @@ -8364,10 +8364,10 @@ func LoggingConfig() DataprocWorkflowTemplateJobsPigJobLoggingConfigOutputRefere ##### `QueryList`Required ```go -func QueryList() DataprocWorkflowTemplateJobsPigJobQueryListOutputReference +func QueryList() DataprocWorkflowTemplateJobsPigJobQueryListStructOutputReference ``` -- *Type:* DataprocWorkflowTemplateJobsPigJobQueryListOutputReference +- *Type:* DataprocWorkflowTemplateJobsPigJobQueryListStructOutputReference --- @@ -8424,10 +8424,10 @@ func QueryFileUriInput() *string ##### `QueryListInput`Optional ```go -func QueryListInput() DataprocWorkflowTemplateJobsPigJobQueryList +func QueryListInput() DataprocWorkflowTemplateJobsPigJobQueryListStruct ``` -- *Type:* DataprocWorkflowTemplateJobsPigJobQueryList +- *Type:* DataprocWorkflowTemplateJobsPigJobQueryListStruct --- @@ -8502,24 +8502,24 @@ func InternalValue() DataprocWorkflowTemplateJobsPigJob --- -### DataprocWorkflowTemplateJobsPigJobQueryListOutputReference +### DataprocWorkflowTemplateJobsPigJobQueryListStructOutputReference -#### Initializers +#### Initializers ```go import "github.com/cdktf/cdktf-provider-google-go/google/v7/dataprocworkflowtemplate" -dataprocworkflowtemplate.NewDataprocWorkflowTemplateJobsPigJobQueryListOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataprocWorkflowTemplateJobsPigJobQueryListOutputReference +dataprocworkflowtemplate.NewDataprocWorkflowTemplateJobsPigJobQueryListStructOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataprocWorkflowTemplateJobsPigJobQueryListStructOutputReference ``` | **Name** | **Type** | **Description** | | --- | --- | --- | -| terraformResource | github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | *string | The attribute on the parent resource this class is referencing. | +| terraformResource | github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | *string | The attribute on the parent resource this class is referencing. | --- -##### `terraformResource`Required +##### `terraformResource`Required - *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent @@ -8527,7 +8527,7 @@ The parent resource. --- -##### `terraformAttribute`Required +##### `terraformAttribute`Required - *Type:* *string @@ -8539,149 +8539,149 @@ 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. | +| ComputeFqn | *No description.* | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | --- -##### `ComputeFqn` +##### `ComputeFqn` ```go func ComputeFqn() *string ``` -##### `GetAnyMapAttribute` +##### `GetAnyMapAttribute` ```go func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetBooleanAttribute` +##### `GetBooleanAttribute` ```go func GetBooleanAttribute(terraformAttribute *string) IResolvable ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetBooleanMapAttribute` +##### `GetBooleanMapAttribute` ```go func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetListAttribute` +##### `GetListAttribute` ```go func GetListAttribute(terraformAttribute *string) *[]*string ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetNumberAttribute` +##### `GetNumberAttribute` ```go func GetNumberAttribute(terraformAttribute *string) *f64 ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetNumberListAttribute` +##### `GetNumberListAttribute` ```go func GetNumberListAttribute(terraformAttribute *string) *[]*f64 ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetNumberMapAttribute` +##### `GetNumberMapAttribute` ```go func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64 ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetStringAttribute` +##### `GetStringAttribute` ```go func GetStringAttribute(terraformAttribute *string) *string ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetStringMapAttribute` +##### `GetStringMapAttribute` ```go func GetStringMapAttribute(terraformAttribute *string) *map[string]*string ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `InterpolationForAttribute` +##### `InterpolationForAttribute` ```go func InterpolationForAttribute(property *string) IResolvable ``` -###### `property`Required +###### `property`Required - *Type:* *string --- -##### `Resolve` +##### `Resolve` ```go func Resolve(_context IResolveContext) interface{} @@ -8689,13 +8689,13 @@ func Resolve(_context IResolveContext) interface{} Produce the Token's value at resolution time. -###### `_context`Required +###### `_context`Required - *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext --- -##### `ToString` +##### `ToString` ```go func ToString() *string @@ -8710,15 +8710,15 @@ 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.* | -| QueriesInput | *[]*string | *No description.* | -| Queries | *[]*string | *No description.* | -| InternalValue | DataprocWorkflowTemplateJobsPigJobQueryList | *No description.* | +| CreationStack | *[]*string | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | *string | *No description.* | +| QueriesInput | *[]*string | *No description.* | +| Queries | *[]*string | *No description.* | +| InternalValue | DataprocWorkflowTemplateJobsPigJobQueryListStruct | *No description.* | --- -##### `CreationStack`Required +##### `CreationStack`Required ```go func CreationStack() *[]*string @@ -8732,7 +8732,7 @@ If this returns an empty array the stack will not be attached. --- -##### `Fqn`Required +##### `Fqn`Required ```go func Fqn() *string @@ -8742,7 +8742,7 @@ func Fqn() *string --- -##### `QueriesInput`Optional +##### `QueriesInput`Optional ```go func QueriesInput() *[]*string @@ -8752,7 +8752,7 @@ func QueriesInput() *[]*string --- -##### `Queries`Required +##### `Queries`Required ```go func Queries() *[]*string @@ -8762,13 +8762,13 @@ func Queries() *[]*string --- -##### `InternalValue`Optional +##### `InternalValue`Optional ```go -func InternalValue() DataprocWorkflowTemplateJobsPigJobQueryList +func InternalValue() DataprocWorkflowTemplateJobsPigJobQueryListStruct ``` -- *Type:* DataprocWorkflowTemplateJobsPigJobQueryList +- *Type:* DataprocWorkflowTemplateJobsPigJobQueryListStruct --- @@ -9278,12 +9278,12 @@ func PutLoggingConfig(value DataprocWorkflowTemplateJobsPrestoJobLoggingConfig) ##### `PutQueryList` ```go -func PutQueryList(value DataprocWorkflowTemplateJobsPrestoJobQueryList) +func PutQueryList(value DataprocWorkflowTemplateJobsPrestoJobQueryListStruct) ``` ###### `value`Required -- *Type:* DataprocWorkflowTemplateJobsPrestoJobQueryList +- *Type:* DataprocWorkflowTemplateJobsPrestoJobQueryListStruct --- @@ -9337,14 +9337,14 @@ func ResetQueryList() | CreationStack | *[]*string | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | Fqn | *string | *No description.* | | LoggingConfig | DataprocWorkflowTemplateJobsPrestoJobLoggingConfigOutputReference | *No description.* | -| QueryList | DataprocWorkflowTemplateJobsPrestoJobQueryListOutputReference | *No description.* | +| QueryList | DataprocWorkflowTemplateJobsPrestoJobQueryListStructOutputReference | *No description.* | | ClientTagsInput | *[]*string | *No description.* | | ContinueOnFailureInput | interface{} | *No description.* | | LoggingConfigInput | DataprocWorkflowTemplateJobsPrestoJobLoggingConfig | *No description.* | | OutputFormatInput | *string | *No description.* | | PropertiesInput | *map[string]*string | *No description.* | | QueryFileUriInput | *string | *No description.* | -| QueryListInput | DataprocWorkflowTemplateJobsPrestoJobQueryList | *No description.* | +| QueryListInput | DataprocWorkflowTemplateJobsPrestoJobQueryListStruct | *No description.* | | ClientTags | *[]*string | *No description.* | | ContinueOnFailure | interface{} | *No description.* | | OutputFormat | *string | *No description.* | @@ -9391,10 +9391,10 @@ func LoggingConfig() DataprocWorkflowTemplateJobsPrestoJobLoggingConfigOutputRef ##### `QueryList`Required ```go -func QueryList() DataprocWorkflowTemplateJobsPrestoJobQueryListOutputReference +func QueryList() DataprocWorkflowTemplateJobsPrestoJobQueryListStructOutputReference ``` -- *Type:* DataprocWorkflowTemplateJobsPrestoJobQueryListOutputReference +- *Type:* DataprocWorkflowTemplateJobsPrestoJobQueryListStructOutputReference --- @@ -9461,10 +9461,10 @@ func QueryFileUriInput() *string ##### `QueryListInput`Optional ```go -func QueryListInput() DataprocWorkflowTemplateJobsPrestoJobQueryList +func QueryListInput() DataprocWorkflowTemplateJobsPrestoJobQueryListStruct ``` -- *Type:* DataprocWorkflowTemplateJobsPrestoJobQueryList +- *Type:* DataprocWorkflowTemplateJobsPrestoJobQueryListStruct --- @@ -9529,24 +9529,24 @@ func InternalValue() DataprocWorkflowTemplateJobsPrestoJob --- -### DataprocWorkflowTemplateJobsPrestoJobQueryListOutputReference +### DataprocWorkflowTemplateJobsPrestoJobQueryListStructOutputReference -#### Initializers +#### Initializers ```go import "github.com/cdktf/cdktf-provider-google-go/google/v7/dataprocworkflowtemplate" -dataprocworkflowtemplate.NewDataprocWorkflowTemplateJobsPrestoJobQueryListOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataprocWorkflowTemplateJobsPrestoJobQueryListOutputReference +dataprocworkflowtemplate.NewDataprocWorkflowTemplateJobsPrestoJobQueryListStructOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataprocWorkflowTemplateJobsPrestoJobQueryListStructOutputReference ``` | **Name** | **Type** | **Description** | | --- | --- | --- | -| terraformResource | github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | *string | The attribute on the parent resource this class is referencing. | +| terraformResource | github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | *string | The attribute on the parent resource this class is referencing. | --- -##### `terraformResource`Required +##### `terraformResource`Required - *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent @@ -9554,7 +9554,7 @@ The parent resource. --- -##### `terraformAttribute`Required +##### `terraformAttribute`Required - *Type:* *string @@ -9566,149 +9566,149 @@ 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. | +| ComputeFqn | *No description.* | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | --- -##### `ComputeFqn` +##### `ComputeFqn` ```go func ComputeFqn() *string ``` -##### `GetAnyMapAttribute` +##### `GetAnyMapAttribute` ```go func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetBooleanAttribute` +##### `GetBooleanAttribute` ```go func GetBooleanAttribute(terraformAttribute *string) IResolvable ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetBooleanMapAttribute` +##### `GetBooleanMapAttribute` ```go func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetListAttribute` +##### `GetListAttribute` ```go func GetListAttribute(terraformAttribute *string) *[]*string ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetNumberAttribute` +##### `GetNumberAttribute` ```go func GetNumberAttribute(terraformAttribute *string) *f64 ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetNumberListAttribute` +##### `GetNumberListAttribute` ```go func GetNumberListAttribute(terraformAttribute *string) *[]*f64 ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetNumberMapAttribute` +##### `GetNumberMapAttribute` ```go func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64 ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetStringAttribute` +##### `GetStringAttribute` ```go func GetStringAttribute(terraformAttribute *string) *string ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetStringMapAttribute` +##### `GetStringMapAttribute` ```go func GetStringMapAttribute(terraformAttribute *string) *map[string]*string ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `InterpolationForAttribute` +##### `InterpolationForAttribute` ```go func InterpolationForAttribute(property *string) IResolvable ``` -###### `property`Required +###### `property`Required - *Type:* *string --- -##### `Resolve` +##### `Resolve` ```go func Resolve(_context IResolveContext) interface{} @@ -9716,13 +9716,13 @@ func Resolve(_context IResolveContext) interface{} Produce the Token's value at resolution time. -###### `_context`Required +###### `_context`Required - *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext --- -##### `ToString` +##### `ToString` ```go func ToString() *string @@ -9737,15 +9737,15 @@ 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.* | -| QueriesInput | *[]*string | *No description.* | -| Queries | *[]*string | *No description.* | -| InternalValue | DataprocWorkflowTemplateJobsPrestoJobQueryList | *No description.* | +| CreationStack | *[]*string | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | *string | *No description.* | +| QueriesInput | *[]*string | *No description.* | +| Queries | *[]*string | *No description.* | +| InternalValue | DataprocWorkflowTemplateJobsPrestoJobQueryListStruct | *No description.* | --- -##### `CreationStack`Required +##### `CreationStack`Required ```go func CreationStack() *[]*string @@ -9759,7 +9759,7 @@ If this returns an empty array the stack will not be attached. --- -##### `Fqn`Required +##### `Fqn`Required ```go func Fqn() *string @@ -9769,7 +9769,7 @@ func Fqn() *string --- -##### `QueriesInput`Optional +##### `QueriesInput`Optional ```go func QueriesInput() *[]*string @@ -9779,7 +9779,7 @@ func QueriesInput() *[]*string --- -##### `Queries`Required +##### `Queries`Required ```go func Queries() *[]*string @@ -9789,13 +9789,13 @@ func Queries() *[]*string --- -##### `InternalValue`Optional +##### `InternalValue`Optional ```go -func InternalValue() DataprocWorkflowTemplateJobsPrestoJobQueryList +func InternalValue() DataprocWorkflowTemplateJobsPrestoJobQueryListStruct ``` -- *Type:* DataprocWorkflowTemplateJobsPrestoJobQueryList +- *Type:* DataprocWorkflowTemplateJobsPrestoJobQueryListStruct --- @@ -12855,12 +12855,12 @@ func PutLoggingConfig(value DataprocWorkflowTemplateJobsSparkSqlJobLoggingConfig ##### `PutQueryList` ```go -func PutQueryList(value DataprocWorkflowTemplateJobsSparkSqlJobQueryList) +func PutQueryList(value DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct) ``` ###### `value`Required -- *Type:* DataprocWorkflowTemplateJobsSparkSqlJobQueryList +- *Type:* DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct --- @@ -12908,12 +12908,12 @@ func ResetScriptVariables() | CreationStack | *[]*string | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | Fqn | *string | *No description.* | | LoggingConfig | DataprocWorkflowTemplateJobsSparkSqlJobLoggingConfigOutputReference | *No description.* | -| QueryList | DataprocWorkflowTemplateJobsSparkSqlJobQueryListOutputReference | *No description.* | +| QueryList | DataprocWorkflowTemplateJobsSparkSqlJobQueryListStructOutputReference | *No description.* | | JarFileUrisInput | *[]*string | *No description.* | | LoggingConfigInput | DataprocWorkflowTemplateJobsSparkSqlJobLoggingConfig | *No description.* | | PropertiesInput | *map[string]*string | *No description.* | | QueryFileUriInput | *string | *No description.* | -| QueryListInput | DataprocWorkflowTemplateJobsSparkSqlJobQueryList | *No description.* | +| QueryListInput | DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct | *No description.* | | ScriptVariablesInput | *map[string]*string | *No description.* | | JarFileUris | *[]*string | *No description.* | | Properties | *map[string]*string | *No description.* | @@ -12960,10 +12960,10 @@ func LoggingConfig() DataprocWorkflowTemplateJobsSparkSqlJobLoggingConfigOutputR ##### `QueryList`Required ```go -func QueryList() DataprocWorkflowTemplateJobsSparkSqlJobQueryListOutputReference +func QueryList() DataprocWorkflowTemplateJobsSparkSqlJobQueryListStructOutputReference ``` -- *Type:* DataprocWorkflowTemplateJobsSparkSqlJobQueryListOutputReference +- *Type:* DataprocWorkflowTemplateJobsSparkSqlJobQueryListStructOutputReference --- @@ -13010,10 +13010,10 @@ func QueryFileUriInput() *string ##### `QueryListInput`Optional ```go -func QueryListInput() DataprocWorkflowTemplateJobsSparkSqlJobQueryList +func QueryListInput() DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct ``` -- *Type:* DataprocWorkflowTemplateJobsSparkSqlJobQueryList +- *Type:* DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct --- @@ -13078,24 +13078,24 @@ func InternalValue() DataprocWorkflowTemplateJobsSparkSqlJob --- -### DataprocWorkflowTemplateJobsSparkSqlJobQueryListOutputReference +### DataprocWorkflowTemplateJobsSparkSqlJobQueryListStructOutputReference -#### Initializers +#### Initializers ```go import "github.com/cdktf/cdktf-provider-google-go/google/v7/dataprocworkflowtemplate" -dataprocworkflowtemplate.NewDataprocWorkflowTemplateJobsSparkSqlJobQueryListOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataprocWorkflowTemplateJobsSparkSqlJobQueryListOutputReference +dataprocworkflowtemplate.NewDataprocWorkflowTemplateJobsSparkSqlJobQueryListStructOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) DataprocWorkflowTemplateJobsSparkSqlJobQueryListStructOutputReference ``` | **Name** | **Type** | **Description** | | --- | --- | --- | -| terraformResource | github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | *string | The attribute on the parent resource this class is referencing. | +| terraformResource | github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | *string | The attribute on the parent resource this class is referencing. | --- -##### `terraformResource`Required +##### `terraformResource`Required - *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent @@ -13103,7 +13103,7 @@ The parent resource. --- -##### `terraformAttribute`Required +##### `terraformAttribute`Required - *Type:* *string @@ -13115,149 +13115,149 @@ 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. | +| ComputeFqn | *No description.* | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | --- -##### `ComputeFqn` +##### `ComputeFqn` ```go func ComputeFqn() *string ``` -##### `GetAnyMapAttribute` +##### `GetAnyMapAttribute` ```go func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetBooleanAttribute` +##### `GetBooleanAttribute` ```go func GetBooleanAttribute(terraformAttribute *string) IResolvable ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetBooleanMapAttribute` +##### `GetBooleanMapAttribute` ```go func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetListAttribute` +##### `GetListAttribute` ```go func GetListAttribute(terraformAttribute *string) *[]*string ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetNumberAttribute` +##### `GetNumberAttribute` ```go func GetNumberAttribute(terraformAttribute *string) *f64 ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetNumberListAttribute` +##### `GetNumberListAttribute` ```go func GetNumberListAttribute(terraformAttribute *string) *[]*f64 ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetNumberMapAttribute` +##### `GetNumberMapAttribute` ```go func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64 ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetStringAttribute` +##### `GetStringAttribute` ```go func GetStringAttribute(terraformAttribute *string) *string ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `GetStringMapAttribute` +##### `GetStringMapAttribute` ```go func GetStringMapAttribute(terraformAttribute *string) *map[string]*string ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* *string --- -##### `InterpolationForAttribute` +##### `InterpolationForAttribute` ```go func InterpolationForAttribute(property *string) IResolvable ``` -###### `property`Required +###### `property`Required - *Type:* *string --- -##### `Resolve` +##### `Resolve` ```go func Resolve(_context IResolveContext) interface{} @@ -13265,13 +13265,13 @@ func Resolve(_context IResolveContext) interface{} Produce the Token's value at resolution time. -###### `_context`Required +###### `_context`Required - *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext --- -##### `ToString` +##### `ToString` ```go func ToString() *string @@ -13286,15 +13286,15 @@ 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.* | -| QueriesInput | *[]*string | *No description.* | -| Queries | *[]*string | *No description.* | -| InternalValue | DataprocWorkflowTemplateJobsSparkSqlJobQueryList | *No description.* | +| CreationStack | *[]*string | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | *string | *No description.* | +| QueriesInput | *[]*string | *No description.* | +| Queries | *[]*string | *No description.* | +| InternalValue | DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct | *No description.* | --- -##### `CreationStack`Required +##### `CreationStack`Required ```go func CreationStack() *[]*string @@ -13308,7 +13308,7 @@ If this returns an empty array the stack will not be attached. --- -##### `Fqn`Required +##### `Fqn`Required ```go func Fqn() *string @@ -13318,7 +13318,7 @@ func Fqn() *string --- -##### `QueriesInput`Optional +##### `QueriesInput`Optional ```go func QueriesInput() *[]*string @@ -13328,7 +13328,7 @@ func QueriesInput() *[]*string --- -##### `Queries`Required +##### `Queries`Required ```go func Queries() *[]*string @@ -13338,13 +13338,13 @@ func Queries() *[]*string --- -##### `InternalValue`Optional +##### `InternalValue`Optional ```go -func InternalValue() DataprocWorkflowTemplateJobsSparkSqlJobQueryList +func InternalValue() DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct ``` -- *Type:* DataprocWorkflowTemplateJobsSparkSqlJobQueryList +- *Type:* DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct --- diff --git a/docs/dataprocWorkflowTemplate.java.md b/docs/dataprocWorkflowTemplate.java.md index abedb2733c7..7b4b9a90dff 100644 --- a/docs/dataprocWorkflowTemplate.java.md +++ b/docs/dataprocWorkflowTemplate.java.md @@ -1782,7 +1782,7 @@ DataprocWorkflowTemplateJobsHiveJob.builder() // .jarFileUris(java.util.List) // .properties(java.util.Map) // .queryFileUri(java.lang.String) -// .queryList(DataprocWorkflowTemplateJobsHiveJobQueryList) +// .queryList(DataprocWorkflowTemplateJobsHiveJobQueryListStruct) // .scriptVariables(java.util.Map) .build(); ``` @@ -1795,7 +1795,7 @@ DataprocWorkflowTemplateJobsHiveJob.builder() | jarFileUris | java.util.List | Optional. | | properties | java.util.Map | Optional. | | queryFileUri | java.lang.String | The HCFS URI of the script that contains Hive queries. | -| queryList | DataprocWorkflowTemplateJobsHiveJobQueryList | query_list block. | +| queryList | DataprocWorkflowTemplateJobsHiveJobQueryListStruct | query_list block. | | scriptVariables | java.util.Map | Optional. Mapping of query variable names to values (equivalent to the Hive command: `SET name="value";`). | --- @@ -1865,10 +1865,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ##### `queryList`Optional ```java -public DataprocWorkflowTemplateJobsHiveJobQueryList getQueryList(); +public DataprocWorkflowTemplateJobsHiveJobQueryListStruct getQueryList(); ``` -- *Type:* DataprocWorkflowTemplateJobsHiveJobQueryList +- *Type:* DataprocWorkflowTemplateJobsHiveJobQueryListStruct query_list block. @@ -1890,14 +1890,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi --- -### DataprocWorkflowTemplateJobsHiveJobQueryList +### DataprocWorkflowTemplateJobsHiveJobQueryListStruct -#### Initializer +#### Initializer ```java -import com.hashicorp.cdktf.providers.google.dataproc_workflow_template.DataprocWorkflowTemplateJobsHiveJobQueryList; +import com.hashicorp.cdktf.providers.google.dataproc_workflow_template.DataprocWorkflowTemplateJobsHiveJobQueryListStruct; -DataprocWorkflowTemplateJobsHiveJobQueryList.builder() +DataprocWorkflowTemplateJobsHiveJobQueryListStruct.builder() .queries(java.util.List) .build(); ``` @@ -1906,11 +1906,11 @@ DataprocWorkflowTemplateJobsHiveJobQueryList.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| queries | java.util.List | Required. | +| queries | java.util.List | Required. | --- -##### `queries`Required +##### `queries`Required ```java public java.util.List getQueries(); @@ -1940,7 +1940,7 @@ DataprocWorkflowTemplateJobsPigJob.builder() // .loggingConfig(DataprocWorkflowTemplateJobsPigJobLoggingConfig) // .properties(java.util.Map) // .queryFileUri(java.lang.String) -// .queryList(DataprocWorkflowTemplateJobsPigJobQueryList) +// .queryList(DataprocWorkflowTemplateJobsPigJobQueryListStruct) // .scriptVariables(java.util.Map) .build(); ``` @@ -1954,7 +1954,7 @@ DataprocWorkflowTemplateJobsPigJob.builder() | loggingConfig | DataprocWorkflowTemplateJobsPigJobLoggingConfig | logging_config block. | | properties | java.util.Map | Optional. | | queryFileUri | java.lang.String | The HCFS URI of the script that contains the Pig queries. | -| queryList | DataprocWorkflowTemplateJobsPigJobQueryList | query_list block. | +| queryList | DataprocWorkflowTemplateJobsPigJobQueryListStruct | query_list block. | | scriptVariables | java.util.Map | Optional. Mapping of query variable names to values (equivalent to the Pig command: `name=[value]`). | --- @@ -2038,10 +2038,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ##### `queryList`Optional ```java -public DataprocWorkflowTemplateJobsPigJobQueryList getQueryList(); +public DataprocWorkflowTemplateJobsPigJobQueryListStruct getQueryList(); ``` -- *Type:* DataprocWorkflowTemplateJobsPigJobQueryList +- *Type:* DataprocWorkflowTemplateJobsPigJobQueryListStruct query_list block. @@ -2099,14 +2099,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi --- -### DataprocWorkflowTemplateJobsPigJobQueryList +### DataprocWorkflowTemplateJobsPigJobQueryListStruct -#### Initializer +#### Initializer ```java -import com.hashicorp.cdktf.providers.google.dataproc_workflow_template.DataprocWorkflowTemplateJobsPigJobQueryList; +import com.hashicorp.cdktf.providers.google.dataproc_workflow_template.DataprocWorkflowTemplateJobsPigJobQueryListStruct; -DataprocWorkflowTemplateJobsPigJobQueryList.builder() +DataprocWorkflowTemplateJobsPigJobQueryListStruct.builder() .queries(java.util.List) .build(); ``` @@ -2115,11 +2115,11 @@ DataprocWorkflowTemplateJobsPigJobQueryList.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| queries | java.util.List | Required. | +| queries | java.util.List | Required. | --- -##### `queries`Required +##### `queries`Required ```java public java.util.List getQueries(); @@ -2150,7 +2150,7 @@ DataprocWorkflowTemplateJobsPrestoJob.builder() // .outputFormat(java.lang.String) // .properties(java.util.Map) // .queryFileUri(java.lang.String) -// .queryList(DataprocWorkflowTemplateJobsPrestoJobQueryList) +// .queryList(DataprocWorkflowTemplateJobsPrestoJobQueryListStruct) .build(); ``` @@ -2164,7 +2164,7 @@ DataprocWorkflowTemplateJobsPrestoJob.builder() | outputFormat | java.lang.String | Optional. The format in which query output will be displayed. See the Presto documentation for supported output formats. | | properties | java.util.Map | Optional. | | queryFileUri | java.lang.String | The HCFS URI of the script that contains SQL queries. | -| queryList | DataprocWorkflowTemplateJobsPrestoJobQueryList | query_list block. | +| queryList | DataprocWorkflowTemplateJobsPrestoJobQueryListStruct | query_list block. | --- @@ -2259,10 +2259,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ##### `queryList`Optional ```java -public DataprocWorkflowTemplateJobsPrestoJobQueryList getQueryList(); +public DataprocWorkflowTemplateJobsPrestoJobQueryListStruct getQueryList(); ``` -- *Type:* DataprocWorkflowTemplateJobsPrestoJobQueryList +- *Type:* DataprocWorkflowTemplateJobsPrestoJobQueryListStruct query_list block. @@ -2306,14 +2306,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi --- -### DataprocWorkflowTemplateJobsPrestoJobQueryList +### DataprocWorkflowTemplateJobsPrestoJobQueryListStruct -#### Initializer +#### Initializer ```java -import com.hashicorp.cdktf.providers.google.dataproc_workflow_template.DataprocWorkflowTemplateJobsPrestoJobQueryList; +import com.hashicorp.cdktf.providers.google.dataproc_workflow_template.DataprocWorkflowTemplateJobsPrestoJobQueryListStruct; -DataprocWorkflowTemplateJobsPrestoJobQueryList.builder() +DataprocWorkflowTemplateJobsPrestoJobQueryListStruct.builder() .queries(java.util.List) .build(); ``` @@ -2322,11 +2322,11 @@ DataprocWorkflowTemplateJobsPrestoJobQueryList.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| queries | java.util.List | Required. | +| queries | java.util.List | Required. | --- -##### `queries`Required +##### `queries`Required ```java public java.util.List getQueries(); @@ -2950,7 +2950,7 @@ DataprocWorkflowTemplateJobsSparkSqlJob.builder() // .loggingConfig(DataprocWorkflowTemplateJobsSparkSqlJobLoggingConfig) // .properties(java.util.Map) // .queryFileUri(java.lang.String) -// .queryList(DataprocWorkflowTemplateJobsSparkSqlJobQueryList) +// .queryList(DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct) // .scriptVariables(java.util.Map) .build(); ``` @@ -2963,7 +2963,7 @@ DataprocWorkflowTemplateJobsSparkSqlJob.builder() | loggingConfig | DataprocWorkflowTemplateJobsSparkSqlJobLoggingConfig | logging_config block. | | properties | java.util.Map | Optional. | | queryFileUri | java.lang.String | The HCFS URI of the script that contains SQL queries. | -| queryList | DataprocWorkflowTemplateJobsSparkSqlJobQueryList | query_list block. | +| queryList | DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct | query_list block. | | scriptVariables | java.util.Map | Optional. Mapping of query variable names to values (equivalent to the Spark SQL command: SET `name="value";`). | --- @@ -3029,10 +3029,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ##### `queryList`Optional ```java -public DataprocWorkflowTemplateJobsSparkSqlJobQueryList getQueryList(); +public DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct getQueryList(); ``` -- *Type:* DataprocWorkflowTemplateJobsSparkSqlJobQueryList +- *Type:* DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct query_list block. @@ -3090,14 +3090,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi --- -### DataprocWorkflowTemplateJobsSparkSqlJobQueryList +### DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct -#### Initializer +#### Initializer ```java -import com.hashicorp.cdktf.providers.google.dataproc_workflow_template.DataprocWorkflowTemplateJobsSparkSqlJobQueryList; +import com.hashicorp.cdktf.providers.google.dataproc_workflow_template.DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct; -DataprocWorkflowTemplateJobsSparkSqlJobQueryList.builder() +DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct.builder() .queries(java.util.List) .build(); ``` @@ -3106,11 +3106,11 @@ DataprocWorkflowTemplateJobsSparkSqlJobQueryList.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| queries | java.util.List | Required. | +| queries | java.util.List | Required. | --- -##### `queries`Required +##### `queries`Required ```java public java.util.List getQueries(); @@ -6595,12 +6595,12 @@ Returns a reversible string representation. ##### `putQueryList` ```java -public void putQueryList(DataprocWorkflowTemplateJobsHiveJobQueryList value) +public void putQueryList(DataprocWorkflowTemplateJobsHiveJobQueryListStruct value) ``` ###### `value`Required -- *Type:* DataprocWorkflowTemplateJobsHiveJobQueryList +- *Type:* DataprocWorkflowTemplateJobsHiveJobQueryListStruct --- @@ -6647,12 +6647,12 @@ public void resetScriptVariables() | --- | --- | --- | | creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | fqn | java.lang.String | *No description.* | -| queryList | DataprocWorkflowTemplateJobsHiveJobQueryListOutputReference | *No description.* | +| queryList | DataprocWorkflowTemplateJobsHiveJobQueryListStructOutputReference | *No description.* | | continueOnFailureInput | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | *No description.* | | jarFileUrisInput | java.util.List | *No description.* | | propertiesInput | java.util.Map | *No description.* | | queryFileUriInput | java.lang.String | *No description.* | -| queryListInput | DataprocWorkflowTemplateJobsHiveJobQueryList | *No description.* | +| queryListInput | DataprocWorkflowTemplateJobsHiveJobQueryListStruct | *No description.* | | scriptVariablesInput | java.util.Map | *No description.* | | continueOnFailure | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | *No description.* | | jarFileUris | java.util.List | *No description.* | @@ -6690,10 +6690,10 @@ public java.lang.String getFqn(); ##### `queryList`Required ```java -public DataprocWorkflowTemplateJobsHiveJobQueryListOutputReference getQueryList(); +public DataprocWorkflowTemplateJobsHiveJobQueryListStructOutputReference getQueryList(); ``` -- *Type:* DataprocWorkflowTemplateJobsHiveJobQueryListOutputReference +- *Type:* DataprocWorkflowTemplateJobsHiveJobQueryListStructOutputReference --- @@ -6740,10 +6740,10 @@ public java.lang.String getQueryFileUriInput(); ##### `queryListInput`Optional ```java -public DataprocWorkflowTemplateJobsHiveJobQueryList getQueryListInput(); +public DataprocWorkflowTemplateJobsHiveJobQueryListStruct getQueryListInput(); ``` -- *Type:* DataprocWorkflowTemplateJobsHiveJobQueryList +- *Type:* DataprocWorkflowTemplateJobsHiveJobQueryListStruct --- @@ -6818,24 +6818,24 @@ public DataprocWorkflowTemplateJobsHiveJob getInternalValue(); --- -### DataprocWorkflowTemplateJobsHiveJobQueryListOutputReference +### DataprocWorkflowTemplateJobsHiveJobQueryListStructOutputReference -#### Initializers +#### Initializers ```java -import com.hashicorp.cdktf.providers.google.dataproc_workflow_template.DataprocWorkflowTemplateJobsHiveJobQueryListOutputReference; +import com.hashicorp.cdktf.providers.google.dataproc_workflow_template.DataprocWorkflowTemplateJobsHiveJobQueryListStructOutputReference; -new DataprocWorkflowTemplateJobsHiveJobQueryListOutputReference(IInterpolatingParent terraformResource, java.lang.String terraformAttribute); +new DataprocWorkflowTemplateJobsHiveJobQueryListStructOutputReference(IInterpolatingParent terraformResource, java.lang.String terraformAttribute); ``` | **Name** | **Type** | **Description** | | --- | --- | --- | -| terraformResource | com.hashicorp.cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | java.lang.String | The attribute on the parent resource this class is referencing. | +| terraformResource | com.hashicorp.cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | java.lang.String | The attribute on the parent resource this class is referencing. | --- -##### `terraformResource`Required +##### `terraformResource`Required - *Type:* com.hashicorp.cdktf.IInterpolatingParent @@ -6843,7 +6843,7 @@ The parent resource. --- -##### `terraformAttribute`Required +##### `terraformAttribute`Required - *Type:* java.lang.String @@ -6855,149 +6855,149 @@ 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. | +| computeFqn | *No description.* | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | --- -##### `computeFqn` +##### `computeFqn` ```java public java.lang.String computeFqn() ``` -##### `getAnyMapAttribute` +##### `getAnyMapAttribute` ```java public java.util.Map getAnyMapAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getBooleanAttribute` +##### `getBooleanAttribute` ```java public IResolvable getBooleanAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getBooleanMapAttribute` +##### `getBooleanMapAttribute` ```java public java.util.Map getBooleanMapAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getListAttribute` +##### `getListAttribute` ```java public java.util.List getListAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getNumberAttribute` +##### `getNumberAttribute` ```java public java.lang.Number getNumberAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getNumberListAttribute` +##### `getNumberListAttribute` ```java public java.util.List getNumberListAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getNumberMapAttribute` +##### `getNumberMapAttribute` ```java public java.util.Map getNumberMapAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getStringAttribute` +##### `getStringAttribute` ```java public java.lang.String getStringAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getStringMapAttribute` +##### `getStringMapAttribute` ```java public java.util.Map getStringMapAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `interpolationForAttribute` +##### `interpolationForAttribute` ```java public IResolvable interpolationForAttribute(java.lang.String property) ``` -###### `property`Required +###### `property`Required - *Type:* java.lang.String --- -##### `resolve` +##### `resolve` ```java public java.lang.Object resolve(IResolveContext _context) @@ -7005,13 +7005,13 @@ public java.lang.Object resolve(IResolveContext _context) Produce the Token's value at resolution time. -###### `_context`Required +###### `_context`Required - *Type:* com.hashicorp.cdktf.IResolveContext --- -##### `toString` +##### `toString` ```java public java.lang.String toString() @@ -7026,15 +7026,15 @@ Returns a reversible string representation. | **Name** | **Type** | **Description** | | --- | --- | --- | -| creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| fqn | java.lang.String | *No description.* | -| queriesInput | java.util.List | *No description.* | -| queries | java.util.List | *No description.* | -| internalValue | DataprocWorkflowTemplateJobsHiveJobQueryList | *No description.* | +| creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | java.lang.String | *No description.* | +| queriesInput | java.util.List | *No description.* | +| queries | java.util.List | *No description.* | +| internalValue | DataprocWorkflowTemplateJobsHiveJobQueryListStruct | *No description.* | --- -##### `creationStack`Required +##### `creationStack`Required ```java public java.util.List getCreationStack(); @@ -7048,7 +7048,7 @@ If this returns an empty array the stack will not be attached. --- -##### `fqn`Required +##### `fqn`Required ```java public java.lang.String getFqn(); @@ -7058,7 +7058,7 @@ public java.lang.String getFqn(); --- -##### `queriesInput`Optional +##### `queriesInput`Optional ```java public java.util.List getQueriesInput(); @@ -7068,7 +7068,7 @@ public java.util.List getQueriesInput(); --- -##### `queries`Required +##### `queries`Required ```java public java.util.List getQueries(); @@ -7078,13 +7078,13 @@ public java.util.List getQueries(); --- -##### `internalValue`Optional +##### `internalValue`Optional ```java -public DataprocWorkflowTemplateJobsHiveJobQueryList getInternalValue(); +public DataprocWorkflowTemplateJobsHiveJobQueryListStruct getInternalValue(); ``` -- *Type:* DataprocWorkflowTemplateJobsHiveJobQueryList +- *Type:* DataprocWorkflowTemplateJobsHiveJobQueryListStruct --- @@ -8462,12 +8462,12 @@ public void putLoggingConfig(DataprocWorkflowTemplateJobsPigJobLoggingConfig val ##### `putQueryList` ```java -public void putQueryList(DataprocWorkflowTemplateJobsPigJobQueryList value) +public void putQueryList(DataprocWorkflowTemplateJobsPigJobQueryListStruct value) ``` ###### `value`Required -- *Type:* DataprocWorkflowTemplateJobsPigJobQueryList +- *Type:* DataprocWorkflowTemplateJobsPigJobQueryListStruct --- @@ -8521,13 +8521,13 @@ public void resetScriptVariables() | creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | fqn | java.lang.String | *No description.* | | loggingConfig | DataprocWorkflowTemplateJobsPigJobLoggingConfigOutputReference | *No description.* | -| queryList | DataprocWorkflowTemplateJobsPigJobQueryListOutputReference | *No description.* | +| queryList | DataprocWorkflowTemplateJobsPigJobQueryListStructOutputReference | *No description.* | | continueOnFailureInput | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | *No description.* | | jarFileUrisInput | java.util.List | *No description.* | | loggingConfigInput | DataprocWorkflowTemplateJobsPigJobLoggingConfig | *No description.* | | propertiesInput | java.util.Map | *No description.* | | queryFileUriInput | java.lang.String | *No description.* | -| queryListInput | DataprocWorkflowTemplateJobsPigJobQueryList | *No description.* | +| queryListInput | DataprocWorkflowTemplateJobsPigJobQueryListStruct | *No description.* | | scriptVariablesInput | java.util.Map | *No description.* | | continueOnFailure | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | *No description.* | | jarFileUris | java.util.List | *No description.* | @@ -8575,10 +8575,10 @@ public DataprocWorkflowTemplateJobsPigJobLoggingConfigOutputReference getLogging ##### `queryList`Required ```java -public DataprocWorkflowTemplateJobsPigJobQueryListOutputReference getQueryList(); +public DataprocWorkflowTemplateJobsPigJobQueryListStructOutputReference getQueryList(); ``` -- *Type:* DataprocWorkflowTemplateJobsPigJobQueryListOutputReference +- *Type:* DataprocWorkflowTemplateJobsPigJobQueryListStructOutputReference --- @@ -8635,10 +8635,10 @@ public java.lang.String getQueryFileUriInput(); ##### `queryListInput`Optional ```java -public DataprocWorkflowTemplateJobsPigJobQueryList getQueryListInput(); +public DataprocWorkflowTemplateJobsPigJobQueryListStruct getQueryListInput(); ``` -- *Type:* DataprocWorkflowTemplateJobsPigJobQueryList +- *Type:* DataprocWorkflowTemplateJobsPigJobQueryListStruct --- @@ -8713,24 +8713,24 @@ public DataprocWorkflowTemplateJobsPigJob getInternalValue(); --- -### DataprocWorkflowTemplateJobsPigJobQueryListOutputReference +### DataprocWorkflowTemplateJobsPigJobQueryListStructOutputReference -#### Initializers +#### Initializers ```java -import com.hashicorp.cdktf.providers.google.dataproc_workflow_template.DataprocWorkflowTemplateJobsPigJobQueryListOutputReference; +import com.hashicorp.cdktf.providers.google.dataproc_workflow_template.DataprocWorkflowTemplateJobsPigJobQueryListStructOutputReference; -new DataprocWorkflowTemplateJobsPigJobQueryListOutputReference(IInterpolatingParent terraformResource, java.lang.String terraformAttribute); +new DataprocWorkflowTemplateJobsPigJobQueryListStructOutputReference(IInterpolatingParent terraformResource, java.lang.String terraformAttribute); ``` | **Name** | **Type** | **Description** | | --- | --- | --- | -| terraformResource | com.hashicorp.cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | java.lang.String | The attribute on the parent resource this class is referencing. | +| terraformResource | com.hashicorp.cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | java.lang.String | The attribute on the parent resource this class is referencing. | --- -##### `terraformResource`Required +##### `terraformResource`Required - *Type:* com.hashicorp.cdktf.IInterpolatingParent @@ -8738,7 +8738,7 @@ The parent resource. --- -##### `terraformAttribute`Required +##### `terraformAttribute`Required - *Type:* java.lang.String @@ -8750,149 +8750,149 @@ 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. | +| computeFqn | *No description.* | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | --- -##### `computeFqn` +##### `computeFqn` ```java public java.lang.String computeFqn() ``` -##### `getAnyMapAttribute` +##### `getAnyMapAttribute` ```java public java.util.Map getAnyMapAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getBooleanAttribute` +##### `getBooleanAttribute` ```java public IResolvable getBooleanAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getBooleanMapAttribute` +##### `getBooleanMapAttribute` ```java public java.util.Map getBooleanMapAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getListAttribute` +##### `getListAttribute` ```java public java.util.List getListAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getNumberAttribute` +##### `getNumberAttribute` ```java public java.lang.Number getNumberAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getNumberListAttribute` +##### `getNumberListAttribute` ```java public java.util.List getNumberListAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getNumberMapAttribute` +##### `getNumberMapAttribute` ```java public java.util.Map getNumberMapAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getStringAttribute` +##### `getStringAttribute` ```java public java.lang.String getStringAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getStringMapAttribute` +##### `getStringMapAttribute` ```java public java.util.Map getStringMapAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `interpolationForAttribute` +##### `interpolationForAttribute` ```java public IResolvable interpolationForAttribute(java.lang.String property) ``` -###### `property`Required +###### `property`Required - *Type:* java.lang.String --- -##### `resolve` +##### `resolve` ```java public java.lang.Object resolve(IResolveContext _context) @@ -8900,13 +8900,13 @@ public java.lang.Object resolve(IResolveContext _context) Produce the Token's value at resolution time. -###### `_context`Required +###### `_context`Required - *Type:* com.hashicorp.cdktf.IResolveContext --- -##### `toString` +##### `toString` ```java public java.lang.String toString() @@ -8921,15 +8921,15 @@ Returns a reversible string representation. | **Name** | **Type** | **Description** | | --- | --- | --- | -| creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| fqn | java.lang.String | *No description.* | -| queriesInput | java.util.List | *No description.* | -| queries | java.util.List | *No description.* | -| internalValue | DataprocWorkflowTemplateJobsPigJobQueryList | *No description.* | +| creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | java.lang.String | *No description.* | +| queriesInput | java.util.List | *No description.* | +| queries | java.util.List | *No description.* | +| internalValue | DataprocWorkflowTemplateJobsPigJobQueryListStruct | *No description.* | --- -##### `creationStack`Required +##### `creationStack`Required ```java public java.util.List getCreationStack(); @@ -8943,7 +8943,7 @@ If this returns an empty array the stack will not be attached. --- -##### `fqn`Required +##### `fqn`Required ```java public java.lang.String getFqn(); @@ -8953,7 +8953,7 @@ public java.lang.String getFqn(); --- -##### `queriesInput`Optional +##### `queriesInput`Optional ```java public java.util.List getQueriesInput(); @@ -8963,7 +8963,7 @@ public java.util.List getQueriesInput(); --- -##### `queries`Required +##### `queries`Required ```java public java.util.List getQueries(); @@ -8973,13 +8973,13 @@ public java.util.List getQueries(); --- -##### `internalValue`Optional +##### `internalValue`Optional ```java -public DataprocWorkflowTemplateJobsPigJobQueryList getInternalValue(); +public DataprocWorkflowTemplateJobsPigJobQueryListStruct getInternalValue(); ``` -- *Type:* DataprocWorkflowTemplateJobsPigJobQueryList +- *Type:* DataprocWorkflowTemplateJobsPigJobQueryListStruct --- @@ -9489,12 +9489,12 @@ public void putLoggingConfig(DataprocWorkflowTemplateJobsPrestoJobLoggingConfig ##### `putQueryList` ```java -public void putQueryList(DataprocWorkflowTemplateJobsPrestoJobQueryList value) +public void putQueryList(DataprocWorkflowTemplateJobsPrestoJobQueryListStruct value) ``` ###### `value`Required -- *Type:* DataprocWorkflowTemplateJobsPrestoJobQueryList +- *Type:* DataprocWorkflowTemplateJobsPrestoJobQueryListStruct --- @@ -9548,14 +9548,14 @@ public void resetQueryList() | creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | fqn | java.lang.String | *No description.* | | loggingConfig | DataprocWorkflowTemplateJobsPrestoJobLoggingConfigOutputReference | *No description.* | -| queryList | DataprocWorkflowTemplateJobsPrestoJobQueryListOutputReference | *No description.* | +| queryList | DataprocWorkflowTemplateJobsPrestoJobQueryListStructOutputReference | *No description.* | | clientTagsInput | java.util.List | *No description.* | | continueOnFailureInput | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | *No description.* | | loggingConfigInput | DataprocWorkflowTemplateJobsPrestoJobLoggingConfig | *No description.* | | outputFormatInput | java.lang.String | *No description.* | | propertiesInput | java.util.Map | *No description.* | | queryFileUriInput | java.lang.String | *No description.* | -| queryListInput | DataprocWorkflowTemplateJobsPrestoJobQueryList | *No description.* | +| queryListInput | DataprocWorkflowTemplateJobsPrestoJobQueryListStruct | *No description.* | | clientTags | java.util.List | *No description.* | | continueOnFailure | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | *No description.* | | outputFormat | java.lang.String | *No description.* | @@ -9602,10 +9602,10 @@ public DataprocWorkflowTemplateJobsPrestoJobLoggingConfigOutputReference getLogg ##### `queryList`Required ```java -public DataprocWorkflowTemplateJobsPrestoJobQueryListOutputReference getQueryList(); +public DataprocWorkflowTemplateJobsPrestoJobQueryListStructOutputReference getQueryList(); ``` -- *Type:* DataprocWorkflowTemplateJobsPrestoJobQueryListOutputReference +- *Type:* DataprocWorkflowTemplateJobsPrestoJobQueryListStructOutputReference --- @@ -9672,10 +9672,10 @@ public java.lang.String getQueryFileUriInput(); ##### `queryListInput`Optional ```java -public DataprocWorkflowTemplateJobsPrestoJobQueryList getQueryListInput(); +public DataprocWorkflowTemplateJobsPrestoJobQueryListStruct getQueryListInput(); ``` -- *Type:* DataprocWorkflowTemplateJobsPrestoJobQueryList +- *Type:* DataprocWorkflowTemplateJobsPrestoJobQueryListStruct --- @@ -9740,24 +9740,24 @@ public DataprocWorkflowTemplateJobsPrestoJob getInternalValue(); --- -### DataprocWorkflowTemplateJobsPrestoJobQueryListOutputReference +### DataprocWorkflowTemplateJobsPrestoJobQueryListStructOutputReference -#### Initializers +#### Initializers ```java -import com.hashicorp.cdktf.providers.google.dataproc_workflow_template.DataprocWorkflowTemplateJobsPrestoJobQueryListOutputReference; +import com.hashicorp.cdktf.providers.google.dataproc_workflow_template.DataprocWorkflowTemplateJobsPrestoJobQueryListStructOutputReference; -new DataprocWorkflowTemplateJobsPrestoJobQueryListOutputReference(IInterpolatingParent terraformResource, java.lang.String terraformAttribute); +new DataprocWorkflowTemplateJobsPrestoJobQueryListStructOutputReference(IInterpolatingParent terraformResource, java.lang.String terraformAttribute); ``` | **Name** | **Type** | **Description** | | --- | --- | --- | -| terraformResource | com.hashicorp.cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | java.lang.String | The attribute on the parent resource this class is referencing. | +| terraformResource | com.hashicorp.cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | java.lang.String | The attribute on the parent resource this class is referencing. | --- -##### `terraformResource`Required +##### `terraformResource`Required - *Type:* com.hashicorp.cdktf.IInterpolatingParent @@ -9765,7 +9765,7 @@ The parent resource. --- -##### `terraformAttribute`Required +##### `terraformAttribute`Required - *Type:* java.lang.String @@ -9777,149 +9777,149 @@ 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. | +| computeFqn | *No description.* | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | --- -##### `computeFqn` +##### `computeFqn` ```java public java.lang.String computeFqn() ``` -##### `getAnyMapAttribute` +##### `getAnyMapAttribute` ```java public java.util.Map getAnyMapAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getBooleanAttribute` +##### `getBooleanAttribute` ```java public IResolvable getBooleanAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getBooleanMapAttribute` +##### `getBooleanMapAttribute` ```java public java.util.Map getBooleanMapAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getListAttribute` +##### `getListAttribute` ```java public java.util.List getListAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getNumberAttribute` +##### `getNumberAttribute` ```java public java.lang.Number getNumberAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getNumberListAttribute` +##### `getNumberListAttribute` ```java public java.util.List getNumberListAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getNumberMapAttribute` +##### `getNumberMapAttribute` ```java public java.util.Map getNumberMapAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getStringAttribute` +##### `getStringAttribute` ```java public java.lang.String getStringAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getStringMapAttribute` +##### `getStringMapAttribute` ```java public java.util.Map getStringMapAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `interpolationForAttribute` +##### `interpolationForAttribute` ```java public IResolvable interpolationForAttribute(java.lang.String property) ``` -###### `property`Required +###### `property`Required - *Type:* java.lang.String --- -##### `resolve` +##### `resolve` ```java public java.lang.Object resolve(IResolveContext _context) @@ -9927,13 +9927,13 @@ public java.lang.Object resolve(IResolveContext _context) Produce the Token's value at resolution time. -###### `_context`Required +###### `_context`Required - *Type:* com.hashicorp.cdktf.IResolveContext --- -##### `toString` +##### `toString` ```java public java.lang.String toString() @@ -9948,15 +9948,15 @@ Returns a reversible string representation. | **Name** | **Type** | **Description** | | --- | --- | --- | -| creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| fqn | java.lang.String | *No description.* | -| queriesInput | java.util.List | *No description.* | -| queries | java.util.List | *No description.* | -| internalValue | DataprocWorkflowTemplateJobsPrestoJobQueryList | *No description.* | +| creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | java.lang.String | *No description.* | +| queriesInput | java.util.List | *No description.* | +| queries | java.util.List | *No description.* | +| internalValue | DataprocWorkflowTemplateJobsPrestoJobQueryListStruct | *No description.* | --- -##### `creationStack`Required +##### `creationStack`Required ```java public java.util.List getCreationStack(); @@ -9970,7 +9970,7 @@ If this returns an empty array the stack will not be attached. --- -##### `fqn`Required +##### `fqn`Required ```java public java.lang.String getFqn(); @@ -9980,7 +9980,7 @@ public java.lang.String getFqn(); --- -##### `queriesInput`Optional +##### `queriesInput`Optional ```java public java.util.List getQueriesInput(); @@ -9990,7 +9990,7 @@ public java.util.List getQueriesInput(); --- -##### `queries`Required +##### `queries`Required ```java public java.util.List getQueries(); @@ -10000,13 +10000,13 @@ public java.util.List getQueries(); --- -##### `internalValue`Optional +##### `internalValue`Optional ```java -public DataprocWorkflowTemplateJobsPrestoJobQueryList getInternalValue(); +public DataprocWorkflowTemplateJobsPrestoJobQueryListStruct getInternalValue(); ``` -- *Type:* DataprocWorkflowTemplateJobsPrestoJobQueryList +- *Type:* DataprocWorkflowTemplateJobsPrestoJobQueryListStruct --- @@ -13066,12 +13066,12 @@ public void putLoggingConfig(DataprocWorkflowTemplateJobsSparkSqlJobLoggingConfi ##### `putQueryList` ```java -public void putQueryList(DataprocWorkflowTemplateJobsSparkSqlJobQueryList value) +public void putQueryList(DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct value) ``` ###### `value`Required -- *Type:* DataprocWorkflowTemplateJobsSparkSqlJobQueryList +- *Type:* DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct --- @@ -13119,12 +13119,12 @@ public void resetScriptVariables() | creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | fqn | java.lang.String | *No description.* | | loggingConfig | DataprocWorkflowTemplateJobsSparkSqlJobLoggingConfigOutputReference | *No description.* | -| queryList | DataprocWorkflowTemplateJobsSparkSqlJobQueryListOutputReference | *No description.* | +| queryList | DataprocWorkflowTemplateJobsSparkSqlJobQueryListStructOutputReference | *No description.* | | jarFileUrisInput | java.util.List | *No description.* | | loggingConfigInput | DataprocWorkflowTemplateJobsSparkSqlJobLoggingConfig | *No description.* | | propertiesInput | java.util.Map | *No description.* | | queryFileUriInput | java.lang.String | *No description.* | -| queryListInput | DataprocWorkflowTemplateJobsSparkSqlJobQueryList | *No description.* | +| queryListInput | DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct | *No description.* | | scriptVariablesInput | java.util.Map | *No description.* | | jarFileUris | java.util.List | *No description.* | | properties | java.util.Map | *No description.* | @@ -13171,10 +13171,10 @@ public DataprocWorkflowTemplateJobsSparkSqlJobLoggingConfigOutputReference getLo ##### `queryList`Required ```java -public DataprocWorkflowTemplateJobsSparkSqlJobQueryListOutputReference getQueryList(); +public DataprocWorkflowTemplateJobsSparkSqlJobQueryListStructOutputReference getQueryList(); ``` -- *Type:* DataprocWorkflowTemplateJobsSparkSqlJobQueryListOutputReference +- *Type:* DataprocWorkflowTemplateJobsSparkSqlJobQueryListStructOutputReference --- @@ -13221,10 +13221,10 @@ public java.lang.String getQueryFileUriInput(); ##### `queryListInput`Optional ```java -public DataprocWorkflowTemplateJobsSparkSqlJobQueryList getQueryListInput(); +public DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct getQueryListInput(); ``` -- *Type:* DataprocWorkflowTemplateJobsSparkSqlJobQueryList +- *Type:* DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct --- @@ -13289,24 +13289,24 @@ public DataprocWorkflowTemplateJobsSparkSqlJob getInternalValue(); --- -### DataprocWorkflowTemplateJobsSparkSqlJobQueryListOutputReference +### DataprocWorkflowTemplateJobsSparkSqlJobQueryListStructOutputReference -#### Initializers +#### Initializers ```java -import com.hashicorp.cdktf.providers.google.dataproc_workflow_template.DataprocWorkflowTemplateJobsSparkSqlJobQueryListOutputReference; +import com.hashicorp.cdktf.providers.google.dataproc_workflow_template.DataprocWorkflowTemplateJobsSparkSqlJobQueryListStructOutputReference; -new DataprocWorkflowTemplateJobsSparkSqlJobQueryListOutputReference(IInterpolatingParent terraformResource, java.lang.String terraformAttribute); +new DataprocWorkflowTemplateJobsSparkSqlJobQueryListStructOutputReference(IInterpolatingParent terraformResource, java.lang.String terraformAttribute); ``` | **Name** | **Type** | **Description** | | --- | --- | --- | -| terraformResource | com.hashicorp.cdktf.IInterpolatingParent | The parent resource. | -| terraformAttribute | java.lang.String | The attribute on the parent resource this class is referencing. | +| terraformResource | com.hashicorp.cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | java.lang.String | The attribute on the parent resource this class is referencing. | --- -##### `terraformResource`Required +##### `terraformResource`Required - *Type:* com.hashicorp.cdktf.IInterpolatingParent @@ -13314,7 +13314,7 @@ The parent resource. --- -##### `terraformAttribute`Required +##### `terraformAttribute`Required - *Type:* java.lang.String @@ -13326,149 +13326,149 @@ 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. | +| computeFqn | *No description.* | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | --- -##### `computeFqn` +##### `computeFqn` ```java public java.lang.String computeFqn() ``` -##### `getAnyMapAttribute` +##### `getAnyMapAttribute` ```java public java.util.Map getAnyMapAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getBooleanAttribute` +##### `getBooleanAttribute` ```java public IResolvable getBooleanAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getBooleanMapAttribute` +##### `getBooleanMapAttribute` ```java public java.util.Map getBooleanMapAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getListAttribute` +##### `getListAttribute` ```java public java.util.List getListAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getNumberAttribute` +##### `getNumberAttribute` ```java public java.lang.Number getNumberAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getNumberListAttribute` +##### `getNumberListAttribute` ```java public java.util.List getNumberListAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getNumberMapAttribute` +##### `getNumberMapAttribute` ```java public java.util.Map getNumberMapAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getStringAttribute` +##### `getStringAttribute` ```java public java.lang.String getStringAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `getStringMapAttribute` +##### `getStringMapAttribute` ```java public java.util.Map getStringMapAttribute(java.lang.String terraformAttribute) ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* java.lang.String --- -##### `interpolationForAttribute` +##### `interpolationForAttribute` ```java public IResolvable interpolationForAttribute(java.lang.String property) ``` -###### `property`Required +###### `property`Required - *Type:* java.lang.String --- -##### `resolve` +##### `resolve` ```java public java.lang.Object resolve(IResolveContext _context) @@ -13476,13 +13476,13 @@ public java.lang.Object resolve(IResolveContext _context) Produce the Token's value at resolution time. -###### `_context`Required +###### `_context`Required - *Type:* com.hashicorp.cdktf.IResolveContext --- -##### `toString` +##### `toString` ```java public java.lang.String toString() @@ -13497,15 +13497,15 @@ Returns a reversible string representation. | **Name** | **Type** | **Description** | | --- | --- | --- | -| creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| fqn | java.lang.String | *No description.* | -| queriesInput | java.util.List | *No description.* | -| queries | java.util.List | *No description.* | -| internalValue | DataprocWorkflowTemplateJobsSparkSqlJobQueryList | *No description.* | +| creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | java.lang.String | *No description.* | +| queriesInput | java.util.List | *No description.* | +| queries | java.util.List | *No description.* | +| internalValue | DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct | *No description.* | --- -##### `creationStack`Required +##### `creationStack`Required ```java public java.util.List getCreationStack(); @@ -13519,7 +13519,7 @@ If this returns an empty array the stack will not be attached. --- -##### `fqn`Required +##### `fqn`Required ```java public java.lang.String getFqn(); @@ -13529,7 +13529,7 @@ public java.lang.String getFqn(); --- -##### `queriesInput`Optional +##### `queriesInput`Optional ```java public java.util.List getQueriesInput(); @@ -13539,7 +13539,7 @@ public java.util.List getQueriesInput(); --- -##### `queries`Required +##### `queries`Required ```java public java.util.List getQueries(); @@ -13549,13 +13549,13 @@ public java.util.List getQueries(); --- -##### `internalValue`Optional +##### `internalValue`Optional ```java -public DataprocWorkflowTemplateJobsSparkSqlJobQueryList getInternalValue(); +public DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct getInternalValue(); ``` -- *Type:* DataprocWorkflowTemplateJobsSparkSqlJobQueryList +- *Type:* DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct --- diff --git a/docs/dataprocWorkflowTemplate.python.md b/docs/dataprocWorkflowTemplate.python.md index b2b1c68c861..918b430a1dc 100644 --- a/docs/dataprocWorkflowTemplate.python.md +++ b/docs/dataprocWorkflowTemplate.python.md @@ -1836,7 +1836,7 @@ dataprocWorkflowTemplate.DataprocWorkflowTemplateJobsHiveJob( jar_file_uris: typing.List[str] = None, properties: typing.Mapping[str] = None, query_file_uri: str = None, - query_list: DataprocWorkflowTemplateJobsHiveJobQueryList = None, + query_list: DataprocWorkflowTemplateJobsHiveJobQueryListStruct = None, script_variables: typing.Mapping[str] = None ) ``` @@ -1849,7 +1849,7 @@ dataprocWorkflowTemplate.DataprocWorkflowTemplateJobsHiveJob( | jar_file_uris | typing.List[str] | Optional. | | properties | typing.Mapping[str] | Optional. | | query_file_uri | str | The HCFS URI of the script that contains Hive queries. | -| query_list | DataprocWorkflowTemplateJobsHiveJobQueryList | query_list block. | +| query_list | DataprocWorkflowTemplateJobsHiveJobQueryListStruct | query_list block. | | script_variables | typing.Mapping[str] | Optional. Mapping of query variable names to values (equivalent to the Hive command: `SET name="value";`). | --- @@ -1919,10 +1919,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ##### `query_list`Optional ```python -query_list: DataprocWorkflowTemplateJobsHiveJobQueryList +query_list: DataprocWorkflowTemplateJobsHiveJobQueryListStruct ``` -- *Type:* DataprocWorkflowTemplateJobsHiveJobQueryList +- *Type:* DataprocWorkflowTemplateJobsHiveJobQueryListStruct query_list block. @@ -1944,14 +1944,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi --- -### DataprocWorkflowTemplateJobsHiveJobQueryList +### DataprocWorkflowTemplateJobsHiveJobQueryListStruct -#### Initializer +#### Initializer ```python from cdktf_cdktf_provider_google import dataproc_workflow_template -dataprocWorkflowTemplate.DataprocWorkflowTemplateJobsHiveJobQueryList( +dataprocWorkflowTemplate.DataprocWorkflowTemplateJobsHiveJobQueryListStruct( queries: typing.List[str] ) ``` @@ -1960,11 +1960,11 @@ dataprocWorkflowTemplate.DataprocWorkflowTemplateJobsHiveJobQueryList( | **Name** | **Type** | **Description** | | --- | --- | --- | -| queries | typing.List[str] | Required. | +| queries | typing.List[str] | Required. | --- -##### `queries`Required +##### `queries`Required ```python queries: typing.List[str] @@ -1993,7 +1993,7 @@ dataprocWorkflowTemplate.DataprocWorkflowTemplateJobsPigJob( logging_config: DataprocWorkflowTemplateJobsPigJobLoggingConfig = None, properties: typing.Mapping[str] = None, query_file_uri: str = None, - query_list: DataprocWorkflowTemplateJobsPigJobQueryList = None, + query_list: DataprocWorkflowTemplateJobsPigJobQueryListStruct = None, script_variables: typing.Mapping[str] = None ) ``` @@ -2007,7 +2007,7 @@ dataprocWorkflowTemplate.DataprocWorkflowTemplateJobsPigJob( | logging_config | DataprocWorkflowTemplateJobsPigJobLoggingConfig | logging_config block. | | properties | typing.Mapping[str] | Optional. | | query_file_uri | str | The HCFS URI of the script that contains the Pig queries. | -| query_list | DataprocWorkflowTemplateJobsPigJobQueryList | query_list block. | +| query_list | DataprocWorkflowTemplateJobsPigJobQueryListStruct | query_list block. | | script_variables | typing.Mapping[str] | Optional. Mapping of query variable names to values (equivalent to the Pig command: `name=[value]`). | --- @@ -2091,10 +2091,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ##### `query_list`Optional ```python -query_list: DataprocWorkflowTemplateJobsPigJobQueryList +query_list: DataprocWorkflowTemplateJobsPigJobQueryListStruct ``` -- *Type:* DataprocWorkflowTemplateJobsPigJobQueryList +- *Type:* DataprocWorkflowTemplateJobsPigJobQueryListStruct query_list block. @@ -2152,14 +2152,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi --- -### DataprocWorkflowTemplateJobsPigJobQueryList +### DataprocWorkflowTemplateJobsPigJobQueryListStruct -#### Initializer +#### Initializer ```python from cdktf_cdktf_provider_google import dataproc_workflow_template -dataprocWorkflowTemplate.DataprocWorkflowTemplateJobsPigJobQueryList( +dataprocWorkflowTemplate.DataprocWorkflowTemplateJobsPigJobQueryListStruct( queries: typing.List[str] ) ``` @@ -2168,11 +2168,11 @@ dataprocWorkflowTemplate.DataprocWorkflowTemplateJobsPigJobQueryList( | **Name** | **Type** | **Description** | | --- | --- | --- | -| queries | typing.List[str] | Required. | +| queries | typing.List[str] | Required. | --- -##### `queries`Required +##### `queries`Required ```python queries: typing.List[str] @@ -2202,7 +2202,7 @@ dataprocWorkflowTemplate.DataprocWorkflowTemplateJobsPrestoJob( output_format: str = None, properties: typing.Mapping[str] = None, query_file_uri: str = None, - query_list: DataprocWorkflowTemplateJobsPrestoJobQueryList = None + query_list: DataprocWorkflowTemplateJobsPrestoJobQueryListStruct = None ) ``` @@ -2216,7 +2216,7 @@ dataprocWorkflowTemplate.DataprocWorkflowTemplateJobsPrestoJob( | output_format | str | Optional. The format in which query output will be displayed. See the Presto documentation for supported output formats. | | properties | typing.Mapping[str] | Optional. | | query_file_uri | str | The HCFS URI of the script that contains SQL queries. | -| query_list | DataprocWorkflowTemplateJobsPrestoJobQueryList | query_list block. | +| query_list | DataprocWorkflowTemplateJobsPrestoJobQueryListStruct | query_list block. | --- @@ -2311,10 +2311,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ##### `query_list`Optional ```python -query_list: DataprocWorkflowTemplateJobsPrestoJobQueryList +query_list: DataprocWorkflowTemplateJobsPrestoJobQueryListStruct ``` -- *Type:* DataprocWorkflowTemplateJobsPrestoJobQueryList +- *Type:* DataprocWorkflowTemplateJobsPrestoJobQueryListStruct query_list block. @@ -2358,14 +2358,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi --- -### DataprocWorkflowTemplateJobsPrestoJobQueryList +### DataprocWorkflowTemplateJobsPrestoJobQueryListStruct -#### Initializer +#### Initializer ```python from cdktf_cdktf_provider_google import dataproc_workflow_template -dataprocWorkflowTemplate.DataprocWorkflowTemplateJobsPrestoJobQueryList( +dataprocWorkflowTemplate.DataprocWorkflowTemplateJobsPrestoJobQueryListStruct( queries: typing.List[str] ) ``` @@ -2374,11 +2374,11 @@ dataprocWorkflowTemplate.DataprocWorkflowTemplateJobsPrestoJobQueryList( | **Name** | **Type** | **Description** | | --- | --- | --- | -| queries | typing.List[str] | Required. | +| queries | typing.List[str] | Required. | --- -##### `queries`Required +##### `queries`Required ```python queries: typing.List[str] @@ -3002,7 +3002,7 @@ dataprocWorkflowTemplate.DataprocWorkflowTemplateJobsSparkSqlJob( logging_config: DataprocWorkflowTemplateJobsSparkSqlJobLoggingConfig = None, properties: typing.Mapping[str] = None, query_file_uri: str = None, - query_list: DataprocWorkflowTemplateJobsSparkSqlJobQueryList = None, + query_list: DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct = None, script_variables: typing.Mapping[str] = None ) ``` @@ -3015,7 +3015,7 @@ dataprocWorkflowTemplate.DataprocWorkflowTemplateJobsSparkSqlJob( | logging_config | DataprocWorkflowTemplateJobsSparkSqlJobLoggingConfig | logging_config block. | | properties | typing.Mapping[str] | Optional. | | query_file_uri | str | The HCFS URI of the script that contains SQL queries. | -| query_list | DataprocWorkflowTemplateJobsSparkSqlJobQueryList | query_list block. | +| query_list | DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct | query_list block. | | script_variables | typing.Mapping[str] | Optional. Mapping of query variable names to values (equivalent to the Spark SQL command: SET `name="value";`). | --- @@ -3081,10 +3081,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ##### `query_list`Optional ```python -query_list: DataprocWorkflowTemplateJobsSparkSqlJobQueryList +query_list: DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct ``` -- *Type:* DataprocWorkflowTemplateJobsSparkSqlJobQueryList +- *Type:* DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct query_list block. @@ -3142,14 +3142,14 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi --- -### DataprocWorkflowTemplateJobsSparkSqlJobQueryList +### DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct -#### Initializer +#### Initializer ```python from cdktf_cdktf_provider_google import dataproc_workflow_template -dataprocWorkflowTemplate.DataprocWorkflowTemplateJobsSparkSqlJobQueryList( +dataprocWorkflowTemplate.DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct( queries: typing.List[str] ) ``` @@ -3158,11 +3158,11 @@ dataprocWorkflowTemplate.DataprocWorkflowTemplateJobsSparkSqlJobQueryList( | **Name** | **Type** | **Description** | | --- | --- | --- | -| queries | typing.List[str] | Required. | +| queries | typing.List[str] | Required. | --- -##### `queries`Required +##### `queries`Required ```python queries: typing.List[str] @@ -6777,12 +6777,12 @@ def reset_script_variables() -> None | --- | --- | --- | | creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | fqn | str | *No description.* | -| query_list | DataprocWorkflowTemplateJobsHiveJobQueryListOutputReference | *No description.* | +| query_list | DataprocWorkflowTemplateJobsHiveJobQueryListStructOutputReference | *No description.* | | continue_on_failure_input | typing.Union[bool, cdktf.IResolvable] | *No description.* | | jar_file_uris_input | typing.List[str] | *No description.* | | properties_input | typing.Mapping[str] | *No description.* | | query_file_uri_input | str | *No description.* | -| query_list_input | DataprocWorkflowTemplateJobsHiveJobQueryList | *No description.* | +| query_list_input | DataprocWorkflowTemplateJobsHiveJobQueryListStruct | *No description.* | | script_variables_input | typing.Mapping[str] | *No description.* | | continue_on_failure | typing.Union[bool, cdktf.IResolvable] | *No description.* | | jar_file_uris | typing.List[str] | *No description.* | @@ -6820,10 +6820,10 @@ fqn: str ##### `query_list`Required ```python -query_list: DataprocWorkflowTemplateJobsHiveJobQueryListOutputReference +query_list: DataprocWorkflowTemplateJobsHiveJobQueryListStructOutputReference ``` -- *Type:* DataprocWorkflowTemplateJobsHiveJobQueryListOutputReference +- *Type:* DataprocWorkflowTemplateJobsHiveJobQueryListStructOutputReference --- @@ -6870,10 +6870,10 @@ query_file_uri_input: str ##### `query_list_input`Optional ```python -query_list_input: DataprocWorkflowTemplateJobsHiveJobQueryList +query_list_input: DataprocWorkflowTemplateJobsHiveJobQueryListStruct ``` -- *Type:* DataprocWorkflowTemplateJobsHiveJobQueryList +- *Type:* DataprocWorkflowTemplateJobsHiveJobQueryListStruct --- @@ -6948,14 +6948,14 @@ internal_value: DataprocWorkflowTemplateJobsHiveJob --- -### DataprocWorkflowTemplateJobsHiveJobQueryListOutputReference +### DataprocWorkflowTemplateJobsHiveJobQueryListStructOutputReference -#### Initializers +#### Initializers ```python from cdktf_cdktf_provider_google import dataproc_workflow_template -dataprocWorkflowTemplate.DataprocWorkflowTemplateJobsHiveJobQueryListOutputReference( +dataprocWorkflowTemplate.DataprocWorkflowTemplateJobsHiveJobQueryListStructOutputReference( terraform_resource: IInterpolatingParent, terraform_attribute: str ) @@ -6963,12 +6963,12 @@ dataprocWorkflowTemplate.DataprocWorkflowTemplateJobsHiveJobQueryListOutputRefer | **Name** | **Type** | **Description** | | --- | --- | --- | -| terraform_resource | cdktf.IInterpolatingParent | The parent resource. | -| terraform_attribute | str | The attribute on the parent resource this class is referencing. | +| terraform_resource | cdktf.IInterpolatingParent | The parent resource. | +| terraform_attribute | str | The attribute on the parent resource this class is referencing. | --- -##### `terraform_resource`Required +##### `terraform_resource`Required - *Type:* cdktf.IInterpolatingParent @@ -6976,7 +6976,7 @@ The parent resource. --- -##### `terraform_attribute`Required +##### `terraform_attribute`Required - *Type:* str @@ -6988,29 +6988,29 @@ The attribute on the parent resource this class is referencing. | **Name** | **Description** | | --- | --- | -| compute_fqn | *No description.* | -| get_any_map_attribute | *No description.* | -| get_boolean_attribute | *No description.* | -| get_boolean_map_attribute | *No description.* | -| get_list_attribute | *No description.* | -| get_number_attribute | *No description.* | -| get_number_list_attribute | *No description.* | -| get_number_map_attribute | *No description.* | -| get_string_attribute | *No description.* | -| get_string_map_attribute | *No description.* | -| interpolation_for_attribute | *No description.* | -| resolve | Produce the Token's value at resolution time. | -| to_string | Return a string representation of this resolvable object. | +| compute_fqn | *No description.* | +| get_any_map_attribute | *No description.* | +| get_boolean_attribute | *No description.* | +| get_boolean_map_attribute | *No description.* | +| get_list_attribute | *No description.* | +| get_number_attribute | *No description.* | +| get_number_list_attribute | *No description.* | +| get_number_map_attribute | *No description.* | +| get_string_attribute | *No description.* | +| get_string_map_attribute | *No description.* | +| interpolation_for_attribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| to_string | Return a string representation of this resolvable object. | --- -##### `compute_fqn` +##### `compute_fqn` ```python def compute_fqn() -> str ``` -##### `get_any_map_attribute` +##### `get_any_map_attribute` ```python def get_any_map_attribute( @@ -7018,13 +7018,13 @@ def get_any_map_attribute( ) -> typing.Mapping[typing.Any] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_boolean_attribute` +##### `get_boolean_attribute` ```python def get_boolean_attribute( @@ -7032,13 +7032,13 @@ def get_boolean_attribute( ) -> IResolvable ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_boolean_map_attribute` +##### `get_boolean_map_attribute` ```python def get_boolean_map_attribute( @@ -7046,13 +7046,13 @@ def get_boolean_map_attribute( ) -> typing.Mapping[bool] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_list_attribute` +##### `get_list_attribute` ```python def get_list_attribute( @@ -7060,13 +7060,13 @@ def get_list_attribute( ) -> typing.List[str] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_number_attribute` +##### `get_number_attribute` ```python def get_number_attribute( @@ -7074,13 +7074,13 @@ def get_number_attribute( ) -> typing.Union[int, float] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_number_list_attribute` +##### `get_number_list_attribute` ```python def get_number_list_attribute( @@ -7088,13 +7088,13 @@ def get_number_list_attribute( ) -> typing.List[typing.Union[int, float]] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_number_map_attribute` +##### `get_number_map_attribute` ```python def get_number_map_attribute( @@ -7102,13 +7102,13 @@ def get_number_map_attribute( ) -> typing.Mapping[typing.Union[int, float]] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_string_attribute` +##### `get_string_attribute` ```python def get_string_attribute( @@ -7116,13 +7116,13 @@ def get_string_attribute( ) -> str ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_string_map_attribute` +##### `get_string_map_attribute` ```python def get_string_map_attribute( @@ -7130,13 +7130,13 @@ def get_string_map_attribute( ) -> typing.Mapping[str] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `interpolation_for_attribute` +##### `interpolation_for_attribute` ```python def interpolation_for_attribute( @@ -7144,13 +7144,13 @@ def interpolation_for_attribute( ) -> IResolvable ``` -###### `property`Required +###### `property`Required - *Type:* str --- -##### `resolve` +##### `resolve` ```python def resolve( @@ -7160,13 +7160,13 @@ def resolve( Produce the Token's value at resolution time. -###### `_context`Required +###### `_context`Required - *Type:* cdktf.IResolveContext --- -##### `to_string` +##### `to_string` ```python def to_string() -> str @@ -7181,15 +7181,15 @@ Returns a reversible string representation. | **Name** | **Type** | **Description** | | --- | --- | --- | -| creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| fqn | str | *No description.* | -| queries_input | typing.List[str] | *No description.* | -| queries | typing.List[str] | *No description.* | -| internal_value | DataprocWorkflowTemplateJobsHiveJobQueryList | *No description.* | +| creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | str | *No description.* | +| queries_input | typing.List[str] | *No description.* | +| queries | typing.List[str] | *No description.* | +| internal_value | DataprocWorkflowTemplateJobsHiveJobQueryListStruct | *No description.* | --- -##### `creation_stack`Required +##### `creation_stack`Required ```python creation_stack: typing.List[str] @@ -7203,7 +7203,7 @@ If this returns an empty array the stack will not be attached. --- -##### `fqn`Required +##### `fqn`Required ```python fqn: str @@ -7213,7 +7213,7 @@ fqn: str --- -##### `queries_input`Optional +##### `queries_input`Optional ```python queries_input: typing.List[str] @@ -7223,7 +7223,7 @@ queries_input: typing.List[str] --- -##### `queries`Required +##### `queries`Required ```python queries: typing.List[str] @@ -7233,13 +7233,13 @@ queries: typing.List[str] --- -##### `internal_value`Optional +##### `internal_value`Optional ```python -internal_value: DataprocWorkflowTemplateJobsHiveJobQueryList +internal_value: DataprocWorkflowTemplateJobsHiveJobQueryListStruct ``` -- *Type:* DataprocWorkflowTemplateJobsHiveJobQueryList +- *Type:* DataprocWorkflowTemplateJobsHiveJobQueryListStruct --- @@ -7776,7 +7776,7 @@ def put_hive_job( jar_file_uris: typing.List[str] = None, properties: typing.Mapping[str] = None, query_file_uri: str = None, - query_list: DataprocWorkflowTemplateJobsHiveJobQueryList = None, + query_list: DataprocWorkflowTemplateJobsHiveJobQueryListStruct = None, script_variables: typing.Mapping[str] = None ) -> None ``` @@ -7829,7 +7829,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ###### `query_list`Optional -- *Type:* DataprocWorkflowTemplateJobsHiveJobQueryList +- *Type:* DataprocWorkflowTemplateJobsHiveJobQueryListStruct query_list block. @@ -7856,7 +7856,7 @@ def put_pig_job( logging_config: DataprocWorkflowTemplateJobsPigJobLoggingConfig = None, properties: typing.Mapping[str] = None, query_file_uri: str = None, - query_list: DataprocWorkflowTemplateJobsPigJobQueryList = None, + query_list: DataprocWorkflowTemplateJobsPigJobQueryListStruct = None, script_variables: typing.Mapping[str] = None ) -> None ``` @@ -7919,7 +7919,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ###### `query_list`Optional -- *Type:* DataprocWorkflowTemplateJobsPigJobQueryList +- *Type:* DataprocWorkflowTemplateJobsPigJobQueryListStruct query_list block. @@ -7947,7 +7947,7 @@ def put_presto_job( output_format: str = None, properties: typing.Mapping[str] = None, query_file_uri: str = None, - query_list: DataprocWorkflowTemplateJobsPrestoJobQueryList = None + query_list: DataprocWorkflowTemplateJobsPrestoJobQueryListStruct = None ) -> None ``` @@ -8017,7 +8017,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ###### `query_list`Optional -- *Type:* DataprocWorkflowTemplateJobsPrestoJobQueryList +- *Type:* DataprocWorkflowTemplateJobsPrestoJobQueryListStruct query_list block. @@ -8357,7 +8357,7 @@ def put_spark_sql_job( logging_config: DataprocWorkflowTemplateJobsSparkSqlJobLoggingConfig = None, properties: typing.Mapping[str] = None, query_file_uri: str = None, - query_list: DataprocWorkflowTemplateJobsSparkSqlJobQueryList = None, + query_list: DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct = None, script_variables: typing.Mapping[str] = None ) -> None ``` @@ -8406,7 +8406,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ###### `query_list`Optional -- *Type:* DataprocWorkflowTemplateJobsSparkSqlJobQueryList +- *Type:* DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct query_list block. @@ -9430,13 +9430,13 @@ def reset_script_variables() -> None | creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | fqn | str | *No description.* | | logging_config | DataprocWorkflowTemplateJobsPigJobLoggingConfigOutputReference | *No description.* | -| query_list | DataprocWorkflowTemplateJobsPigJobQueryListOutputReference | *No description.* | +| query_list | DataprocWorkflowTemplateJobsPigJobQueryListStructOutputReference | *No description.* | | continue_on_failure_input | typing.Union[bool, cdktf.IResolvable] | *No description.* | | jar_file_uris_input | typing.List[str] | *No description.* | | logging_config_input | DataprocWorkflowTemplateJobsPigJobLoggingConfig | *No description.* | | properties_input | typing.Mapping[str] | *No description.* | | query_file_uri_input | str | *No description.* | -| query_list_input | DataprocWorkflowTemplateJobsPigJobQueryList | *No description.* | +| query_list_input | DataprocWorkflowTemplateJobsPigJobQueryListStruct | *No description.* | | script_variables_input | typing.Mapping[str] | *No description.* | | continue_on_failure | typing.Union[bool, cdktf.IResolvable] | *No description.* | | jar_file_uris | typing.List[str] | *No description.* | @@ -9484,10 +9484,10 @@ logging_config: DataprocWorkflowTemplateJobsPigJobLoggingConfigOutputReference ##### `query_list`Required ```python -query_list: DataprocWorkflowTemplateJobsPigJobQueryListOutputReference +query_list: DataprocWorkflowTemplateJobsPigJobQueryListStructOutputReference ``` -- *Type:* DataprocWorkflowTemplateJobsPigJobQueryListOutputReference +- *Type:* DataprocWorkflowTemplateJobsPigJobQueryListStructOutputReference --- @@ -9544,10 +9544,10 @@ query_file_uri_input: str ##### `query_list_input`Optional ```python -query_list_input: DataprocWorkflowTemplateJobsPigJobQueryList +query_list_input: DataprocWorkflowTemplateJobsPigJobQueryListStruct ``` -- *Type:* DataprocWorkflowTemplateJobsPigJobQueryList +- *Type:* DataprocWorkflowTemplateJobsPigJobQueryListStruct --- @@ -9622,14 +9622,14 @@ internal_value: DataprocWorkflowTemplateJobsPigJob --- -### DataprocWorkflowTemplateJobsPigJobQueryListOutputReference +### DataprocWorkflowTemplateJobsPigJobQueryListStructOutputReference -#### Initializers +#### Initializers ```python from cdktf_cdktf_provider_google import dataproc_workflow_template -dataprocWorkflowTemplate.DataprocWorkflowTemplateJobsPigJobQueryListOutputReference( +dataprocWorkflowTemplate.DataprocWorkflowTemplateJobsPigJobQueryListStructOutputReference( terraform_resource: IInterpolatingParent, terraform_attribute: str ) @@ -9637,12 +9637,12 @@ dataprocWorkflowTemplate.DataprocWorkflowTemplateJobsPigJobQueryListOutputRefere | **Name** | **Type** | **Description** | | --- | --- | --- | -| terraform_resource | cdktf.IInterpolatingParent | The parent resource. | -| terraform_attribute | str | The attribute on the parent resource this class is referencing. | +| terraform_resource | cdktf.IInterpolatingParent | The parent resource. | +| terraform_attribute | str | The attribute on the parent resource this class is referencing. | --- -##### `terraform_resource`Required +##### `terraform_resource`Required - *Type:* cdktf.IInterpolatingParent @@ -9650,7 +9650,7 @@ The parent resource. --- -##### `terraform_attribute`Required +##### `terraform_attribute`Required - *Type:* str @@ -9662,29 +9662,29 @@ The attribute on the parent resource this class is referencing. | **Name** | **Description** | | --- | --- | -| compute_fqn | *No description.* | -| get_any_map_attribute | *No description.* | -| get_boolean_attribute | *No description.* | -| get_boolean_map_attribute | *No description.* | -| get_list_attribute | *No description.* | -| get_number_attribute | *No description.* | -| get_number_list_attribute | *No description.* | -| get_number_map_attribute | *No description.* | -| get_string_attribute | *No description.* | -| get_string_map_attribute | *No description.* | -| interpolation_for_attribute | *No description.* | -| resolve | Produce the Token's value at resolution time. | -| to_string | Return a string representation of this resolvable object. | +| compute_fqn | *No description.* | +| get_any_map_attribute | *No description.* | +| get_boolean_attribute | *No description.* | +| get_boolean_map_attribute | *No description.* | +| get_list_attribute | *No description.* | +| get_number_attribute | *No description.* | +| get_number_list_attribute | *No description.* | +| get_number_map_attribute | *No description.* | +| get_string_attribute | *No description.* | +| get_string_map_attribute | *No description.* | +| interpolation_for_attribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| to_string | Return a string representation of this resolvable object. | --- -##### `compute_fqn` +##### `compute_fqn` ```python def compute_fqn() -> str ``` -##### `get_any_map_attribute` +##### `get_any_map_attribute` ```python def get_any_map_attribute( @@ -9692,13 +9692,13 @@ def get_any_map_attribute( ) -> typing.Mapping[typing.Any] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_boolean_attribute` +##### `get_boolean_attribute` ```python def get_boolean_attribute( @@ -9706,13 +9706,13 @@ def get_boolean_attribute( ) -> IResolvable ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_boolean_map_attribute` +##### `get_boolean_map_attribute` ```python def get_boolean_map_attribute( @@ -9720,13 +9720,13 @@ def get_boolean_map_attribute( ) -> typing.Mapping[bool] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_list_attribute` +##### `get_list_attribute` ```python def get_list_attribute( @@ -9734,13 +9734,13 @@ def get_list_attribute( ) -> typing.List[str] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_number_attribute` +##### `get_number_attribute` ```python def get_number_attribute( @@ -9748,13 +9748,13 @@ def get_number_attribute( ) -> typing.Union[int, float] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_number_list_attribute` +##### `get_number_list_attribute` ```python def get_number_list_attribute( @@ -9762,13 +9762,13 @@ def get_number_list_attribute( ) -> typing.List[typing.Union[int, float]] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_number_map_attribute` +##### `get_number_map_attribute` ```python def get_number_map_attribute( @@ -9776,13 +9776,13 @@ def get_number_map_attribute( ) -> typing.Mapping[typing.Union[int, float]] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_string_attribute` +##### `get_string_attribute` ```python def get_string_attribute( @@ -9790,13 +9790,13 @@ def get_string_attribute( ) -> str ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_string_map_attribute` +##### `get_string_map_attribute` ```python def get_string_map_attribute( @@ -9804,13 +9804,13 @@ def get_string_map_attribute( ) -> typing.Mapping[str] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `interpolation_for_attribute` +##### `interpolation_for_attribute` ```python def interpolation_for_attribute( @@ -9818,13 +9818,13 @@ def interpolation_for_attribute( ) -> IResolvable ``` -###### `property`Required +###### `property`Required - *Type:* str --- -##### `resolve` +##### `resolve` ```python def resolve( @@ -9834,13 +9834,13 @@ def resolve( Produce the Token's value at resolution time. -###### `_context`Required +###### `_context`Required - *Type:* cdktf.IResolveContext --- -##### `to_string` +##### `to_string` ```python def to_string() -> str @@ -9855,15 +9855,15 @@ Returns a reversible string representation. | **Name** | **Type** | **Description** | | --- | --- | --- | -| creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| fqn | str | *No description.* | -| queries_input | typing.List[str] | *No description.* | -| queries | typing.List[str] | *No description.* | -| internal_value | DataprocWorkflowTemplateJobsPigJobQueryList | *No description.* | +| creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | str | *No description.* | +| queries_input | typing.List[str] | *No description.* | +| queries | typing.List[str] | *No description.* | +| internal_value | DataprocWorkflowTemplateJobsPigJobQueryListStruct | *No description.* | --- -##### `creation_stack`Required +##### `creation_stack`Required ```python creation_stack: typing.List[str] @@ -9877,7 +9877,7 @@ If this returns an empty array the stack will not be attached. --- -##### `fqn`Required +##### `fqn`Required ```python fqn: str @@ -9887,7 +9887,7 @@ fqn: str --- -##### `queries_input`Optional +##### `queries_input`Optional ```python queries_input: typing.List[str] @@ -9897,7 +9897,7 @@ queries_input: typing.List[str] --- -##### `queries`Required +##### `queries`Required ```python queries: typing.List[str] @@ -9907,13 +9907,13 @@ queries: typing.List[str] --- -##### `internal_value`Optional +##### `internal_value`Optional ```python -internal_value: DataprocWorkflowTemplateJobsPigJobQueryList +internal_value: DataprocWorkflowTemplateJobsPigJobQueryListStruct ``` -- *Type:* DataprocWorkflowTemplateJobsPigJobQueryList +- *Type:* DataprocWorkflowTemplateJobsPigJobQueryListStruct --- @@ -10548,14 +10548,14 @@ def reset_query_list() -> None | creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | fqn | str | *No description.* | | logging_config | DataprocWorkflowTemplateJobsPrestoJobLoggingConfigOutputReference | *No description.* | -| query_list | DataprocWorkflowTemplateJobsPrestoJobQueryListOutputReference | *No description.* | +| query_list | DataprocWorkflowTemplateJobsPrestoJobQueryListStructOutputReference | *No description.* | | client_tags_input | typing.List[str] | *No description.* | | continue_on_failure_input | typing.Union[bool, cdktf.IResolvable] | *No description.* | | logging_config_input | DataprocWorkflowTemplateJobsPrestoJobLoggingConfig | *No description.* | | output_format_input | str | *No description.* | | properties_input | typing.Mapping[str] | *No description.* | | query_file_uri_input | str | *No description.* | -| query_list_input | DataprocWorkflowTemplateJobsPrestoJobQueryList | *No description.* | +| query_list_input | DataprocWorkflowTemplateJobsPrestoJobQueryListStruct | *No description.* | | client_tags | typing.List[str] | *No description.* | | continue_on_failure | typing.Union[bool, cdktf.IResolvable] | *No description.* | | output_format | str | *No description.* | @@ -10602,10 +10602,10 @@ logging_config: DataprocWorkflowTemplateJobsPrestoJobLoggingConfigOutputReferenc ##### `query_list`Required ```python -query_list: DataprocWorkflowTemplateJobsPrestoJobQueryListOutputReference +query_list: DataprocWorkflowTemplateJobsPrestoJobQueryListStructOutputReference ``` -- *Type:* DataprocWorkflowTemplateJobsPrestoJobQueryListOutputReference +- *Type:* DataprocWorkflowTemplateJobsPrestoJobQueryListStructOutputReference --- @@ -10672,10 +10672,10 @@ query_file_uri_input: str ##### `query_list_input`Optional ```python -query_list_input: DataprocWorkflowTemplateJobsPrestoJobQueryList +query_list_input: DataprocWorkflowTemplateJobsPrestoJobQueryListStruct ``` -- *Type:* DataprocWorkflowTemplateJobsPrestoJobQueryList +- *Type:* DataprocWorkflowTemplateJobsPrestoJobQueryListStruct --- @@ -10740,14 +10740,14 @@ internal_value: DataprocWorkflowTemplateJobsPrestoJob --- -### DataprocWorkflowTemplateJobsPrestoJobQueryListOutputReference +### DataprocWorkflowTemplateJobsPrestoJobQueryListStructOutputReference -#### Initializers +#### Initializers ```python from cdktf_cdktf_provider_google import dataproc_workflow_template -dataprocWorkflowTemplate.DataprocWorkflowTemplateJobsPrestoJobQueryListOutputReference( +dataprocWorkflowTemplate.DataprocWorkflowTemplateJobsPrestoJobQueryListStructOutputReference( terraform_resource: IInterpolatingParent, terraform_attribute: str ) @@ -10755,12 +10755,12 @@ dataprocWorkflowTemplate.DataprocWorkflowTemplateJobsPrestoJobQueryListOutputRef | **Name** | **Type** | **Description** | | --- | --- | --- | -| terraform_resource | cdktf.IInterpolatingParent | The parent resource. | -| terraform_attribute | str | The attribute on the parent resource this class is referencing. | +| terraform_resource | cdktf.IInterpolatingParent | The parent resource. | +| terraform_attribute | str | The attribute on the parent resource this class is referencing. | --- -##### `terraform_resource`Required +##### `terraform_resource`Required - *Type:* cdktf.IInterpolatingParent @@ -10768,7 +10768,7 @@ The parent resource. --- -##### `terraform_attribute`Required +##### `terraform_attribute`Required - *Type:* str @@ -10780,29 +10780,29 @@ The attribute on the parent resource this class is referencing. | **Name** | **Description** | | --- | --- | -| compute_fqn | *No description.* | -| get_any_map_attribute | *No description.* | -| get_boolean_attribute | *No description.* | -| get_boolean_map_attribute | *No description.* | -| get_list_attribute | *No description.* | -| get_number_attribute | *No description.* | -| get_number_list_attribute | *No description.* | -| get_number_map_attribute | *No description.* | -| get_string_attribute | *No description.* | -| get_string_map_attribute | *No description.* | -| interpolation_for_attribute | *No description.* | -| resolve | Produce the Token's value at resolution time. | -| to_string | Return a string representation of this resolvable object. | +| compute_fqn | *No description.* | +| get_any_map_attribute | *No description.* | +| get_boolean_attribute | *No description.* | +| get_boolean_map_attribute | *No description.* | +| get_list_attribute | *No description.* | +| get_number_attribute | *No description.* | +| get_number_list_attribute | *No description.* | +| get_number_map_attribute | *No description.* | +| get_string_attribute | *No description.* | +| get_string_map_attribute | *No description.* | +| interpolation_for_attribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| to_string | Return a string representation of this resolvable object. | --- -##### `compute_fqn` +##### `compute_fqn` ```python def compute_fqn() -> str ``` -##### `get_any_map_attribute` +##### `get_any_map_attribute` ```python def get_any_map_attribute( @@ -10810,13 +10810,13 @@ def get_any_map_attribute( ) -> typing.Mapping[typing.Any] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_boolean_attribute` +##### `get_boolean_attribute` ```python def get_boolean_attribute( @@ -10824,13 +10824,13 @@ def get_boolean_attribute( ) -> IResolvable ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_boolean_map_attribute` +##### `get_boolean_map_attribute` ```python def get_boolean_map_attribute( @@ -10838,13 +10838,13 @@ def get_boolean_map_attribute( ) -> typing.Mapping[bool] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_list_attribute` +##### `get_list_attribute` ```python def get_list_attribute( @@ -10852,13 +10852,13 @@ def get_list_attribute( ) -> typing.List[str] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_number_attribute` +##### `get_number_attribute` ```python def get_number_attribute( @@ -10866,13 +10866,13 @@ def get_number_attribute( ) -> typing.Union[int, float] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_number_list_attribute` +##### `get_number_list_attribute` ```python def get_number_list_attribute( @@ -10880,13 +10880,13 @@ def get_number_list_attribute( ) -> typing.List[typing.Union[int, float]] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_number_map_attribute` +##### `get_number_map_attribute` ```python def get_number_map_attribute( @@ -10894,13 +10894,13 @@ def get_number_map_attribute( ) -> typing.Mapping[typing.Union[int, float]] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_string_attribute` +##### `get_string_attribute` ```python def get_string_attribute( @@ -10908,13 +10908,13 @@ def get_string_attribute( ) -> str ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_string_map_attribute` +##### `get_string_map_attribute` ```python def get_string_map_attribute( @@ -10922,13 +10922,13 @@ def get_string_map_attribute( ) -> typing.Mapping[str] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `interpolation_for_attribute` +##### `interpolation_for_attribute` ```python def interpolation_for_attribute( @@ -10936,13 +10936,13 @@ def interpolation_for_attribute( ) -> IResolvable ``` -###### `property`Required +###### `property`Required - *Type:* str --- -##### `resolve` +##### `resolve` ```python def resolve( @@ -10952,13 +10952,13 @@ def resolve( Produce the Token's value at resolution time. -###### `_context`Required +###### `_context`Required - *Type:* cdktf.IResolveContext --- -##### `to_string` +##### `to_string` ```python def to_string() -> str @@ -10973,15 +10973,15 @@ Returns a reversible string representation. | **Name** | **Type** | **Description** | | --- | --- | --- | -| creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| fqn | str | *No description.* | -| queries_input | typing.List[str] | *No description.* | -| queries | typing.List[str] | *No description.* | -| internal_value | DataprocWorkflowTemplateJobsPrestoJobQueryList | *No description.* | +| creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | str | *No description.* | +| queries_input | typing.List[str] | *No description.* | +| queries | typing.List[str] | *No description.* | +| internal_value | DataprocWorkflowTemplateJobsPrestoJobQueryListStruct | *No description.* | --- -##### `creation_stack`Required +##### `creation_stack`Required ```python creation_stack: typing.List[str] @@ -10995,7 +10995,7 @@ If this returns an empty array the stack will not be attached. --- -##### `fqn`Required +##### `fqn`Required ```python fqn: str @@ -11005,7 +11005,7 @@ fqn: str --- -##### `queries_input`Optional +##### `queries_input`Optional ```python queries_input: typing.List[str] @@ -11015,7 +11015,7 @@ queries_input: typing.List[str] --- -##### `queries`Required +##### `queries`Required ```python queries: typing.List[str] @@ -11025,13 +11025,13 @@ queries: typing.List[str] --- -##### `internal_value`Optional +##### `internal_value`Optional ```python -internal_value: DataprocWorkflowTemplateJobsPrestoJobQueryList +internal_value: DataprocWorkflowTemplateJobsPrestoJobQueryListStruct ``` -- *Type:* DataprocWorkflowTemplateJobsPrestoJobQueryList +- *Type:* DataprocWorkflowTemplateJobsPrestoJobQueryListStruct --- @@ -14409,12 +14409,12 @@ def reset_script_variables() -> None | creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | fqn | str | *No description.* | | logging_config | DataprocWorkflowTemplateJobsSparkSqlJobLoggingConfigOutputReference | *No description.* | -| query_list | DataprocWorkflowTemplateJobsSparkSqlJobQueryListOutputReference | *No description.* | +| query_list | DataprocWorkflowTemplateJobsSparkSqlJobQueryListStructOutputReference | *No description.* | | jar_file_uris_input | typing.List[str] | *No description.* | | logging_config_input | DataprocWorkflowTemplateJobsSparkSqlJobLoggingConfig | *No description.* | | properties_input | typing.Mapping[str] | *No description.* | | query_file_uri_input | str | *No description.* | -| query_list_input | DataprocWorkflowTemplateJobsSparkSqlJobQueryList | *No description.* | +| query_list_input | DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct | *No description.* | | script_variables_input | typing.Mapping[str] | *No description.* | | jar_file_uris | typing.List[str] | *No description.* | | properties | typing.Mapping[str] | *No description.* | @@ -14461,10 +14461,10 @@ logging_config: DataprocWorkflowTemplateJobsSparkSqlJobLoggingConfigOutputRefere ##### `query_list`Required ```python -query_list: DataprocWorkflowTemplateJobsSparkSqlJobQueryListOutputReference +query_list: DataprocWorkflowTemplateJobsSparkSqlJobQueryListStructOutputReference ``` -- *Type:* DataprocWorkflowTemplateJobsSparkSqlJobQueryListOutputReference +- *Type:* DataprocWorkflowTemplateJobsSparkSqlJobQueryListStructOutputReference --- @@ -14511,10 +14511,10 @@ query_file_uri_input: str ##### `query_list_input`Optional ```python -query_list_input: DataprocWorkflowTemplateJobsSparkSqlJobQueryList +query_list_input: DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct ``` -- *Type:* DataprocWorkflowTemplateJobsSparkSqlJobQueryList +- *Type:* DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct --- @@ -14579,14 +14579,14 @@ internal_value: DataprocWorkflowTemplateJobsSparkSqlJob --- -### DataprocWorkflowTemplateJobsSparkSqlJobQueryListOutputReference +### DataprocWorkflowTemplateJobsSparkSqlJobQueryListStructOutputReference -#### Initializers +#### Initializers ```python from cdktf_cdktf_provider_google import dataproc_workflow_template -dataprocWorkflowTemplate.DataprocWorkflowTemplateJobsSparkSqlJobQueryListOutputReference( +dataprocWorkflowTemplate.DataprocWorkflowTemplateJobsSparkSqlJobQueryListStructOutputReference( terraform_resource: IInterpolatingParent, terraform_attribute: str ) @@ -14594,12 +14594,12 @@ dataprocWorkflowTemplate.DataprocWorkflowTemplateJobsSparkSqlJobQueryListOutputR | **Name** | **Type** | **Description** | | --- | --- | --- | -| terraform_resource | cdktf.IInterpolatingParent | The parent resource. | -| terraform_attribute | str | The attribute on the parent resource this class is referencing. | +| terraform_resource | cdktf.IInterpolatingParent | The parent resource. | +| terraform_attribute | str | The attribute on the parent resource this class is referencing. | --- -##### `terraform_resource`Required +##### `terraform_resource`Required - *Type:* cdktf.IInterpolatingParent @@ -14607,7 +14607,7 @@ The parent resource. --- -##### `terraform_attribute`Required +##### `terraform_attribute`Required - *Type:* str @@ -14619,29 +14619,29 @@ The attribute on the parent resource this class is referencing. | **Name** | **Description** | | --- | --- | -| compute_fqn | *No description.* | -| get_any_map_attribute | *No description.* | -| get_boolean_attribute | *No description.* | -| get_boolean_map_attribute | *No description.* | -| get_list_attribute | *No description.* | -| get_number_attribute | *No description.* | -| get_number_list_attribute | *No description.* | -| get_number_map_attribute | *No description.* | -| get_string_attribute | *No description.* | -| get_string_map_attribute | *No description.* | -| interpolation_for_attribute | *No description.* | -| resolve | Produce the Token's value at resolution time. | -| to_string | Return a string representation of this resolvable object. | +| compute_fqn | *No description.* | +| get_any_map_attribute | *No description.* | +| get_boolean_attribute | *No description.* | +| get_boolean_map_attribute | *No description.* | +| get_list_attribute | *No description.* | +| get_number_attribute | *No description.* | +| get_number_list_attribute | *No description.* | +| get_number_map_attribute | *No description.* | +| get_string_attribute | *No description.* | +| get_string_map_attribute | *No description.* | +| interpolation_for_attribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| to_string | Return a string representation of this resolvable object. | --- -##### `compute_fqn` +##### `compute_fqn` ```python def compute_fqn() -> str ``` -##### `get_any_map_attribute` +##### `get_any_map_attribute` ```python def get_any_map_attribute( @@ -14649,13 +14649,13 @@ def get_any_map_attribute( ) -> typing.Mapping[typing.Any] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_boolean_attribute` +##### `get_boolean_attribute` ```python def get_boolean_attribute( @@ -14663,13 +14663,13 @@ def get_boolean_attribute( ) -> IResolvable ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_boolean_map_attribute` +##### `get_boolean_map_attribute` ```python def get_boolean_map_attribute( @@ -14677,13 +14677,13 @@ def get_boolean_map_attribute( ) -> typing.Mapping[bool] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_list_attribute` +##### `get_list_attribute` ```python def get_list_attribute( @@ -14691,13 +14691,13 @@ def get_list_attribute( ) -> typing.List[str] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_number_attribute` +##### `get_number_attribute` ```python def get_number_attribute( @@ -14705,13 +14705,13 @@ def get_number_attribute( ) -> typing.Union[int, float] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_number_list_attribute` +##### `get_number_list_attribute` ```python def get_number_list_attribute( @@ -14719,13 +14719,13 @@ def get_number_list_attribute( ) -> typing.List[typing.Union[int, float]] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_number_map_attribute` +##### `get_number_map_attribute` ```python def get_number_map_attribute( @@ -14733,13 +14733,13 @@ def get_number_map_attribute( ) -> typing.Mapping[typing.Union[int, float]] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_string_attribute` +##### `get_string_attribute` ```python def get_string_attribute( @@ -14747,13 +14747,13 @@ def get_string_attribute( ) -> str ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `get_string_map_attribute` +##### `get_string_map_attribute` ```python def get_string_map_attribute( @@ -14761,13 +14761,13 @@ def get_string_map_attribute( ) -> typing.Mapping[str] ``` -###### `terraform_attribute`Required +###### `terraform_attribute`Required - *Type:* str --- -##### `interpolation_for_attribute` +##### `interpolation_for_attribute` ```python def interpolation_for_attribute( @@ -14775,13 +14775,13 @@ def interpolation_for_attribute( ) -> IResolvable ``` -###### `property`Required +###### `property`Required - *Type:* str --- -##### `resolve` +##### `resolve` ```python def resolve( @@ -14791,13 +14791,13 @@ def resolve( Produce the Token's value at resolution time. -###### `_context`Required +###### `_context`Required - *Type:* cdktf.IResolveContext --- -##### `to_string` +##### `to_string` ```python def to_string() -> str @@ -14812,15 +14812,15 @@ Returns a reversible string representation. | **Name** | **Type** | **Description** | | --- | --- | --- | -| creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | -| fqn | str | *No description.* | -| queries_input | typing.List[str] | *No description.* | -| queries | typing.List[str] | *No description.* | -| internal_value | DataprocWorkflowTemplateJobsSparkSqlJobQueryList | *No description.* | +| creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | str | *No description.* | +| queries_input | typing.List[str] | *No description.* | +| queries | typing.List[str] | *No description.* | +| internal_value | DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct | *No description.* | --- -##### `creation_stack`Required +##### `creation_stack`Required ```python creation_stack: typing.List[str] @@ -14834,7 +14834,7 @@ If this returns an empty array the stack will not be attached. --- -##### `fqn`Required +##### `fqn`Required ```python fqn: str @@ -14844,7 +14844,7 @@ fqn: str --- -##### `queries_input`Optional +##### `queries_input`Optional ```python queries_input: typing.List[str] @@ -14854,7 +14854,7 @@ queries_input: typing.List[str] --- -##### `queries`Required +##### `queries`Required ```python queries: typing.List[str] @@ -14864,13 +14864,13 @@ queries: typing.List[str] --- -##### `internal_value`Optional +##### `internal_value`Optional ```python -internal_value: DataprocWorkflowTemplateJobsSparkSqlJobQueryList +internal_value: DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct ``` -- *Type:* DataprocWorkflowTemplateJobsSparkSqlJobQueryList +- *Type:* DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct --- diff --git a/docs/dataprocWorkflowTemplate.typescript.md b/docs/dataprocWorkflowTemplate.typescript.md index 20b79e59c9d..c725a4008eb 100644 --- a/docs/dataprocWorkflowTemplate.typescript.md +++ b/docs/dataprocWorkflowTemplate.typescript.md @@ -1543,7 +1543,7 @@ const dataprocWorkflowTemplateJobsHiveJob: dataprocWorkflowTemplate.DataprocWork | jarFileUris | string[] | Optional. | | properties | {[ key: string ]: string} | Optional. | | queryFileUri | string | The HCFS URI of the script that contains Hive queries. | -| queryList | DataprocWorkflowTemplateJobsHiveJobQueryList | query_list block. | +| queryList | DataprocWorkflowTemplateJobsHiveJobQueryListStruct | query_list block. | | scriptVariables | {[ key: string ]: string} | Optional. Mapping of query variable names to values (equivalent to the Hive command: `SET name="value";`). | --- @@ -1613,10 +1613,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ##### `queryList`Optional ```typescript -public readonly queryList: DataprocWorkflowTemplateJobsHiveJobQueryList; +public readonly queryList: DataprocWorkflowTemplateJobsHiveJobQueryListStruct; ``` -- *Type:* DataprocWorkflowTemplateJobsHiveJobQueryList +- *Type:* DataprocWorkflowTemplateJobsHiveJobQueryListStruct query_list block. @@ -1638,25 +1638,25 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi --- -### DataprocWorkflowTemplateJobsHiveJobQueryList +### DataprocWorkflowTemplateJobsHiveJobQueryListStruct -#### Initializer +#### Initializer ```typescript import { dataprocWorkflowTemplate } from '@cdktf/provider-google' -const dataprocWorkflowTemplateJobsHiveJobQueryList: dataprocWorkflowTemplate.DataprocWorkflowTemplateJobsHiveJobQueryList = { ... } +const dataprocWorkflowTemplateJobsHiveJobQueryListStruct: dataprocWorkflowTemplate.DataprocWorkflowTemplateJobsHiveJobQueryListStruct = { ... } ``` #### Properties | **Name** | **Type** | **Description** | | --- | --- | --- | -| queries | string[] | Required. | +| queries | string[] | Required. | --- -##### `queries`Required +##### `queries`Required ```typescript public readonly queries: string[]; @@ -1691,7 +1691,7 @@ const dataprocWorkflowTemplateJobsPigJob: dataprocWorkflowTemplate.DataprocWorkf | loggingConfig | DataprocWorkflowTemplateJobsPigJobLoggingConfig | logging_config block. | | properties | {[ key: string ]: string} | Optional. | | queryFileUri | string | The HCFS URI of the script that contains the Pig queries. | -| queryList | DataprocWorkflowTemplateJobsPigJobQueryList | query_list block. | +| queryList | DataprocWorkflowTemplateJobsPigJobQueryListStruct | query_list block. | | scriptVariables | {[ key: string ]: string} | Optional. Mapping of query variable names to values (equivalent to the Pig command: `name=[value]`). | --- @@ -1775,10 +1775,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ##### `queryList`Optional ```typescript -public readonly queryList: DataprocWorkflowTemplateJobsPigJobQueryList; +public readonly queryList: DataprocWorkflowTemplateJobsPigJobQueryListStruct; ``` -- *Type:* DataprocWorkflowTemplateJobsPigJobQueryList +- *Type:* DataprocWorkflowTemplateJobsPigJobQueryListStruct query_list block. @@ -1834,25 +1834,25 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi --- -### DataprocWorkflowTemplateJobsPigJobQueryList +### DataprocWorkflowTemplateJobsPigJobQueryListStruct -#### Initializer +#### Initializer ```typescript import { dataprocWorkflowTemplate } from '@cdktf/provider-google' -const dataprocWorkflowTemplateJobsPigJobQueryList: dataprocWorkflowTemplate.DataprocWorkflowTemplateJobsPigJobQueryList = { ... } +const dataprocWorkflowTemplateJobsPigJobQueryListStruct: dataprocWorkflowTemplate.DataprocWorkflowTemplateJobsPigJobQueryListStruct = { ... } ``` #### Properties | **Name** | **Type** | **Description** | | --- | --- | --- | -| queries | string[] | Required. | +| queries | string[] | Required. | --- -##### `queries`Required +##### `queries`Required ```typescript public readonly queries: string[]; @@ -1888,7 +1888,7 @@ const dataprocWorkflowTemplateJobsPrestoJob: dataprocWorkflowTemplate.DataprocWo | outputFormat | string | Optional. The format in which query output will be displayed. See the Presto documentation for supported output formats. | | properties | {[ key: string ]: string} | Optional. | | queryFileUri | string | The HCFS URI of the script that contains SQL queries. | -| queryList | DataprocWorkflowTemplateJobsPrestoJobQueryList | query_list block. | +| queryList | DataprocWorkflowTemplateJobsPrestoJobQueryListStruct | query_list block. | --- @@ -1983,10 +1983,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ##### `queryList`Optional ```typescript -public readonly queryList: DataprocWorkflowTemplateJobsPrestoJobQueryList; +public readonly queryList: DataprocWorkflowTemplateJobsPrestoJobQueryListStruct; ``` -- *Type:* DataprocWorkflowTemplateJobsPrestoJobQueryList +- *Type:* DataprocWorkflowTemplateJobsPrestoJobQueryListStruct query_list block. @@ -2028,25 +2028,25 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi --- -### DataprocWorkflowTemplateJobsPrestoJobQueryList +### DataprocWorkflowTemplateJobsPrestoJobQueryListStruct -#### Initializer +#### Initializer ```typescript import { dataprocWorkflowTemplate } from '@cdktf/provider-google' -const dataprocWorkflowTemplateJobsPrestoJobQueryList: dataprocWorkflowTemplate.DataprocWorkflowTemplateJobsPrestoJobQueryList = { ... } +const dataprocWorkflowTemplateJobsPrestoJobQueryListStruct: dataprocWorkflowTemplate.DataprocWorkflowTemplateJobsPrestoJobQueryListStruct = { ... } ``` #### Properties | **Name** | **Type** | **Description** | | --- | --- | --- | -| queries | string[] | Required. | +| queries | string[] | Required. | --- -##### `queries`Required +##### `queries`Required ```typescript public readonly queries: string[]; @@ -2642,7 +2642,7 @@ const dataprocWorkflowTemplateJobsSparkSqlJob: dataprocWorkflowTemplate.Dataproc | loggingConfig | DataprocWorkflowTemplateJobsSparkSqlJobLoggingConfig | logging_config block. | | properties | {[ key: string ]: string} | Optional. | | queryFileUri | string | The HCFS URI of the script that contains SQL queries. | -| queryList | DataprocWorkflowTemplateJobsSparkSqlJobQueryList | query_list block. | +| queryList | DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct | query_list block. | | scriptVariables | {[ key: string ]: string} | Optional. Mapping of query variable names to values (equivalent to the Spark SQL command: SET `name="value";`). | --- @@ -2708,10 +2708,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi ##### `queryList`Optional ```typescript -public readonly queryList: DataprocWorkflowTemplateJobsSparkSqlJobQueryList; +public readonly queryList: DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct; ``` -- *Type:* DataprocWorkflowTemplateJobsSparkSqlJobQueryList +- *Type:* DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct query_list block. @@ -2767,25 +2767,25 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi --- -### DataprocWorkflowTemplateJobsSparkSqlJobQueryList +### DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct -#### Initializer +#### Initializer ```typescript import { dataprocWorkflowTemplate } from '@cdktf/provider-google' -const dataprocWorkflowTemplateJobsSparkSqlJobQueryList: dataprocWorkflowTemplate.DataprocWorkflowTemplateJobsSparkSqlJobQueryList = { ... } +const dataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct: dataprocWorkflowTemplate.DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct = { ... } ``` #### Properties | **Name** | **Type** | **Description** | | --- | --- | --- | -| queries | string[] | Required. | +| queries | string[] | Required. | --- -##### `queries`Required +##### `queries`Required ```typescript public readonly queries: string[]; @@ -6115,12 +6115,12 @@ Returns a reversible string representation. ##### `putQueryList` ```typescript -public putQueryList(value: DataprocWorkflowTemplateJobsHiveJobQueryList): void +public putQueryList(value: DataprocWorkflowTemplateJobsHiveJobQueryListStruct): void ``` ###### `value`Required -- *Type:* DataprocWorkflowTemplateJobsHiveJobQueryList +- *Type:* DataprocWorkflowTemplateJobsHiveJobQueryListStruct --- @@ -6167,12 +6167,12 @@ public resetScriptVariables(): void | --- | --- | --- | | creationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | fqn | string | *No description.* | -| queryList | DataprocWorkflowTemplateJobsHiveJobQueryListOutputReference | *No description.* | +| queryList | DataprocWorkflowTemplateJobsHiveJobQueryListStructOutputReference | *No description.* | | continueOnFailureInput | boolean \| cdktf.IResolvable | *No description.* | | jarFileUrisInput | string[] | *No description.* | | propertiesInput | {[ key: string ]: string} | *No description.* | | queryFileUriInput | string | *No description.* | -| queryListInput | DataprocWorkflowTemplateJobsHiveJobQueryList | *No description.* | +| queryListInput | DataprocWorkflowTemplateJobsHiveJobQueryListStruct | *No description.* | | scriptVariablesInput | {[ key: string ]: string} | *No description.* | | continueOnFailure | boolean \| cdktf.IResolvable | *No description.* | | jarFileUris | string[] | *No description.* | @@ -6210,10 +6210,10 @@ public readonly fqn: string; ##### `queryList`Required ```typescript -public readonly queryList: DataprocWorkflowTemplateJobsHiveJobQueryListOutputReference; +public readonly queryList: DataprocWorkflowTemplateJobsHiveJobQueryListStructOutputReference; ``` -- *Type:* DataprocWorkflowTemplateJobsHiveJobQueryListOutputReference +- *Type:* DataprocWorkflowTemplateJobsHiveJobQueryListStructOutputReference --- @@ -6260,10 +6260,10 @@ public readonly queryFileUriInput: string; ##### `queryListInput`Optional ```typescript -public readonly queryListInput: DataprocWorkflowTemplateJobsHiveJobQueryList; +public readonly queryListInput: DataprocWorkflowTemplateJobsHiveJobQueryListStruct; ``` -- *Type:* DataprocWorkflowTemplateJobsHiveJobQueryList +- *Type:* DataprocWorkflowTemplateJobsHiveJobQueryListStruct --- @@ -6338,24 +6338,24 @@ public readonly internalValue: DataprocWorkflowTemplateJobsHiveJob; --- -### DataprocWorkflowTemplateJobsHiveJobQueryListOutputReference +### DataprocWorkflowTemplateJobsHiveJobQueryListStructOutputReference -#### Initializers +#### Initializers ```typescript import { dataprocWorkflowTemplate } from '@cdktf/provider-google' -new dataprocWorkflowTemplate.DataprocWorkflowTemplateJobsHiveJobQueryListOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string) +new dataprocWorkflowTemplate.DataprocWorkflowTemplateJobsHiveJobQueryListStructOutputReference(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. | +| terraformResource | cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | string | The attribute on the parent resource this class is referencing. | --- -##### `terraformResource`Required +##### `terraformResource`Required - *Type:* cdktf.IInterpolatingParent @@ -6363,7 +6363,7 @@ The parent resource. --- -##### `terraformAttribute`Required +##### `terraformAttribute`Required - *Type:* string @@ -6375,149 +6375,149 @@ 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. | +| computeFqn | *No description.* | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | --- -##### `computeFqn` +##### `computeFqn` ```typescript public computeFqn(): string ``` -##### `getAnyMapAttribute` +##### `getAnyMapAttribute` ```typescript public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any} ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getBooleanAttribute` +##### `getBooleanAttribute` ```typescript public getBooleanAttribute(terraformAttribute: string): IResolvable ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getBooleanMapAttribute` +##### `getBooleanMapAttribute` ```typescript public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean} ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getListAttribute` +##### `getListAttribute` ```typescript public getListAttribute(terraformAttribute: string): string[] ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getNumberAttribute` +##### `getNumberAttribute` ```typescript public getNumberAttribute(terraformAttribute: string): number ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getNumberListAttribute` +##### `getNumberListAttribute` ```typescript public getNumberListAttribute(terraformAttribute: string): number[] ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getNumberMapAttribute` +##### `getNumberMapAttribute` ```typescript public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number} ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getStringAttribute` +##### `getStringAttribute` ```typescript public getStringAttribute(terraformAttribute: string): string ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getStringMapAttribute` +##### `getStringMapAttribute` ```typescript public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string} ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `interpolationForAttribute` +##### `interpolationForAttribute` ```typescript public interpolationForAttribute(property: string): IResolvable ``` -###### `property`Required +###### `property`Required - *Type:* string --- -##### `resolve` +##### `resolve` ```typescript public resolve(_context: IResolveContext): any @@ -6525,13 +6525,13 @@ public resolve(_context: IResolveContext): any Produce the Token's value at resolution time. -###### `_context`Required +###### `_context`Required - *Type:* cdktf.IResolveContext --- -##### `toString` +##### `toString` ```typescript public toString(): string @@ -6546,15 +6546,15 @@ 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.* | -| queriesInput | string[] | *No description.* | -| queries | string[] | *No description.* | -| internalValue | DataprocWorkflowTemplateJobsHiveJobQueryList | *No description.* | +| creationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | string | *No description.* | +| queriesInput | string[] | *No description.* | +| queries | string[] | *No description.* | +| internalValue | DataprocWorkflowTemplateJobsHiveJobQueryListStruct | *No description.* | --- -##### `creationStack`Required +##### `creationStack`Required ```typescript public readonly creationStack: string[]; @@ -6568,7 +6568,7 @@ If this returns an empty array the stack will not be attached. --- -##### `fqn`Required +##### `fqn`Required ```typescript public readonly fqn: string; @@ -6578,7 +6578,7 @@ public readonly fqn: string; --- -##### `queriesInput`Optional +##### `queriesInput`Optional ```typescript public readonly queriesInput: string[]; @@ -6588,7 +6588,7 @@ public readonly queriesInput: string[]; --- -##### `queries`Required +##### `queries`Required ```typescript public readonly queries: string[]; @@ -6598,13 +6598,13 @@ public readonly queries: string[]; --- -##### `internalValue`Optional +##### `internalValue`Optional ```typescript -public readonly internalValue: DataprocWorkflowTemplateJobsHiveJobQueryList; +public readonly internalValue: DataprocWorkflowTemplateJobsHiveJobQueryListStruct; ``` -- *Type:* DataprocWorkflowTemplateJobsHiveJobQueryList +- *Type:* DataprocWorkflowTemplateJobsHiveJobQueryListStruct --- @@ -7982,12 +7982,12 @@ public putLoggingConfig(value: DataprocWorkflowTemplateJobsPigJobLoggingConfig): ##### `putQueryList` ```typescript -public putQueryList(value: DataprocWorkflowTemplateJobsPigJobQueryList): void +public putQueryList(value: DataprocWorkflowTemplateJobsPigJobQueryListStruct): void ``` ###### `value`Required -- *Type:* DataprocWorkflowTemplateJobsPigJobQueryList +- *Type:* DataprocWorkflowTemplateJobsPigJobQueryListStruct --- @@ -8041,13 +8041,13 @@ public resetScriptVariables(): void | creationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | fqn | string | *No description.* | | loggingConfig | DataprocWorkflowTemplateJobsPigJobLoggingConfigOutputReference | *No description.* | -| queryList | DataprocWorkflowTemplateJobsPigJobQueryListOutputReference | *No description.* | +| queryList | DataprocWorkflowTemplateJobsPigJobQueryListStructOutputReference | *No description.* | | continueOnFailureInput | boolean \| cdktf.IResolvable | *No description.* | | jarFileUrisInput | string[] | *No description.* | | loggingConfigInput | DataprocWorkflowTemplateJobsPigJobLoggingConfig | *No description.* | | propertiesInput | {[ key: string ]: string} | *No description.* | | queryFileUriInput | string | *No description.* | -| queryListInput | DataprocWorkflowTemplateJobsPigJobQueryList | *No description.* | +| queryListInput | DataprocWorkflowTemplateJobsPigJobQueryListStruct | *No description.* | | scriptVariablesInput | {[ key: string ]: string} | *No description.* | | continueOnFailure | boolean \| cdktf.IResolvable | *No description.* | | jarFileUris | string[] | *No description.* | @@ -8095,10 +8095,10 @@ public readonly loggingConfig: DataprocWorkflowTemplateJobsPigJobLoggingConfigOu ##### `queryList`Required ```typescript -public readonly queryList: DataprocWorkflowTemplateJobsPigJobQueryListOutputReference; +public readonly queryList: DataprocWorkflowTemplateJobsPigJobQueryListStructOutputReference; ``` -- *Type:* DataprocWorkflowTemplateJobsPigJobQueryListOutputReference +- *Type:* DataprocWorkflowTemplateJobsPigJobQueryListStructOutputReference --- @@ -8155,10 +8155,10 @@ public readonly queryFileUriInput: string; ##### `queryListInput`Optional ```typescript -public readonly queryListInput: DataprocWorkflowTemplateJobsPigJobQueryList; +public readonly queryListInput: DataprocWorkflowTemplateJobsPigJobQueryListStruct; ``` -- *Type:* DataprocWorkflowTemplateJobsPigJobQueryList +- *Type:* DataprocWorkflowTemplateJobsPigJobQueryListStruct --- @@ -8233,24 +8233,24 @@ public readonly internalValue: DataprocWorkflowTemplateJobsPigJob; --- -### DataprocWorkflowTemplateJobsPigJobQueryListOutputReference +### DataprocWorkflowTemplateJobsPigJobQueryListStructOutputReference -#### Initializers +#### Initializers ```typescript import { dataprocWorkflowTemplate } from '@cdktf/provider-google' -new dataprocWorkflowTemplate.DataprocWorkflowTemplateJobsPigJobQueryListOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string) +new dataprocWorkflowTemplate.DataprocWorkflowTemplateJobsPigJobQueryListStructOutputReference(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. | +| terraformResource | cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | string | The attribute on the parent resource this class is referencing. | --- -##### `terraformResource`Required +##### `terraformResource`Required - *Type:* cdktf.IInterpolatingParent @@ -8258,7 +8258,7 @@ The parent resource. --- -##### `terraformAttribute`Required +##### `terraformAttribute`Required - *Type:* string @@ -8270,149 +8270,149 @@ 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. | +| computeFqn | *No description.* | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | --- -##### `computeFqn` +##### `computeFqn` ```typescript public computeFqn(): string ``` -##### `getAnyMapAttribute` +##### `getAnyMapAttribute` ```typescript public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any} ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getBooleanAttribute` +##### `getBooleanAttribute` ```typescript public getBooleanAttribute(terraformAttribute: string): IResolvable ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getBooleanMapAttribute` +##### `getBooleanMapAttribute` ```typescript public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean} ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getListAttribute` +##### `getListAttribute` ```typescript public getListAttribute(terraformAttribute: string): string[] ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getNumberAttribute` +##### `getNumberAttribute` ```typescript public getNumberAttribute(terraformAttribute: string): number ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getNumberListAttribute` +##### `getNumberListAttribute` ```typescript public getNumberListAttribute(terraformAttribute: string): number[] ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getNumberMapAttribute` +##### `getNumberMapAttribute` ```typescript public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number} ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getStringAttribute` +##### `getStringAttribute` ```typescript public getStringAttribute(terraformAttribute: string): string ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getStringMapAttribute` +##### `getStringMapAttribute` ```typescript public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string} ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `interpolationForAttribute` +##### `interpolationForAttribute` ```typescript public interpolationForAttribute(property: string): IResolvable ``` -###### `property`Required +###### `property`Required - *Type:* string --- -##### `resolve` +##### `resolve` ```typescript public resolve(_context: IResolveContext): any @@ -8420,13 +8420,13 @@ public resolve(_context: IResolveContext): any Produce the Token's value at resolution time. -###### `_context`Required +###### `_context`Required - *Type:* cdktf.IResolveContext --- -##### `toString` +##### `toString` ```typescript public toString(): string @@ -8441,15 +8441,15 @@ 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.* | -| queriesInput | string[] | *No description.* | -| queries | string[] | *No description.* | -| internalValue | DataprocWorkflowTemplateJobsPigJobQueryList | *No description.* | +| creationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | string | *No description.* | +| queriesInput | string[] | *No description.* | +| queries | string[] | *No description.* | +| internalValue | DataprocWorkflowTemplateJobsPigJobQueryListStruct | *No description.* | --- -##### `creationStack`Required +##### `creationStack`Required ```typescript public readonly creationStack: string[]; @@ -8463,7 +8463,7 @@ If this returns an empty array the stack will not be attached. --- -##### `fqn`Required +##### `fqn`Required ```typescript public readonly fqn: string; @@ -8473,7 +8473,7 @@ public readonly fqn: string; --- -##### `queriesInput`Optional +##### `queriesInput`Optional ```typescript public readonly queriesInput: string[]; @@ -8483,7 +8483,7 @@ public readonly queriesInput: string[]; --- -##### `queries`Required +##### `queries`Required ```typescript public readonly queries: string[]; @@ -8493,13 +8493,13 @@ public readonly queries: string[]; --- -##### `internalValue`Optional +##### `internalValue`Optional ```typescript -public readonly internalValue: DataprocWorkflowTemplateJobsPigJobQueryList; +public readonly internalValue: DataprocWorkflowTemplateJobsPigJobQueryListStruct; ``` -- *Type:* DataprocWorkflowTemplateJobsPigJobQueryList +- *Type:* DataprocWorkflowTemplateJobsPigJobQueryListStruct --- @@ -9009,12 +9009,12 @@ public putLoggingConfig(value: DataprocWorkflowTemplateJobsPrestoJobLoggingConfi ##### `putQueryList` ```typescript -public putQueryList(value: DataprocWorkflowTemplateJobsPrestoJobQueryList): void +public putQueryList(value: DataprocWorkflowTemplateJobsPrestoJobQueryListStruct): void ``` ###### `value`Required -- *Type:* DataprocWorkflowTemplateJobsPrestoJobQueryList +- *Type:* DataprocWorkflowTemplateJobsPrestoJobQueryListStruct --- @@ -9068,14 +9068,14 @@ public resetQueryList(): void | creationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | fqn | string | *No description.* | | loggingConfig | DataprocWorkflowTemplateJobsPrestoJobLoggingConfigOutputReference | *No description.* | -| queryList | DataprocWorkflowTemplateJobsPrestoJobQueryListOutputReference | *No description.* | +| queryList | DataprocWorkflowTemplateJobsPrestoJobQueryListStructOutputReference | *No description.* | | clientTagsInput | string[] | *No description.* | | continueOnFailureInput | boolean \| cdktf.IResolvable | *No description.* | | loggingConfigInput | DataprocWorkflowTemplateJobsPrestoJobLoggingConfig | *No description.* | | outputFormatInput | string | *No description.* | | propertiesInput | {[ key: string ]: string} | *No description.* | | queryFileUriInput | string | *No description.* | -| queryListInput | DataprocWorkflowTemplateJobsPrestoJobQueryList | *No description.* | +| queryListInput | DataprocWorkflowTemplateJobsPrestoJobQueryListStruct | *No description.* | | clientTags | string[] | *No description.* | | continueOnFailure | boolean \| cdktf.IResolvable | *No description.* | | outputFormat | string | *No description.* | @@ -9122,10 +9122,10 @@ public readonly loggingConfig: DataprocWorkflowTemplateJobsPrestoJobLoggingConfi ##### `queryList`Required ```typescript -public readonly queryList: DataprocWorkflowTemplateJobsPrestoJobQueryListOutputReference; +public readonly queryList: DataprocWorkflowTemplateJobsPrestoJobQueryListStructOutputReference; ``` -- *Type:* DataprocWorkflowTemplateJobsPrestoJobQueryListOutputReference +- *Type:* DataprocWorkflowTemplateJobsPrestoJobQueryListStructOutputReference --- @@ -9192,10 +9192,10 @@ public readonly queryFileUriInput: string; ##### `queryListInput`Optional ```typescript -public readonly queryListInput: DataprocWorkflowTemplateJobsPrestoJobQueryList; +public readonly queryListInput: DataprocWorkflowTemplateJobsPrestoJobQueryListStruct; ``` -- *Type:* DataprocWorkflowTemplateJobsPrestoJobQueryList +- *Type:* DataprocWorkflowTemplateJobsPrestoJobQueryListStruct --- @@ -9260,24 +9260,24 @@ public readonly internalValue: DataprocWorkflowTemplateJobsPrestoJob; --- -### DataprocWorkflowTemplateJobsPrestoJobQueryListOutputReference +### DataprocWorkflowTemplateJobsPrestoJobQueryListStructOutputReference -#### Initializers +#### Initializers ```typescript import { dataprocWorkflowTemplate } from '@cdktf/provider-google' -new dataprocWorkflowTemplate.DataprocWorkflowTemplateJobsPrestoJobQueryListOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string) +new dataprocWorkflowTemplate.DataprocWorkflowTemplateJobsPrestoJobQueryListStructOutputReference(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. | +| terraformResource | cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | string | The attribute on the parent resource this class is referencing. | --- -##### `terraformResource`Required +##### `terraformResource`Required - *Type:* cdktf.IInterpolatingParent @@ -9285,7 +9285,7 @@ The parent resource. --- -##### `terraformAttribute`Required +##### `terraformAttribute`Required - *Type:* string @@ -9297,149 +9297,149 @@ 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. | +| computeFqn | *No description.* | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | --- -##### `computeFqn` +##### `computeFqn` ```typescript public computeFqn(): string ``` -##### `getAnyMapAttribute` +##### `getAnyMapAttribute` ```typescript public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any} ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getBooleanAttribute` +##### `getBooleanAttribute` ```typescript public getBooleanAttribute(terraformAttribute: string): IResolvable ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getBooleanMapAttribute` +##### `getBooleanMapAttribute` ```typescript public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean} ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getListAttribute` +##### `getListAttribute` ```typescript public getListAttribute(terraformAttribute: string): string[] ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getNumberAttribute` +##### `getNumberAttribute` ```typescript public getNumberAttribute(terraformAttribute: string): number ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getNumberListAttribute` +##### `getNumberListAttribute` ```typescript public getNumberListAttribute(terraformAttribute: string): number[] ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getNumberMapAttribute` +##### `getNumberMapAttribute` ```typescript public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number} ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getStringAttribute` +##### `getStringAttribute` ```typescript public getStringAttribute(terraformAttribute: string): string ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getStringMapAttribute` +##### `getStringMapAttribute` ```typescript public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string} ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `interpolationForAttribute` +##### `interpolationForAttribute` ```typescript public interpolationForAttribute(property: string): IResolvable ``` -###### `property`Required +###### `property`Required - *Type:* string --- -##### `resolve` +##### `resolve` ```typescript public resolve(_context: IResolveContext): any @@ -9447,13 +9447,13 @@ public resolve(_context: IResolveContext): any Produce the Token's value at resolution time. -###### `_context`Required +###### `_context`Required - *Type:* cdktf.IResolveContext --- -##### `toString` +##### `toString` ```typescript public toString(): string @@ -9468,15 +9468,15 @@ 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.* | -| queriesInput | string[] | *No description.* | -| queries | string[] | *No description.* | -| internalValue | DataprocWorkflowTemplateJobsPrestoJobQueryList | *No description.* | +| creationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | string | *No description.* | +| queriesInput | string[] | *No description.* | +| queries | string[] | *No description.* | +| internalValue | DataprocWorkflowTemplateJobsPrestoJobQueryListStruct | *No description.* | --- -##### `creationStack`Required +##### `creationStack`Required ```typescript public readonly creationStack: string[]; @@ -9490,7 +9490,7 @@ If this returns an empty array the stack will not be attached. --- -##### `fqn`Required +##### `fqn`Required ```typescript public readonly fqn: string; @@ -9500,7 +9500,7 @@ public readonly fqn: string; --- -##### `queriesInput`Optional +##### `queriesInput`Optional ```typescript public readonly queriesInput: string[]; @@ -9510,7 +9510,7 @@ public readonly queriesInput: string[]; --- -##### `queries`Required +##### `queries`Required ```typescript public readonly queries: string[]; @@ -9520,13 +9520,13 @@ public readonly queries: string[]; --- -##### `internalValue`Optional +##### `internalValue`Optional ```typescript -public readonly internalValue: DataprocWorkflowTemplateJobsPrestoJobQueryList; +public readonly internalValue: DataprocWorkflowTemplateJobsPrestoJobQueryListStruct; ``` -- *Type:* DataprocWorkflowTemplateJobsPrestoJobQueryList +- *Type:* DataprocWorkflowTemplateJobsPrestoJobQueryListStruct --- @@ -12586,12 +12586,12 @@ public putLoggingConfig(value: DataprocWorkflowTemplateJobsSparkSqlJobLoggingCon ##### `putQueryList` ```typescript -public putQueryList(value: DataprocWorkflowTemplateJobsSparkSqlJobQueryList): void +public putQueryList(value: DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct): void ``` ###### `value`Required -- *Type:* DataprocWorkflowTemplateJobsSparkSqlJobQueryList +- *Type:* DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct --- @@ -12639,12 +12639,12 @@ public resetScriptVariables(): void | creationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | | fqn | string | *No description.* | | loggingConfig | DataprocWorkflowTemplateJobsSparkSqlJobLoggingConfigOutputReference | *No description.* | -| queryList | DataprocWorkflowTemplateJobsSparkSqlJobQueryListOutputReference | *No description.* | +| queryList | DataprocWorkflowTemplateJobsSparkSqlJobQueryListStructOutputReference | *No description.* | | jarFileUrisInput | string[] | *No description.* | | loggingConfigInput | DataprocWorkflowTemplateJobsSparkSqlJobLoggingConfig | *No description.* | | propertiesInput | {[ key: string ]: string} | *No description.* | | queryFileUriInput | string | *No description.* | -| queryListInput | DataprocWorkflowTemplateJobsSparkSqlJobQueryList | *No description.* | +| queryListInput | DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct | *No description.* | | scriptVariablesInput | {[ key: string ]: string} | *No description.* | | jarFileUris | string[] | *No description.* | | properties | {[ key: string ]: string} | *No description.* | @@ -12691,10 +12691,10 @@ public readonly loggingConfig: DataprocWorkflowTemplateJobsSparkSqlJobLoggingCon ##### `queryList`Required ```typescript -public readonly queryList: DataprocWorkflowTemplateJobsSparkSqlJobQueryListOutputReference; +public readonly queryList: DataprocWorkflowTemplateJobsSparkSqlJobQueryListStructOutputReference; ``` -- *Type:* DataprocWorkflowTemplateJobsSparkSqlJobQueryListOutputReference +- *Type:* DataprocWorkflowTemplateJobsSparkSqlJobQueryListStructOutputReference --- @@ -12741,10 +12741,10 @@ public readonly queryFileUriInput: string; ##### `queryListInput`Optional ```typescript -public readonly queryListInput: DataprocWorkflowTemplateJobsSparkSqlJobQueryList; +public readonly queryListInput: DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct; ``` -- *Type:* DataprocWorkflowTemplateJobsSparkSqlJobQueryList +- *Type:* DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct --- @@ -12809,24 +12809,24 @@ public readonly internalValue: DataprocWorkflowTemplateJobsSparkSqlJob; --- -### DataprocWorkflowTemplateJobsSparkSqlJobQueryListOutputReference +### DataprocWorkflowTemplateJobsSparkSqlJobQueryListStructOutputReference -#### Initializers +#### Initializers ```typescript import { dataprocWorkflowTemplate } from '@cdktf/provider-google' -new dataprocWorkflowTemplate.DataprocWorkflowTemplateJobsSparkSqlJobQueryListOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string) +new dataprocWorkflowTemplate.DataprocWorkflowTemplateJobsSparkSqlJobQueryListStructOutputReference(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. | +| terraformResource | cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | string | The attribute on the parent resource this class is referencing. | --- -##### `terraformResource`Required +##### `terraformResource`Required - *Type:* cdktf.IInterpolatingParent @@ -12834,7 +12834,7 @@ The parent resource. --- -##### `terraformAttribute`Required +##### `terraformAttribute`Required - *Type:* string @@ -12846,149 +12846,149 @@ 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. | +| computeFqn | *No description.* | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | --- -##### `computeFqn` +##### `computeFqn` ```typescript public computeFqn(): string ``` -##### `getAnyMapAttribute` +##### `getAnyMapAttribute` ```typescript public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any} ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getBooleanAttribute` +##### `getBooleanAttribute` ```typescript public getBooleanAttribute(terraformAttribute: string): IResolvable ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getBooleanMapAttribute` +##### `getBooleanMapAttribute` ```typescript public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean} ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getListAttribute` +##### `getListAttribute` ```typescript public getListAttribute(terraformAttribute: string): string[] ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getNumberAttribute` +##### `getNumberAttribute` ```typescript public getNumberAttribute(terraformAttribute: string): number ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getNumberListAttribute` +##### `getNumberListAttribute` ```typescript public getNumberListAttribute(terraformAttribute: string): number[] ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getNumberMapAttribute` +##### `getNumberMapAttribute` ```typescript public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number} ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getStringAttribute` +##### `getStringAttribute` ```typescript public getStringAttribute(terraformAttribute: string): string ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `getStringMapAttribute` +##### `getStringMapAttribute` ```typescript public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string} ``` -###### `terraformAttribute`Required +###### `terraformAttribute`Required - *Type:* string --- -##### `interpolationForAttribute` +##### `interpolationForAttribute` ```typescript public interpolationForAttribute(property: string): IResolvable ``` -###### `property`Required +###### `property`Required - *Type:* string --- -##### `resolve` +##### `resolve` ```typescript public resolve(_context: IResolveContext): any @@ -12996,13 +12996,13 @@ public resolve(_context: IResolveContext): any Produce the Token's value at resolution time. -###### `_context`Required +###### `_context`Required - *Type:* cdktf.IResolveContext --- -##### `toString` +##### `toString` ```typescript public toString(): string @@ -13017,15 +13017,15 @@ 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.* | -| queriesInput | string[] | *No description.* | -| queries | string[] | *No description.* | -| internalValue | DataprocWorkflowTemplateJobsSparkSqlJobQueryList | *No description.* | +| creationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | string | *No description.* | +| queriesInput | string[] | *No description.* | +| queries | string[] | *No description.* | +| internalValue | DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct | *No description.* | --- -##### `creationStack`Required +##### `creationStack`Required ```typescript public readonly creationStack: string[]; @@ -13039,7 +13039,7 @@ If this returns an empty array the stack will not be attached. --- -##### `fqn`Required +##### `fqn`Required ```typescript public readonly fqn: string; @@ -13049,7 +13049,7 @@ public readonly fqn: string; --- -##### `queriesInput`Optional +##### `queriesInput`Optional ```typescript public readonly queriesInput: string[]; @@ -13059,7 +13059,7 @@ public readonly queriesInput: string[]; --- -##### `queries`Required +##### `queries`Required ```typescript public readonly queries: string[]; @@ -13069,13 +13069,13 @@ public readonly queries: string[]; --- -##### `internalValue`Optional +##### `internalValue`Optional ```typescript -public readonly internalValue: DataprocWorkflowTemplateJobsSparkSqlJobQueryList; +public readonly internalValue: DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct; ``` -- *Type:* DataprocWorkflowTemplateJobsSparkSqlJobQueryList +- *Type:* DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct --- diff --git a/package.json b/package.json index b82a43d301c..d729a99b33c 100644 --- a/package.json +++ b/package.json @@ -47,8 +47,8 @@ "@actions/core": "^1.1.0", "@cdktf/provider-project": "^0.2.95", "@types/node": "^16", - "cdktf": "^0.16.0", - "cdktf-cli": "^0.16.0", + "cdktf": "^0.16.3", + "cdktf-cli": "^0.16.3", "constructs": "^10.0.0", "dot-prop": "^5.2.0", "jsii": "^1.53.0", @@ -57,12 +57,12 @@ "jsii-pacmak": "^1.81.0", "node-fetch": "cjs", "npm-check-updates": "^16", - "projen": "^0.71.81", + "projen": "^0.71.82", "standard-version": "^9", "typescript": "^3.9.10" }, "peerDependencies": { - "cdktf": "^0.16.0", + "cdktf": "^0.16.3", "constructs": "^10.0.0" }, "resolutions": { diff --git a/src/data-loss-prevention-deidentify-template/index.ts b/src/data-loss-prevention-deidentify-template/index.ts index 7c79ab28775..4dca1a412c4 100644 --- a/src/data-loss-prevention-deidentify-template/index.ts +++ b/src/data-loss-prevention-deidentify-template/index.ts @@ -3079,7 +3079,7 @@ export class DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransfo return this._newValue.internalValue; } } -export interface DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList { +export interface DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct { /** * Words or phrases defining the dictionary. The dictionary must contain at least one phrase and every phrase must contain at least 2 characters that are letters or digits. * @@ -3088,7 +3088,7 @@ export interface DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTra readonly words: string[]; } -export function dataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListToTerraform(struct?: DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference | DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList): any { +export function dataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructToTerraform(struct?: DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference | DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct): any { if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } if (cdktf.isComplexElement(struct)) { throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); @@ -3098,7 +3098,7 @@ export function dataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTran } } -export class DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference extends cdktf.ComplexObject { +export class DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference extends cdktf.ComplexObject { private isEmptyObject = false; /** @@ -3109,7 +3109,7 @@ export class DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransfo super(terraformResource, terraformAttribute, false, 0); } - public get internalValue(): DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList | undefined { + public get internalValue(): DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct | undefined { let hasAnyValues = this.isEmptyObject; const internalValueResult: any = {}; if (this._words !== undefined) { @@ -3119,7 +3119,7 @@ export class DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransfo return hasAnyValues ? internalValueResult : undefined; } - public set internalValue(value: DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList | undefined) { + public set internalValue(value: DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct | undefined) { if (value === undefined) { this.isEmptyObject = false; this._words = undefined; @@ -3149,7 +3149,7 @@ export interface DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTra * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.67.0/docs/resources/data_loss_prevention_deidentify_template#word_list DataLossPreventionDeidentifyTemplate#word_list} */ - readonly wordList: DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList; + readonly wordList: DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct; } export function dataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigToTerraform(struct?: DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigOutputReference | DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfig): any { @@ -3158,7 +3158,7 @@ export function dataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTran throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); } return { - word_list: dataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListToTerraform(struct!.wordList), + word_list: dataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructToTerraform(struct!.wordList), } } @@ -3195,11 +3195,11 @@ export class DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransfo } // word_list - computed: false, optional: false, required: true - private _wordList = new DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference(this, "word_list"); + private _wordList = new DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference(this, "word_list"); public get wordList() { return this._wordList; } - public putWordList(value: DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList) { + public putWordList(value: DataLossPreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct) { this._wordList.internalValue = value; } // Temporarily expose input value. Use with caution. @@ -11069,7 +11069,7 @@ export class DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransform return this._newValue.internalValue; } } -export interface DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList { +export interface DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct { /** * Words or phrases defining the dictionary. The dictionary must contain at least one phrase and every phrase must contain at least 2 characters that are letters or digits. * @@ -11078,7 +11078,7 @@ export interface DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTrans readonly words: string[]; } -export function dataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListToTerraform(struct?: DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference | DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList): any { +export function dataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructToTerraform(struct?: DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference | DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct): any { if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } if (cdktf.isComplexElement(struct)) { throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); @@ -11088,7 +11088,7 @@ export function dataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransf } } -export class DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference extends cdktf.ComplexObject { +export class DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference extends cdktf.ComplexObject { private isEmptyObject = false; /** @@ -11099,7 +11099,7 @@ export class DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransform super(terraformResource, terraformAttribute, false, 0); } - public get internalValue(): DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList | undefined { + public get internalValue(): DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct | undefined { let hasAnyValues = this.isEmptyObject; const internalValueResult: any = {}; if (this._words !== undefined) { @@ -11109,7 +11109,7 @@ export class DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransform return hasAnyValues ? internalValueResult : undefined; } - public set internalValue(value: DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList | undefined) { + public set internalValue(value: DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct | undefined) { if (value === undefined) { this.isEmptyObject = false; this._words = undefined; @@ -11139,7 +11139,7 @@ export interface DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTrans * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.67.0/docs/resources/data_loss_prevention_deidentify_template#word_list DataLossPreventionDeidentifyTemplate#word_list} */ - readonly wordList?: DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList; + readonly wordList?: DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct; } export function dataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigToTerraform(struct?: DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigOutputReference | DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfig): any { @@ -11148,7 +11148,7 @@ export function dataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransf throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); } return { - word_list: dataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListToTerraform(struct!.wordList), + word_list: dataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructToTerraform(struct!.wordList), } } @@ -11185,11 +11185,11 @@ export class DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransform } // word_list - computed: false, optional: true, required: false - private _wordList = new DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListOutputReference(this, "word_list"); + private _wordList = new DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStructOutputReference(this, "word_list"); public get wordList() { return this._wordList; } - public putWordList(value: DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordList) { + public putWordList(value: DataLossPreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationsPrimitiveTransformationReplaceDictionaryConfigWordListStruct) { this._wordList.internalValue = value; } public resetWordList() { diff --git a/src/data-loss-prevention-inspect-template/index.ts b/src/data-loss-prevention-inspect-template/index.ts index 5c2c1d2642c..262edf51027 100644 --- a/src/data-loss-prevention-inspect-template/index.ts +++ b/src/data-loss-prevention-inspect-template/index.ts @@ -119,7 +119,7 @@ export class DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictio return this._path; } } -export interface DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList { +export interface DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct { /** * Words or phrases defining the dictionary. The dictionary must contain at least one phrase and every phrase must contain at least 2 characters that are letters or digits. @@ -129,7 +129,7 @@ phrase and every phrase must contain at least 2 characters that are letters or d readonly words: string[]; } -export function dataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListToTerraform(struct?: DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListOutputReference | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList): any { +export function dataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStructToTerraform(struct?: DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct): any { if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } if (cdktf.isComplexElement(struct)) { throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); @@ -139,7 +139,7 @@ export function dataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDic } } -export class DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListOutputReference extends cdktf.ComplexObject { +export class DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference extends cdktf.ComplexObject { private isEmptyObject = false; /** @@ -150,7 +150,7 @@ export class DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictio super(terraformResource, terraformAttribute, false, 0); } - public get internalValue(): DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList | undefined { + public get internalValue(): DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct | undefined { let hasAnyValues = this.isEmptyObject; const internalValueResult: any = {}; if (this._words !== undefined) { @@ -160,7 +160,7 @@ export class DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictio return hasAnyValues ? internalValueResult : undefined; } - public set internalValue(value: DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList | undefined) { + public set internalValue(value: DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct | undefined) { if (value === undefined) { this.isEmptyObject = false; this._words = undefined; @@ -196,7 +196,7 @@ export interface DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDi * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.67.0/docs/resources/data_loss_prevention_inspect_template#word_list DataLossPreventionInspectTemplate#word_list} */ - readonly wordList?: DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList; + readonly wordList?: DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct; } export function dataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryToTerraform(struct?: DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryOutputReference | DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionary): any { @@ -206,7 +206,7 @@ export function dataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDic } return { cloud_storage_path: dataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryCloudStoragePathToTerraform(struct!.cloudStoragePath), - word_list: dataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListToTerraform(struct!.wordList), + word_list: dataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStructToTerraform(struct!.wordList), } } @@ -265,11 +265,11 @@ export class DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictio } // word_list - computed: false, optional: true, required: false - private _wordList = new DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListOutputReference(this, "word_list"); + private _wordList = new DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference(this, "word_list"); public get wordList() { return this._wordList; } - public putWordList(value: DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordList) { + public putWordList(value: DataLossPreventionInspectTemplateInspectConfigCustomInfoTypesDictionaryWordListStruct) { this._wordList.internalValue = value; } public resetWordList() { @@ -1493,7 +1493,7 @@ export class DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusion return this._path; } } -export interface DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList { +export interface DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct { /** * Words or phrases defining the dictionary. The dictionary must contain at least one phrase and every phrase must contain at least 2 characters that are letters or digits. @@ -1503,7 +1503,7 @@ phrase and every phrase must contain at least 2 characters that are letters or d readonly words: string[]; } -export function dataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListToTerraform(struct?: DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList): any { +export function dataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructToTerraform(struct?: DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct): any { if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } if (cdktf.isComplexElement(struct)) { throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); @@ -1513,7 +1513,7 @@ export function dataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclus } } -export class DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference extends cdktf.ComplexObject { +export class DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference extends cdktf.ComplexObject { private isEmptyObject = false; /** @@ -1524,7 +1524,7 @@ export class DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusion super(terraformResource, terraformAttribute, false, 0); } - public get internalValue(): DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList | undefined { + public get internalValue(): DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct | undefined { let hasAnyValues = this.isEmptyObject; const internalValueResult: any = {}; if (this._words !== undefined) { @@ -1534,7 +1534,7 @@ export class DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusion return hasAnyValues ? internalValueResult : undefined; } - public set internalValue(value: DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList | undefined) { + public set internalValue(value: DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct | undefined) { if (value === undefined) { this.isEmptyObject = false; this._words = undefined; @@ -1570,7 +1570,7 @@ export interface DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclu * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.67.0/docs/resources/data_loss_prevention_inspect_template#word_list DataLossPreventionInspectTemplate#word_list} */ - readonly wordList?: DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList; + readonly wordList?: DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct; } export function dataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryToTerraform(struct?: DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryOutputReference | DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionary): any { @@ -1580,7 +1580,7 @@ export function dataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclus } return { cloud_storage_path: dataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryCloudStoragePathToTerraform(struct!.cloudStoragePath), - word_list: dataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListToTerraform(struct!.wordList), + word_list: dataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructToTerraform(struct!.wordList), } } @@ -1639,11 +1639,11 @@ export class DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusion } // word_list - computed: false, optional: true, required: false - private _wordList = new DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference(this, "word_list"); + private _wordList = new DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference(this, "word_list"); public get wordList() { return this._wordList; } - public putWordList(value: DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordList) { + public putWordList(value: DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct) { this._wordList.internalValue = value; } public resetWordList() { diff --git a/src/data-loss-prevention-job-trigger/index.ts b/src/data-loss-prevention-job-trigger/index.ts index 6572caa9e9e..1b717b5562a 100644 --- a/src/data-loss-prevention-job-trigger/index.ts +++ b/src/data-loss-prevention-job-trigger/index.ts @@ -1373,7 +1373,7 @@ export class DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesD return this._path; } } -export interface DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList { +export interface DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct { /** * Words or phrases defining the dictionary. The dictionary must contain at least one phrase and every phrase must contain at least 2 characters that are letters or digits. @@ -1383,7 +1383,7 @@ phrase and every phrase must contain at least 2 characters that are letters or d readonly words: string[]; } -export function dataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListToTerraform(struct?: DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListOutputReference | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList): any { +export function dataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStructToTerraform(struct?: DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct): any { if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } if (cdktf.isComplexElement(struct)) { throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); @@ -1393,7 +1393,7 @@ export function dataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTyp } } -export class DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListOutputReference extends cdktf.ComplexObject { +export class DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference extends cdktf.ComplexObject { private isEmptyObject = false; /** @@ -1404,7 +1404,7 @@ export class DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesD super(terraformResource, terraformAttribute, false, 0); } - public get internalValue(): DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList | undefined { + public get internalValue(): DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct | undefined { let hasAnyValues = this.isEmptyObject; const internalValueResult: any = {}; if (this._words !== undefined) { @@ -1414,7 +1414,7 @@ export class DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesD return hasAnyValues ? internalValueResult : undefined; } - public set internalValue(value: DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList | undefined) { + public set internalValue(value: DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct | undefined) { if (value === undefined) { this.isEmptyObject = false; this._words = undefined; @@ -1450,7 +1450,7 @@ export interface DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTy * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.67.0/docs/resources/data_loss_prevention_job_trigger#word_list DataLossPreventionJobTrigger#word_list} */ - readonly wordList?: DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList; + readonly wordList?: DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct; } export function dataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryToTerraform(struct?: DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryOutputReference | DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionary): any { @@ -1460,7 +1460,7 @@ export function dataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTyp } return { cloud_storage_path: dataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryCloudStoragePathToTerraform(struct!.cloudStoragePath), - word_list: dataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListToTerraform(struct!.wordList), + word_list: dataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStructToTerraform(struct!.wordList), } } @@ -1519,11 +1519,11 @@ export class DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesD } // word_list - computed: false, optional: true, required: false - private _wordList = new DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListOutputReference(this, "word_list"); + private _wordList = new DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStructOutputReference(this, "word_list"); public get wordList() { return this._wordList; } - public putWordList(value: DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordList) { + public putWordList(value: DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesDictionaryWordListStruct) { this._wordList.internalValue = value; } public resetWordList() { @@ -2764,7 +2764,7 @@ export class DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExcl return this._path; } } -export interface DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList { +export interface DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct { /** * Words or phrases defining the dictionary. The dictionary must contain at least one phrase and every phrase must contain at least 2 characters that are letters or digits. @@ -2774,7 +2774,7 @@ phrase and every phrase must contain at least 2 characters that are letters or d readonly words: string[]; } -export function dataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListToTerraform(struct?: DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList): any { +export function dataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructToTerraform(struct?: DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct): any { if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } if (cdktf.isComplexElement(struct)) { throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); @@ -2784,7 +2784,7 @@ export function dataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesE } } -export class DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference extends cdktf.ComplexObject { +export class DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference extends cdktf.ComplexObject { private isEmptyObject = false; /** @@ -2795,7 +2795,7 @@ export class DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExcl super(terraformResource, terraformAttribute, false, 0); } - public get internalValue(): DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList | undefined { + public get internalValue(): DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct | undefined { let hasAnyValues = this.isEmptyObject; const internalValueResult: any = {}; if (this._words !== undefined) { @@ -2805,7 +2805,7 @@ export class DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExcl return hasAnyValues ? internalValueResult : undefined; } - public set internalValue(value: DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList | undefined) { + public set internalValue(value: DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct | undefined) { if (value === undefined) { this.isEmptyObject = false; this._words = undefined; @@ -2841,7 +2841,7 @@ export interface DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRules * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.67.0/docs/resources/data_loss_prevention_job_trigger#word_list DataLossPreventionJobTrigger#word_list} */ - readonly wordList?: DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList; + readonly wordList?: DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct; } export function dataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryToTerraform(struct?: DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryOutputReference | DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionary): any { @@ -2851,7 +2851,7 @@ export function dataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesE } return { cloud_storage_path: dataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryCloudStoragePathToTerraform(struct!.cloudStoragePath), - word_list: dataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListToTerraform(struct!.wordList), + word_list: dataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructToTerraform(struct!.wordList), } } @@ -2910,11 +2910,11 @@ export class DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExcl } // word_list - computed: false, optional: true, required: false - private _wordList = new DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListOutputReference(this, "word_list"); + private _wordList = new DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStructOutputReference(this, "word_list"); public get wordList() { return this._wordList; } - public putWordList(value: DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordList) { + public putWordList(value: DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionaryWordListStruct) { this._wordList.internalValue = value; } public resetWordList() { diff --git a/src/data-loss-prevention-stored-info-type/index.ts b/src/data-loss-prevention-stored-info-type/index.ts index e75a9977b28..035b2b19443 100644 --- a/src/data-loss-prevention-stored-info-type/index.ts +++ b/src/data-loss-prevention-stored-info-type/index.ts @@ -131,7 +131,7 @@ export class DataLossPreventionStoredInfoTypeDictionaryCloudStoragePathOutputRef return this._path; } } -export interface DataLossPreventionStoredInfoTypeDictionaryWordList { +export interface DataLossPreventionStoredInfoTypeDictionaryWordListStruct { /** * Words or phrases defining the dictionary. The dictionary must contain at least one phrase and every phrase must contain at least 2 characters that are letters or digits. @@ -141,7 +141,7 @@ phrase and every phrase must contain at least 2 characters that are letters or d readonly words: string[]; } -export function dataLossPreventionStoredInfoTypeDictionaryWordListToTerraform(struct?: DataLossPreventionStoredInfoTypeDictionaryWordListOutputReference | DataLossPreventionStoredInfoTypeDictionaryWordList): any { +export function dataLossPreventionStoredInfoTypeDictionaryWordListStructToTerraform(struct?: DataLossPreventionStoredInfoTypeDictionaryWordListStructOutputReference | DataLossPreventionStoredInfoTypeDictionaryWordListStruct): any { if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } if (cdktf.isComplexElement(struct)) { throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); @@ -151,7 +151,7 @@ export function dataLossPreventionStoredInfoTypeDictionaryWordListToTerraform(st } } -export class DataLossPreventionStoredInfoTypeDictionaryWordListOutputReference extends cdktf.ComplexObject { +export class DataLossPreventionStoredInfoTypeDictionaryWordListStructOutputReference extends cdktf.ComplexObject { private isEmptyObject = false; /** @@ -162,7 +162,7 @@ export class DataLossPreventionStoredInfoTypeDictionaryWordListOutputReference e super(terraformResource, terraformAttribute, false, 0); } - public get internalValue(): DataLossPreventionStoredInfoTypeDictionaryWordList | undefined { + public get internalValue(): DataLossPreventionStoredInfoTypeDictionaryWordListStruct | undefined { let hasAnyValues = this.isEmptyObject; const internalValueResult: any = {}; if (this._words !== undefined) { @@ -172,7 +172,7 @@ export class DataLossPreventionStoredInfoTypeDictionaryWordListOutputReference e return hasAnyValues ? internalValueResult : undefined; } - public set internalValue(value: DataLossPreventionStoredInfoTypeDictionaryWordList | undefined) { + public set internalValue(value: DataLossPreventionStoredInfoTypeDictionaryWordListStruct | undefined) { if (value === undefined) { this.isEmptyObject = false; this._words = undefined; @@ -208,7 +208,7 @@ export interface DataLossPreventionStoredInfoTypeDictionary { * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.67.0/docs/resources/data_loss_prevention_stored_info_type#word_list DataLossPreventionStoredInfoType#word_list} */ - readonly wordList?: DataLossPreventionStoredInfoTypeDictionaryWordList; + readonly wordList?: DataLossPreventionStoredInfoTypeDictionaryWordListStruct; } export function dataLossPreventionStoredInfoTypeDictionaryToTerraform(struct?: DataLossPreventionStoredInfoTypeDictionaryOutputReference | DataLossPreventionStoredInfoTypeDictionary): any { @@ -218,7 +218,7 @@ export function dataLossPreventionStoredInfoTypeDictionaryToTerraform(struct?: D } return { cloud_storage_path: dataLossPreventionStoredInfoTypeDictionaryCloudStoragePathToTerraform(struct!.cloudStoragePath), - word_list: dataLossPreventionStoredInfoTypeDictionaryWordListToTerraform(struct!.wordList), + word_list: dataLossPreventionStoredInfoTypeDictionaryWordListStructToTerraform(struct!.wordList), } } @@ -277,11 +277,11 @@ export class DataLossPreventionStoredInfoTypeDictionaryOutputReference extends c } // word_list - computed: false, optional: true, required: false - private _wordList = new DataLossPreventionStoredInfoTypeDictionaryWordListOutputReference(this, "word_list"); + private _wordList = new DataLossPreventionStoredInfoTypeDictionaryWordListStructOutputReference(this, "word_list"); public get wordList() { return this._wordList; } - public putWordList(value: DataLossPreventionStoredInfoTypeDictionaryWordList) { + public putWordList(value: DataLossPreventionStoredInfoTypeDictionaryWordListStruct) { this._wordList.internalValue = value; } public resetWordList() { diff --git a/src/dataproc-workflow-template/index.ts b/src/dataproc-workflow-template/index.ts index 5caff03eb94..0a5151e3808 100644 --- a/src/dataproc-workflow-template/index.ts +++ b/src/dataproc-workflow-template/index.ts @@ -417,7 +417,7 @@ export class DataprocWorkflowTemplateJobsHadoopJobOutputReference extends cdktf. return this._loggingConfig.internalValue; } } -export interface DataprocWorkflowTemplateJobsHiveJobQueryList { +export interface DataprocWorkflowTemplateJobsHiveJobQueryListStruct { /** * Required. The queries to execute. You do not need to end a query expression with a semicolon. Multiple queries can be specified in one string by separating each with a semicolon. Here is an example of a Dataproc API snippet that uses a QueryList to specify a HiveJob: "hiveJob": { "queryList": { "queries": [ "query1", "query2", "query3;query4", ] } } * @@ -426,7 +426,7 @@ export interface DataprocWorkflowTemplateJobsHiveJobQueryList { readonly queries: string[]; } -export function dataprocWorkflowTemplateJobsHiveJobQueryListToTerraform(struct?: DataprocWorkflowTemplateJobsHiveJobQueryListOutputReference | DataprocWorkflowTemplateJobsHiveJobQueryList): any { +export function dataprocWorkflowTemplateJobsHiveJobQueryListStructToTerraform(struct?: DataprocWorkflowTemplateJobsHiveJobQueryListStructOutputReference | DataprocWorkflowTemplateJobsHiveJobQueryListStruct): any { if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } if (cdktf.isComplexElement(struct)) { throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); @@ -436,7 +436,7 @@ export function dataprocWorkflowTemplateJobsHiveJobQueryListToTerraform(struct?: } } -export class DataprocWorkflowTemplateJobsHiveJobQueryListOutputReference extends cdktf.ComplexObject { +export class DataprocWorkflowTemplateJobsHiveJobQueryListStructOutputReference extends cdktf.ComplexObject { private isEmptyObject = false; /** @@ -447,7 +447,7 @@ export class DataprocWorkflowTemplateJobsHiveJobQueryListOutputReference extends super(terraformResource, terraformAttribute, false, 0); } - public get internalValue(): DataprocWorkflowTemplateJobsHiveJobQueryList | undefined { + public get internalValue(): DataprocWorkflowTemplateJobsHiveJobQueryListStruct | undefined { let hasAnyValues = this.isEmptyObject; const internalValueResult: any = {}; if (this._queries !== undefined) { @@ -457,7 +457,7 @@ export class DataprocWorkflowTemplateJobsHiveJobQueryListOutputReference extends return hasAnyValues ? internalValueResult : undefined; } - public set internalValue(value: DataprocWorkflowTemplateJobsHiveJobQueryList | undefined) { + public set internalValue(value: DataprocWorkflowTemplateJobsHiveJobQueryListStruct | undefined) { if (value === undefined) { this.isEmptyObject = false; this._queries = undefined; @@ -517,7 +517,7 @@ export interface DataprocWorkflowTemplateJobsHiveJob { * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.67.0/docs/resources/dataproc_workflow_template#query_list DataprocWorkflowTemplate#query_list} */ - readonly queryList?: DataprocWorkflowTemplateJobsHiveJobQueryList; + readonly queryList?: DataprocWorkflowTemplateJobsHiveJobQueryListStruct; } export function dataprocWorkflowTemplateJobsHiveJobToTerraform(struct?: DataprocWorkflowTemplateJobsHiveJobOutputReference | DataprocWorkflowTemplateJobsHiveJob): any { @@ -531,7 +531,7 @@ export function dataprocWorkflowTemplateJobsHiveJobToTerraform(struct?: Dataproc properties: cdktf.hashMapper(cdktf.stringToTerraform)(struct!.properties), query_file_uri: cdktf.stringToTerraform(struct!.queryFileUri), script_variables: cdktf.hashMapper(cdktf.stringToTerraform)(struct!.scriptVariables), - query_list: dataprocWorkflowTemplateJobsHiveJobQueryListToTerraform(struct!.queryList), + query_list: dataprocWorkflowTemplateJobsHiveJobQueryListStructToTerraform(struct!.queryList), } } @@ -678,11 +678,11 @@ export class DataprocWorkflowTemplateJobsHiveJobOutputReference extends cdktf.Co } // query_list - computed: false, optional: true, required: false - private _queryList = new DataprocWorkflowTemplateJobsHiveJobQueryListOutputReference(this, "query_list"); + private _queryList = new DataprocWorkflowTemplateJobsHiveJobQueryListStructOutputReference(this, "query_list"); public get queryList() { return this._queryList; } - public putQueryList(value: DataprocWorkflowTemplateJobsHiveJobQueryList) { + public putQueryList(value: DataprocWorkflowTemplateJobsHiveJobQueryListStruct) { this._queryList.internalValue = value; } public resetQueryList() { @@ -760,7 +760,7 @@ export class DataprocWorkflowTemplateJobsPigJobLoggingConfigOutputReference exte return this._driverLogLevels; } } -export interface DataprocWorkflowTemplateJobsPigJobQueryList { +export interface DataprocWorkflowTemplateJobsPigJobQueryListStruct { /** * Required. The queries to execute. You do not need to end a query expression with a semicolon. Multiple queries can be specified in one string by separating each with a semicolon. Here is an example of a Dataproc API snippet that uses a QueryList to specify a HiveJob: "hiveJob": { "queryList": { "queries": [ "query1", "query2", "query3;query4", ] } } * @@ -769,7 +769,7 @@ export interface DataprocWorkflowTemplateJobsPigJobQueryList { readonly queries: string[]; } -export function dataprocWorkflowTemplateJobsPigJobQueryListToTerraform(struct?: DataprocWorkflowTemplateJobsPigJobQueryListOutputReference | DataprocWorkflowTemplateJobsPigJobQueryList): any { +export function dataprocWorkflowTemplateJobsPigJobQueryListStructToTerraform(struct?: DataprocWorkflowTemplateJobsPigJobQueryListStructOutputReference | DataprocWorkflowTemplateJobsPigJobQueryListStruct): any { if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } if (cdktf.isComplexElement(struct)) { throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); @@ -779,7 +779,7 @@ export function dataprocWorkflowTemplateJobsPigJobQueryListToTerraform(struct?: } } -export class DataprocWorkflowTemplateJobsPigJobQueryListOutputReference extends cdktf.ComplexObject { +export class DataprocWorkflowTemplateJobsPigJobQueryListStructOutputReference extends cdktf.ComplexObject { private isEmptyObject = false; /** @@ -790,7 +790,7 @@ export class DataprocWorkflowTemplateJobsPigJobQueryListOutputReference extends super(terraformResource, terraformAttribute, false, 0); } - public get internalValue(): DataprocWorkflowTemplateJobsPigJobQueryList | undefined { + public get internalValue(): DataprocWorkflowTemplateJobsPigJobQueryListStruct | undefined { let hasAnyValues = this.isEmptyObject; const internalValueResult: any = {}; if (this._queries !== undefined) { @@ -800,7 +800,7 @@ export class DataprocWorkflowTemplateJobsPigJobQueryListOutputReference extends return hasAnyValues ? internalValueResult : undefined; } - public set internalValue(value: DataprocWorkflowTemplateJobsPigJobQueryList | undefined) { + public set internalValue(value: DataprocWorkflowTemplateJobsPigJobQueryListStruct | undefined) { if (value === undefined) { this.isEmptyObject = false; this._queries = undefined; @@ -866,7 +866,7 @@ export interface DataprocWorkflowTemplateJobsPigJob { * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.67.0/docs/resources/dataproc_workflow_template#query_list DataprocWorkflowTemplate#query_list} */ - readonly queryList?: DataprocWorkflowTemplateJobsPigJobQueryList; + readonly queryList?: DataprocWorkflowTemplateJobsPigJobQueryListStruct; } export function dataprocWorkflowTemplateJobsPigJobToTerraform(struct?: DataprocWorkflowTemplateJobsPigJobOutputReference | DataprocWorkflowTemplateJobsPigJob): any { @@ -881,7 +881,7 @@ export function dataprocWorkflowTemplateJobsPigJobToTerraform(struct?: DataprocW query_file_uri: cdktf.stringToTerraform(struct!.queryFileUri), script_variables: cdktf.hashMapper(cdktf.stringToTerraform)(struct!.scriptVariables), logging_config: dataprocWorkflowTemplateJobsPigJobLoggingConfigToTerraform(struct!.loggingConfig), - query_list: dataprocWorkflowTemplateJobsPigJobQueryListToTerraform(struct!.queryList), + query_list: dataprocWorkflowTemplateJobsPigJobQueryListStructToTerraform(struct!.queryList), } } @@ -1050,11 +1050,11 @@ export class DataprocWorkflowTemplateJobsPigJobOutputReference extends cdktf.Com } // query_list - computed: false, optional: true, required: false - private _queryList = new DataprocWorkflowTemplateJobsPigJobQueryListOutputReference(this, "query_list"); + private _queryList = new DataprocWorkflowTemplateJobsPigJobQueryListStructOutputReference(this, "query_list"); public get queryList() { return this._queryList; } - public putQueryList(value: DataprocWorkflowTemplateJobsPigJobQueryList) { + public putQueryList(value: DataprocWorkflowTemplateJobsPigJobQueryListStruct) { this._queryList.internalValue = value; } public resetQueryList() { @@ -1132,7 +1132,7 @@ export class DataprocWorkflowTemplateJobsPrestoJobLoggingConfigOutputReference e return this._driverLogLevels; } } -export interface DataprocWorkflowTemplateJobsPrestoJobQueryList { +export interface DataprocWorkflowTemplateJobsPrestoJobQueryListStruct { /** * Required. The queries to execute. You do not need to end a query expression with a semicolon. Multiple queries can be specified in one string by separating each with a semicolon. Here is an example of a Dataproc API snippet that uses a QueryList to specify a HiveJob: "hiveJob": { "queryList": { "queries": [ "query1", "query2", "query3;query4", ] } } * @@ -1141,7 +1141,7 @@ export interface DataprocWorkflowTemplateJobsPrestoJobQueryList { readonly queries: string[]; } -export function dataprocWorkflowTemplateJobsPrestoJobQueryListToTerraform(struct?: DataprocWorkflowTemplateJobsPrestoJobQueryListOutputReference | DataprocWorkflowTemplateJobsPrestoJobQueryList): any { +export function dataprocWorkflowTemplateJobsPrestoJobQueryListStructToTerraform(struct?: DataprocWorkflowTemplateJobsPrestoJobQueryListStructOutputReference | DataprocWorkflowTemplateJobsPrestoJobQueryListStruct): any { if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } if (cdktf.isComplexElement(struct)) { throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); @@ -1151,7 +1151,7 @@ export function dataprocWorkflowTemplateJobsPrestoJobQueryListToTerraform(struct } } -export class DataprocWorkflowTemplateJobsPrestoJobQueryListOutputReference extends cdktf.ComplexObject { +export class DataprocWorkflowTemplateJobsPrestoJobQueryListStructOutputReference extends cdktf.ComplexObject { private isEmptyObject = false; /** @@ -1162,7 +1162,7 @@ export class DataprocWorkflowTemplateJobsPrestoJobQueryListOutputReference exten super(terraformResource, terraformAttribute, false, 0); } - public get internalValue(): DataprocWorkflowTemplateJobsPrestoJobQueryList | undefined { + public get internalValue(): DataprocWorkflowTemplateJobsPrestoJobQueryListStruct | undefined { let hasAnyValues = this.isEmptyObject; const internalValueResult: any = {}; if (this._queries !== undefined) { @@ -1172,7 +1172,7 @@ export class DataprocWorkflowTemplateJobsPrestoJobQueryListOutputReference exten return hasAnyValues ? internalValueResult : undefined; } - public set internalValue(value: DataprocWorkflowTemplateJobsPrestoJobQueryList | undefined) { + public set internalValue(value: DataprocWorkflowTemplateJobsPrestoJobQueryListStruct | undefined) { if (value === undefined) { this.isEmptyObject = false; this._queries = undefined; @@ -1238,7 +1238,7 @@ export interface DataprocWorkflowTemplateJobsPrestoJob { * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.67.0/docs/resources/dataproc_workflow_template#query_list DataprocWorkflowTemplate#query_list} */ - readonly queryList?: DataprocWorkflowTemplateJobsPrestoJobQueryList; + readonly queryList?: DataprocWorkflowTemplateJobsPrestoJobQueryListStruct; } export function dataprocWorkflowTemplateJobsPrestoJobToTerraform(struct?: DataprocWorkflowTemplateJobsPrestoJobOutputReference | DataprocWorkflowTemplateJobsPrestoJob): any { @@ -1253,7 +1253,7 @@ export function dataprocWorkflowTemplateJobsPrestoJobToTerraform(struct?: Datapr properties: cdktf.hashMapper(cdktf.stringToTerraform)(struct!.properties), query_file_uri: cdktf.stringToTerraform(struct!.queryFileUri), logging_config: dataprocWorkflowTemplateJobsPrestoJobLoggingConfigToTerraform(struct!.loggingConfig), - query_list: dataprocWorkflowTemplateJobsPrestoJobQueryListToTerraform(struct!.queryList), + query_list: dataprocWorkflowTemplateJobsPrestoJobQueryListStructToTerraform(struct!.queryList), } } @@ -1422,11 +1422,11 @@ export class DataprocWorkflowTemplateJobsPrestoJobOutputReference extends cdktf. } // query_list - computed: false, optional: true, required: false - private _queryList = new DataprocWorkflowTemplateJobsPrestoJobQueryListOutputReference(this, "query_list"); + private _queryList = new DataprocWorkflowTemplateJobsPrestoJobQueryListStructOutputReference(this, "query_list"); public get queryList() { return this._queryList; } - public putQueryList(value: DataprocWorkflowTemplateJobsPrestoJobQueryList) { + public putQueryList(value: DataprocWorkflowTemplateJobsPrestoJobQueryListStruct) { this._queryList.internalValue = value; } public resetQueryList() { @@ -2547,7 +2547,7 @@ export class DataprocWorkflowTemplateJobsSparkSqlJobLoggingConfigOutputReference return this._driverLogLevels; } } -export interface DataprocWorkflowTemplateJobsSparkSqlJobQueryList { +export interface DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct { /** * Required. The queries to execute. You do not need to end a query expression with a semicolon. Multiple queries can be specified in one string by separating each with a semicolon. Here is an example of a Dataproc API snippet that uses a QueryList to specify a HiveJob: "hiveJob": { "queryList": { "queries": [ "query1", "query2", "query3;query4", ] } } * @@ -2556,7 +2556,7 @@ export interface DataprocWorkflowTemplateJobsSparkSqlJobQueryList { readonly queries: string[]; } -export function dataprocWorkflowTemplateJobsSparkSqlJobQueryListToTerraform(struct?: DataprocWorkflowTemplateJobsSparkSqlJobQueryListOutputReference | DataprocWorkflowTemplateJobsSparkSqlJobQueryList): any { +export function dataprocWorkflowTemplateJobsSparkSqlJobQueryListStructToTerraform(struct?: DataprocWorkflowTemplateJobsSparkSqlJobQueryListStructOutputReference | DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct): any { if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } if (cdktf.isComplexElement(struct)) { throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); @@ -2566,7 +2566,7 @@ export function dataprocWorkflowTemplateJobsSparkSqlJobQueryListToTerraform(stru } } -export class DataprocWorkflowTemplateJobsSparkSqlJobQueryListOutputReference extends cdktf.ComplexObject { +export class DataprocWorkflowTemplateJobsSparkSqlJobQueryListStructOutputReference extends cdktf.ComplexObject { private isEmptyObject = false; /** @@ -2577,7 +2577,7 @@ export class DataprocWorkflowTemplateJobsSparkSqlJobQueryListOutputReference ext super(terraformResource, terraformAttribute, false, 0); } - public get internalValue(): DataprocWorkflowTemplateJobsSparkSqlJobQueryList | undefined { + public get internalValue(): DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct | undefined { let hasAnyValues = this.isEmptyObject; const internalValueResult: any = {}; if (this._queries !== undefined) { @@ -2587,7 +2587,7 @@ export class DataprocWorkflowTemplateJobsSparkSqlJobQueryListOutputReference ext return hasAnyValues ? internalValueResult : undefined; } - public set internalValue(value: DataprocWorkflowTemplateJobsSparkSqlJobQueryList | undefined) { + public set internalValue(value: DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct | undefined) { if (value === undefined) { this.isEmptyObject = false; this._queries = undefined; @@ -2647,7 +2647,7 @@ export interface DataprocWorkflowTemplateJobsSparkSqlJob { * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.67.0/docs/resources/dataproc_workflow_template#query_list DataprocWorkflowTemplate#query_list} */ - readonly queryList?: DataprocWorkflowTemplateJobsSparkSqlJobQueryList; + readonly queryList?: DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct; } export function dataprocWorkflowTemplateJobsSparkSqlJobToTerraform(struct?: DataprocWorkflowTemplateJobsSparkSqlJobOutputReference | DataprocWorkflowTemplateJobsSparkSqlJob): any { @@ -2661,7 +2661,7 @@ export function dataprocWorkflowTemplateJobsSparkSqlJobToTerraform(struct?: Data query_file_uri: cdktf.stringToTerraform(struct!.queryFileUri), script_variables: cdktf.hashMapper(cdktf.stringToTerraform)(struct!.scriptVariables), logging_config: dataprocWorkflowTemplateJobsSparkSqlJobLoggingConfigToTerraform(struct!.loggingConfig), - query_list: dataprocWorkflowTemplateJobsSparkSqlJobQueryListToTerraform(struct!.queryList), + query_list: dataprocWorkflowTemplateJobsSparkSqlJobQueryListStructToTerraform(struct!.queryList), } } @@ -2808,11 +2808,11 @@ export class DataprocWorkflowTemplateJobsSparkSqlJobOutputReference extends cdkt } // query_list - computed: false, optional: true, required: false - private _queryList = new DataprocWorkflowTemplateJobsSparkSqlJobQueryListOutputReference(this, "query_list"); + private _queryList = new DataprocWorkflowTemplateJobsSparkSqlJobQueryListStructOutputReference(this, "query_list"); public get queryList() { return this._queryList; } - public putQueryList(value: DataprocWorkflowTemplateJobsSparkSqlJobQueryList) { + public putQueryList(value: DataprocWorkflowTemplateJobsSparkSqlJobQueryListStruct) { this._queryList.internalValue = value; } public resetQueryList() { diff --git a/yarn.lock b/yarn.lock index 37d97e8e3b2..3a62a9572d6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -17,48 +17,14 @@ dependencies: tunnel "^0.0.6" -"@ampproject/remapping@^2.2.0": - version "2.2.1" - resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.2.1.tgz#99e8e11851128b8702cd57c33684f1d0f260b630" - integrity sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg== - dependencies: - "@jridgewell/gen-mapping" "^0.3.0" - "@jridgewell/trace-mapping" "^0.3.9" - -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.18.6", "@babel/code-frame@^7.21.4": +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.18.6": version "7.21.4" resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.21.4.tgz#d0fa9e4413aca81f2b23b9442797bda1826edb39" integrity sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g== dependencies: "@babel/highlight" "^7.18.6" -"@babel/compat-data@^7.21.5": - version "7.21.7" - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.7.tgz#61caffb60776e49a57ba61a88f02bedd8714f6bc" - integrity sha512-KYMqFYTaenzMK4yUtf4EW9wc4N9ef80FsbMtkwool5zpwl4YrT1SdWYSTRcT94KO4hannogdS+LxY7L+arP3gA== - -"@babel/core@^7.11.6", "@babel/core@^7.12.3": - version "7.21.8" - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.8.tgz#2a8c7f0f53d60100ba4c32470ba0281c92aa9aa4" - integrity sha512-YeM22Sondbo523Sz0+CirSPnbj9bG3P0CdHcBZdqUuaeOaYEFbOLoGU7lebvGP6P5J/WE9wOn7u7C4J9HvS1xQ== - dependencies: - "@ampproject/remapping" "^2.2.0" - "@babel/code-frame" "^7.21.4" - "@babel/generator" "^7.21.5" - "@babel/helper-compilation-targets" "^7.21.5" - "@babel/helper-module-transforms" "^7.21.5" - "@babel/helpers" "^7.21.5" - "@babel/parser" "^7.21.8" - "@babel/template" "^7.20.7" - "@babel/traverse" "^7.21.5" - "@babel/types" "^7.21.5" - convert-source-map "^1.7.0" - debug "^4.1.0" - gensync "^1.0.0-beta.2" - json5 "^2.2.2" - semver "^6.3.0" - -"@babel/generator@^7.21.4", "@babel/generator@^7.21.5", "@babel/generator@^7.7.2": +"@babel/generator@^7.21.4": version "7.21.5" resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.5.tgz#c0c0e5449504c7b7de8236d99338c3e2a340745f" integrity sha512-SrKK/sRv8GesIW1bDagf9cCG38IOMYZusoe1dfg0D8aiUe3Amvoj1QtjTPAWcfrZFvIwlleLb0gxzQidL9w14w== @@ -68,77 +34,6 @@ "@jridgewell/trace-mapping" "^0.3.17" jsesc "^2.5.1" -"@babel/helper-compilation-targets@^7.21.5": - version "7.21.5" - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.21.5.tgz#631e6cc784c7b660417421349aac304c94115366" - integrity sha512-1RkbFGUKex4lvsB9yhIfWltJM5cZKUftB2eNajaDv3dCMEp49iBG0K14uH8NnX9IPux2+mK7JGEOB0jn48/J6w== - dependencies: - "@babel/compat-data" "^7.21.5" - "@babel/helper-validator-option" "^7.21.0" - browserslist "^4.21.3" - lru-cache "^5.1.1" - semver "^6.3.0" - -"@babel/helper-environment-visitor@^7.21.5": - version "7.21.5" - resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.21.5.tgz#c769afefd41d171836f7cb63e295bedf689d48ba" - integrity sha512-IYl4gZ3ETsWocUWgsFZLM5i1BYx9SoemminVEXadgLBa9TdeorzgLKm8wWLA6J1N/kT3Kch8XIk1laNzYoHKvQ== - -"@babel/helper-function-name@^7.21.0": - version "7.21.0" - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.21.0.tgz#d552829b10ea9f120969304023cd0645fa00b1b4" - integrity sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg== - dependencies: - "@babel/template" "^7.20.7" - "@babel/types" "^7.21.0" - -"@babel/helper-hoist-variables@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678" - integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q== - dependencies: - "@babel/types" "^7.18.6" - -"@babel/helper-module-imports@^7.21.4": - version "7.21.4" - resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.21.4.tgz#ac88b2f76093637489e718a90cec6cf8a9b029af" - integrity sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg== - dependencies: - "@babel/types" "^7.21.4" - -"@babel/helper-module-transforms@^7.21.5": - version "7.21.5" - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.5.tgz#d937c82e9af68d31ab49039136a222b17ac0b420" - integrity sha512-bI2Z9zBGY2q5yMHoBvJ2a9iX3ZOAzJPm7Q8Yz6YeoUjU/Cvhmi2G4QyTNyPBqqXSgTjUxRg3L0xV45HvkNWWBw== - dependencies: - "@babel/helper-environment-visitor" "^7.21.5" - "@babel/helper-module-imports" "^7.21.4" - "@babel/helper-simple-access" "^7.21.5" - "@babel/helper-split-export-declaration" "^7.18.6" - "@babel/helper-validator-identifier" "^7.19.1" - "@babel/template" "^7.20.7" - "@babel/traverse" "^7.21.5" - "@babel/types" "^7.21.5" - -"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.8.0": - version "7.21.5" - resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.21.5.tgz#345f2377d05a720a4e5ecfa39cbf4474a4daed56" - integrity sha512-0WDaIlXKOX/3KfBK/dwP1oQGiPh6rjMkT7HIRv7i5RR2VUMwrx5ZL0dwBkKx7+SW1zwNdgjHd34IMk5ZjTeHVg== - -"@babel/helper-simple-access@^7.21.5": - version "7.21.5" - resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.21.5.tgz#d697a7971a5c39eac32c7e63c0921c06c8a249ee" - integrity sha512-ENPDAMC1wAjR0uaCUwliBdiSl1KBJAVnMTzXqi64c2MG8MPR6ii4qf7bSXDqSFbr4W6W028/rf5ivoHop5/mkg== - dependencies: - "@babel/types" "^7.21.5" - -"@babel/helper-split-export-declaration@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz#7367949bc75b20c6d5a5d4a97bba2824ae8ef075" - integrity sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA== - dependencies: - "@babel/types" "^7.18.6" - "@babel/helper-string-parser@^7.21.5": version "7.21.5" resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.21.5.tgz#2b3eea65443c6bdc31c22d037c65f6d323b6b2bd" @@ -149,20 +44,6 @@ resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2" integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w== -"@babel/helper-validator-option@^7.21.0": - version "7.21.0" - resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180" - integrity sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ== - -"@babel/helpers@^7.21.5": - version "7.21.5" - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.21.5.tgz#5bac66e084d7a4d2d9696bdf0175a93f7fb63c08" - integrity sha512-BSY+JSlHxOmGsPTydUkPf1MdMQ3M81x5xGCOVgWM3G8XH77sJ292Y2oqcp0CbbgxhqBuI46iUz1tT7hqP7EfgA== - dependencies: - "@babel/template" "^7.20.7" - "@babel/traverse" "^7.21.5" - "@babel/types" "^7.21.5" - "@babel/highlight@^7.18.6": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.18.6.tgz#81158601e93e2563795adcbfbdf5d64be3f2ecdf" @@ -172,110 +53,12 @@ chalk "^2.0.0" js-tokens "^4.0.0" -"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.21.5", "@babel/parser@^7.21.8": +"@babel/parser@^7.20.7": version "7.21.8" resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.8.tgz#642af7d0333eab9c0ad70b14ac5e76dbde7bfdf8" integrity sha512-6zavDGdzG3gUqAdWvlLFfk+36RilI+Pwyuuh7HItyeScCWP3k6i8vKclAQ0bM/0y/Kz/xiwvxhMv9MgTJP5gmA== -"@babel/plugin-syntax-async-generators@^7.8.4": - version "7.8.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d" - integrity sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw== - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-bigint@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz#4c9a6f669f5d0cdf1b90a1671e9a146be5300cea" - integrity sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg== - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-class-properties@^7.8.3": - version "7.12.13" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz#b5c987274c4a3a82b89714796931a6b53544ae10" - integrity sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA== - dependencies: - "@babel/helper-plugin-utils" "^7.12.13" - -"@babel/plugin-syntax-import-meta@^7.8.3": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz#ee601348c370fa334d2207be158777496521fd51" - integrity sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g== - dependencies: - "@babel/helper-plugin-utils" "^7.10.4" - -"@babel/plugin-syntax-json-strings@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz#01ca21b668cd8218c9e640cb6dd88c5412b2c96a" - integrity sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA== - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-jsx@^7.7.2": - version "7.21.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.21.4.tgz#f264ed7bf40ffc9ec239edabc17a50c4f5b6fea2" - integrity sha512-5hewiLct5OKyh6PLKEYaFclcqtIgCb6bmELouxjF6up5q3Sov7rOayW4RwhbaBL0dit8rA80GNfY+UuDp2mBbQ== - dependencies: - "@babel/helper-plugin-utils" "^7.20.2" - -"@babel/plugin-syntax-logical-assignment-operators@^7.8.3": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz#ca91ef46303530448b906652bac2e9fe9941f699" - integrity sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig== - dependencies: - "@babel/helper-plugin-utils" "^7.10.4" - -"@babel/plugin-syntax-nullish-coalescing-operator@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz#167ed70368886081f74b5c36c65a88c03b66d1a9" - integrity sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ== - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-numeric-separator@^7.8.3": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz#b9b070b3e33570cd9fd07ba7fa91c0dd37b9af97" - integrity sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug== - dependencies: - "@babel/helper-plugin-utils" "^7.10.4" - -"@babel/plugin-syntax-object-rest-spread@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz#60e225edcbd98a640332a2e72dd3e66f1af55871" - integrity sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA== - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-optional-catch-binding@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz#6111a265bcfb020eb9efd0fdfd7d26402b9ed6c1" - integrity sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q== - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-optional-chaining@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz#4f69c2ab95167e0180cd5336613f8c5788f7d48a" - integrity sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg== - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-top-level-await@^7.8.3": - version "7.14.5" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz#c1cfdadc35a646240001f06138247b741c34d94c" - integrity sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw== - dependencies: - "@babel/helper-plugin-utils" "^7.14.5" - -"@babel/plugin-syntax-typescript@^7.7.2": - version "7.21.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.21.4.tgz#2751948e9b7c6d771a8efa59340c15d4a2891ff8" - integrity sha512-xz0D39NvhQn4t4RNsHmDnnsaQizIlUkdtYvLs8La1BlfjQ6JEwxkJGeqJMW2tAXx+q6H+WFuUTXNdYVpEya0YA== - dependencies: - "@babel/helper-plugin-utils" "^7.20.2" - -"@babel/template@^7.20.7", "@babel/template@^7.3.3": +"@babel/template@^7.20.7": version "7.20.7" resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.20.7.tgz#a15090c2839a83b02aa996c0b4994005841fd5a8" integrity sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw== @@ -284,23 +67,7 @@ "@babel/parser" "^7.20.7" "@babel/types" "^7.20.7" -"@babel/traverse@^7.21.5", "@babel/traverse@^7.7.2": - version "7.21.5" - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.5.tgz#ad22361d352a5154b498299d523cf72998a4b133" - integrity sha512-AhQoI3YjWi6u/y/ntv7k48mcrCXmus0t79J9qPNlk/lAsFlCiJ047RmbfMOawySTHtywXhbXgpx/8nXMYd+oFw== - dependencies: - "@babel/code-frame" "^7.21.4" - "@babel/generator" "^7.21.5" - "@babel/helper-environment-visitor" "^7.21.5" - "@babel/helper-function-name" "^7.21.0" - "@babel/helper-hoist-variables" "^7.18.6" - "@babel/helper-split-export-declaration" "^7.18.6" - "@babel/parser" "^7.21.5" - "@babel/types" "^7.21.5" - debug "^4.1.0" - globals "^11.1.0" - -"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.21.4", "@babel/types@^7.21.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3": +"@babel/types@^7.20.7", "@babel/types@^7.21.4", "@babel/types@^7.21.5", "@babel/types@^7.3.0": version "7.21.5" resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.5.tgz#18dfbd47c39d3904d5db3d3dc2cc80bedb60e5b6" integrity sha512-m4AfNvVF2mVC/F7fDEdH2El3HzUg9It/XsCxZiOTTA3m3qYfcSVSbTfM6Q9xG+hYDniZssYhlXKKUMD5m8tF4Q== @@ -309,69 +76,88 @@ "@babel/helper-validator-identifier" "^7.19.1" to-fast-properties "^2.0.0" -"@bcoe/v8-coverage@^0.2.3": - version "0.2.3" - resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" - integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== - -"@cdktf/cli-core@0.16.1": - version "0.16.1" - resolved "https://registry.yarnpkg.com/@cdktf/cli-core/-/cli-core-0.16.1.tgz#28ac8dedbd59d6b85ca31b9ac5e35f502ab7e54f" - integrity sha512-FauJH4Ue0Sl8WMgOmcjN47d10r7QPELSE60R8ngw2yPtS28ZdneFgZbSLf3EuiCVz9JCM+ErYUgo7a6xp/I3pw== +"@cdktf/cli-core@0.16.3": + version "0.16.3" + resolved "https://registry.yarnpkg.com/@cdktf/cli-core/-/cli-core-0.16.3.tgz#dc3e8146965beeb8d8fdf0a3df54efeba8c7bbec" + integrity sha512-MCFbgKFAvhldxubQqENeaR5rg+9HdRcf/d0FSQvtVdBF/0/mVNcgbtPslLvSO3iCiRFwwUz0f2Jrwc+UdOEArQ== dependencies: - "@cdktf/commons" "0.16.1" - "@cdktf/hcl2cdk" "0.16.1" - "@cdktf/hcl2json" "0.16.1" + "@cdktf/commons" "0.16.3" + "@cdktf/hcl2cdk" "0.16.3" + "@cdktf/hcl2json" "0.16.3" "@cdktf/node-pty-prebuilt-multiarch" "0.10.1-pre.10" "@sentry/node" "^6.19.7" - cdktf "0.16.1" + archiver "^5.3.1" + cdktf "0.16.3" + chalk "^4.1.2" + chokidar "^3.5.3" + cli-spinners "2.7.0" codemaker "^1.79.0" constructs "^10.0.25" + cross-fetch "^3.1.5" cross-spawn "^7.0.3" + detect-port "^1.5.1" + execa "^5.1.1" + extract-zip "^2.0.1" + follow-redirects "^1.15.2" + fs-extra "^8.1.0" https-proxy-agent "^5.0.1" + indent-string "^4.0.0" + ink "^3.2.0" ink-select-input "^4.2.1" + ink-spinner "^4.0.3" + ink-testing-library "^2.1.0" + ink-use-stdout-dimensions "^1.0.5" + inquirer "^8.2.5" jsii "^5.0.1" jsii-pacmak "^1.79.0" + jsii-srcmak "^0.1.867" + lodash.isequal "^4.5.0" + log4js "^6.7.0" minimatch "^5.1.0" node-fetch "^2.6.7" + open "^7.4.2" + parse-gitignore "^1.0.1" + pkg-up "^3.1.0" + semver "^7.3.8" + sscaff "^1.2.274" + stream-buffers "^3.0.2" + strip-ansi "^6.0.1" tunnel-agent "^0.6.0" + uuid "^8.3.2" xml-js "^1.6.11" xstate "^4.34.0" yargs "^17.6" yoga-layout-prebuilt "^1.10.0" zod "^1.11.17" -"@cdktf/commons@0.16.1": - version "0.16.1" - resolved "https://registry.yarnpkg.com/@cdktf/commons/-/commons-0.16.1.tgz#aed3ac8e16ac1dfbd8206a88ca7dc1d666ef848d" - integrity sha512-ZPP8etMoohGyEmidGAJzjNEG4S7bwRVXTVETD4JRc6lR453v/tak/785ttLbujZwJsPScqGmdg6ffWrgL+OceA== +"@cdktf/commons@0.16.3": + version "0.16.3" + resolved "https://registry.yarnpkg.com/@cdktf/commons/-/commons-0.16.3.tgz#6a33a02f670138887790170be829eb1f152dd422" + integrity sha512-+Mjv9gKsSOMt7SKa5qgr7A8ll6C2hkVutFTNn46XaO7wobCANJKnOkC0Y54XepqccSqBaOqclP8QCGPLjY2VRw== dependencies: "@npmcli/ci-detect" "^1.4.0" "@sentry/node" "^6.19.7" - cdktf "0.16.1" + cdktf "0.16.3" codemaker "^1.76.0" constructs "^10.0.25" cross-spawn "^7.0.3" follow-redirects "^1.15.2" fs-extra "^8.1.0" is-valid-domain "^0.1.6" - jest "^29.5.0" log4js "^6.7.0" - ts-jest "^29.0.5" - typescript "^5.0.2" uuid "^8.3.2" -"@cdktf/hcl2cdk@0.16.1": - version "0.16.1" - resolved "https://registry.yarnpkg.com/@cdktf/hcl2cdk/-/hcl2cdk-0.16.1.tgz#f0053cc02b9ffcffa9e964cb88c0b3b86c3b024c" - integrity sha512-bPekj5PXApiMyKZNtS4OcLGFKHSGArqV9s9Dv5/xUY/FybqVNGsf7tp1SdG74JuFKq4grN81F705bKkVt7Nc9g== +"@cdktf/hcl2cdk@0.16.3": + version "0.16.3" + resolved "https://registry.yarnpkg.com/@cdktf/hcl2cdk/-/hcl2cdk-0.16.3.tgz#00b59644059c9ec7c910036e7f0072c5dab32e65" + integrity sha512-2jr4EF6RKkZelFpXKqo2AXZ9gkQjHh16qeb+l705pFbhifjdj8zqnisrpHjOFcDLkE2gR3BYwFj5hpDtC5sh2Q== dependencies: "@babel/generator" "^7.21.4" "@babel/template" "^7.20.7" "@babel/types" "^7.21.4" - "@cdktf/commons" "0.16.1" - "@cdktf/hcl2json" "0.16.1" - "@cdktf/provider-generator" "0.16.1" + "@cdktf/commons" "0.16.3" + "@cdktf/hcl2json" "0.16.3" + "@cdktf/provider-generator" "0.16.3" camelcase "^6.3.0" deep-equal "^2.2.0" glob "9.3.4" @@ -382,10 +168,10 @@ reserved-words "^0.1.2" zod "^3.21.4" -"@cdktf/hcl2json@0.16.1": - version "0.16.1" - resolved "https://registry.yarnpkg.com/@cdktf/hcl2json/-/hcl2json-0.16.1.tgz#c5d4c965e150d29579d6b53a9fe6c946fca7e614" - integrity sha512-c0AcAzpUYREmkonxai3Jjd7P0c0/TMB+ga3Ir/02MDSdyV8VQ+1CLK2nVMJJqJTsGZkxrZGVj/jlwA6coDYaqg== +"@cdktf/hcl2json@0.16.3": + version "0.16.3" + resolved "https://registry.yarnpkg.com/@cdktf/hcl2json/-/hcl2json-0.16.3.tgz#136a7039a162c8985e00024092d6571209b0a803" + integrity sha512-+EXGxbMMBrg7JUEqw7B89ggGuvw9uXe9n4JjrkLbN4TXCQg0t90GoQ0Q1ivjrBBROiT3paNioXSyX4OBR7oGOg== dependencies: fs-extra "^11.1.1" @@ -397,13 +183,13 @@ nan "^2.14.2" prebuild-install "^7.1.1" -"@cdktf/provider-generator@0.16.1": - version "0.16.1" - resolved "https://registry.yarnpkg.com/@cdktf/provider-generator/-/provider-generator-0.16.1.tgz#d0e646803dcee639f710aea1ed550c3e7f9a12ed" - integrity sha512-vtrN9kI7bDJKtOgSPxmm9ZoQqP6Ux17Stry20DZQH86Q1Ed+SXhG5jGMfIOTNRj5RtcCIsPSQS9NuSACzCxp7A== +"@cdktf/provider-generator@0.16.3": + version "0.16.3" + resolved "https://registry.yarnpkg.com/@cdktf/provider-generator/-/provider-generator-0.16.3.tgz#d808e982d4c6e6c0c801171c8e3db53aa92a48da" + integrity sha512-f8Cy6Z8tqjhQ7wQvfxaRQpktf3Y1IpKuzaMQ+WnRYD0c77tHEhRJI9g27HvMGpKaZ/nveg9ziwy6jurSfVJlyg== dependencies: - "@cdktf/commons" "0.16.1" - "@cdktf/hcl2json" "0.16.1" + "@cdktf/commons" "0.16.3" + "@cdktf/hcl2json" "0.16.3" "@types/node" "16.18.23" codemaker "^1.76.0" deepmerge "^4.2.2" @@ -411,9 +197,9 @@ jsii-srcmak "^0.1.867" "@cdktf/provider-project@^0.2.95": - version "0.2.114" - resolved "https://registry.yarnpkg.com/@cdktf/provider-project/-/provider-project-0.2.114.tgz#1919e2acc121ba29af93a9198c7e04787913f298" - integrity sha512-0cxQtnvEeDoD2x21Qx5qbvrHNEPvRA+ATinCSjK7rp+24eIqcECPoSo0LLFUwR5P1oMxdgeAhxJyfRxfXwlwHw== + version "0.2.115" + resolved "https://registry.yarnpkg.com/@cdktf/provider-project/-/provider-project-0.2.115.tgz#ac19c91aeff25c31ef322455f29a6795fca00b3a" + integrity sha512-odqHo/+35EGKXE/5Fzj3rdlX1evqDLpCayPadVoOO1hyYHkeDi5QI5iV/BcHTBzsX8Q0fdb87H9cehoUZr7X0g== dependencies: change-case "^4.1.2" fs-extra "^10.1.0" @@ -450,215 +236,7 @@ wrap-ansi "^8.1.0" wrap-ansi-cjs "npm:wrap-ansi@^7.0.0" -"@istanbuljs/load-nyc-config@^1.0.0": - version "1.1.0" - resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz#fd3db1d59ecf7cf121e80650bb86712f9b55eced" - integrity sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ== - dependencies: - camelcase "^5.3.1" - find-up "^4.1.0" - get-package-type "^0.1.0" - js-yaml "^3.13.1" - resolve-from "^5.0.0" - -"@istanbuljs/schema@^0.1.2": - version "0.1.3" - resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98" - integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA== - -"@jest/console@^29.5.0": - version "29.5.0" - resolved "https://registry.yarnpkg.com/@jest/console/-/console-29.5.0.tgz#593a6c5c0d3f75689835f1b3b4688c4f8544cb57" - integrity sha512-NEpkObxPwyw/XxZVLPmAGKE89IQRp4puc6IQRPru6JKd1M3fW9v1xM1AnzIJE65hbCkzQAdnL8P47e9hzhiYLQ== - dependencies: - "@jest/types" "^29.5.0" - "@types/node" "*" - chalk "^4.0.0" - jest-message-util "^29.5.0" - jest-util "^29.5.0" - slash "^3.0.0" - -"@jest/core@^29.5.0": - version "29.5.0" - resolved "https://registry.yarnpkg.com/@jest/core/-/core-29.5.0.tgz#76674b96904484e8214614d17261cc491e5f1f03" - integrity sha512-28UzQc7ulUrOQw1IsN/kv1QES3q2kkbl/wGslyhAclqZ/8cMdB5M68BffkIdSJgKBUt50d3hbwJ92XESlE7LiQ== - dependencies: - "@jest/console" "^29.5.0" - "@jest/reporters" "^29.5.0" - "@jest/test-result" "^29.5.0" - "@jest/transform" "^29.5.0" - "@jest/types" "^29.5.0" - "@types/node" "*" - ansi-escapes "^4.2.1" - chalk "^4.0.0" - ci-info "^3.2.0" - exit "^0.1.2" - graceful-fs "^4.2.9" - jest-changed-files "^29.5.0" - jest-config "^29.5.0" - jest-haste-map "^29.5.0" - jest-message-util "^29.5.0" - jest-regex-util "^29.4.3" - jest-resolve "^29.5.0" - jest-resolve-dependencies "^29.5.0" - jest-runner "^29.5.0" - jest-runtime "^29.5.0" - jest-snapshot "^29.5.0" - jest-util "^29.5.0" - jest-validate "^29.5.0" - jest-watcher "^29.5.0" - micromatch "^4.0.4" - pretty-format "^29.5.0" - slash "^3.0.0" - strip-ansi "^6.0.0" - -"@jest/environment@^29.5.0": - version "29.5.0" - resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-29.5.0.tgz#9152d56317c1fdb1af389c46640ba74ef0bb4c65" - integrity sha512-5FXw2+wD29YU1d4I2htpRX7jYnAyTRjP2CsXQdo9SAM8g3ifxWPSV0HnClSn71xwctr0U3oZIIH+dtbfmnbXVQ== - dependencies: - "@jest/fake-timers" "^29.5.0" - "@jest/types" "^29.5.0" - "@types/node" "*" - jest-mock "^29.5.0" - -"@jest/expect-utils@^29.5.0": - version "29.5.0" - resolved "https://registry.yarnpkg.com/@jest/expect-utils/-/expect-utils-29.5.0.tgz#f74fad6b6e20f924582dc8ecbf2cb800fe43a036" - integrity sha512-fmKzsidoXQT2KwnrwE0SQq3uj8Z763vzR8LnLBwC2qYWEFpjX8daRsk6rHUM1QvNlEW/UJXNXm59ztmJJWs2Mg== - dependencies: - jest-get-type "^29.4.3" - -"@jest/expect@^29.5.0": - version "29.5.0" - resolved "https://registry.yarnpkg.com/@jest/expect/-/expect-29.5.0.tgz#80952f5316b23c483fbca4363ce822af79c38fba" - integrity sha512-PueDR2HGihN3ciUNGr4uelropW7rqUfTiOn+8u0leg/42UhblPxHkfoh0Ruu3I9Y1962P3u2DY4+h7GVTSVU6g== - dependencies: - expect "^29.5.0" - jest-snapshot "^29.5.0" - -"@jest/fake-timers@^29.5.0": - version "29.5.0" - resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-29.5.0.tgz#d4d09ec3286b3d90c60bdcd66ed28d35f1b4dc2c" - integrity sha512-9ARvuAAQcBwDAqOnglWq2zwNIRUDtk/SCkp/ToGEhFv5r86K21l+VEs0qNTaXtyiY0lEePl3kylijSYJQqdbDg== - dependencies: - "@jest/types" "^29.5.0" - "@sinonjs/fake-timers" "^10.0.2" - "@types/node" "*" - jest-message-util "^29.5.0" - jest-mock "^29.5.0" - jest-util "^29.5.0" - -"@jest/globals@^29.5.0": - version "29.5.0" - resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-29.5.0.tgz#6166c0bfc374c58268677539d0c181f9c1833298" - integrity sha512-S02y0qMWGihdzNbUiqSAiKSpSozSuHX5UYc7QbnHP+D9Lyw8DgGGCinrN9uSuHPeKgSSzvPom2q1nAtBvUsvPQ== - dependencies: - "@jest/environment" "^29.5.0" - "@jest/expect" "^29.5.0" - "@jest/types" "^29.5.0" - jest-mock "^29.5.0" - -"@jest/reporters@^29.5.0": - version "29.5.0" - resolved "https://registry.yarnpkg.com/@jest/reporters/-/reporters-29.5.0.tgz#985dfd91290cd78ddae4914ba7921bcbabe8ac9b" - integrity sha512-D05STXqj/M8bP9hQNSICtPqz97u7ffGzZu+9XLucXhkOFBqKcXe04JLZOgIekOxdb73MAoBUFnqvf7MCpKk5OA== - dependencies: - "@bcoe/v8-coverage" "^0.2.3" - "@jest/console" "^29.5.0" - "@jest/test-result" "^29.5.0" - "@jest/transform" "^29.5.0" - "@jest/types" "^29.5.0" - "@jridgewell/trace-mapping" "^0.3.15" - "@types/node" "*" - chalk "^4.0.0" - collect-v8-coverage "^1.0.0" - exit "^0.1.2" - glob "^7.1.3" - graceful-fs "^4.2.9" - istanbul-lib-coverage "^3.0.0" - istanbul-lib-instrument "^5.1.0" - istanbul-lib-report "^3.0.0" - istanbul-lib-source-maps "^4.0.0" - istanbul-reports "^3.1.3" - jest-message-util "^29.5.0" - jest-util "^29.5.0" - jest-worker "^29.5.0" - slash "^3.0.0" - string-length "^4.0.1" - strip-ansi "^6.0.0" - v8-to-istanbul "^9.0.1" - -"@jest/schemas@^29.4.3": - version "29.4.3" - resolved "https://registry.yarnpkg.com/@jest/schemas/-/schemas-29.4.3.tgz#39cf1b8469afc40b6f5a2baaa146e332c4151788" - integrity sha512-VLYKXQmtmuEz6IxJsrZwzG9NvtkQsWNnWMsKxqWNu3+CnfzJQhp0WDDKWLVV9hLKr0l3SLLFRqcYHjhtyuDVxg== - dependencies: - "@sinclair/typebox" "^0.25.16" - -"@jest/source-map@^29.4.3": - version "29.4.3" - resolved "https://registry.yarnpkg.com/@jest/source-map/-/source-map-29.4.3.tgz#ff8d05cbfff875d4a791ab679b4333df47951d20" - integrity sha512-qyt/mb6rLyd9j1jUts4EQncvS6Yy3PM9HghnNv86QBlV+zdL2inCdK1tuVlL+J+lpiw2BI67qXOrX3UurBqQ1w== - dependencies: - "@jridgewell/trace-mapping" "^0.3.15" - callsites "^3.0.0" - graceful-fs "^4.2.9" - -"@jest/test-result@^29.5.0": - version "29.5.0" - resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-29.5.0.tgz#7c856a6ca84f45cc36926a4e9c6b57f1973f1408" - integrity sha512-fGl4rfitnbfLsrfx1uUpDEESS7zM8JdgZgOCQuxQvL1Sn/I6ijeAVQWGfXI9zb1i9Mzo495cIpVZhA0yr60PkQ== - dependencies: - "@jest/console" "^29.5.0" - "@jest/types" "^29.5.0" - "@types/istanbul-lib-coverage" "^2.0.0" - collect-v8-coverage "^1.0.0" - -"@jest/test-sequencer@^29.5.0": - version "29.5.0" - resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-29.5.0.tgz#34d7d82d3081abd523dbddc038a3ddcb9f6d3cc4" - integrity sha512-yPafQEcKjkSfDXyvtgiV4pevSeyuA6MQr6ZIdVkWJly9vkqjnFfcfhRQqpD5whjoU8EORki752xQmjaqoFjzMQ== - dependencies: - "@jest/test-result" "^29.5.0" - graceful-fs "^4.2.9" - jest-haste-map "^29.5.0" - slash "^3.0.0" - -"@jest/transform@^29.5.0": - version "29.5.0" - resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-29.5.0.tgz#cf9c872d0965f0cbd32f1458aa44a2b1988b00f9" - integrity sha512-8vbeZWqLJOvHaDfeMuoHITGKSz5qWc9u04lnWrQE3VyuSw604PzQM824ZeX9XSjUCeDiE3GuxZe5UKa8J61NQw== - dependencies: - "@babel/core" "^7.11.6" - "@jest/types" "^29.5.0" - "@jridgewell/trace-mapping" "^0.3.15" - babel-plugin-istanbul "^6.1.1" - chalk "^4.0.0" - convert-source-map "^2.0.0" - fast-json-stable-stringify "^2.1.0" - graceful-fs "^4.2.9" - jest-haste-map "^29.5.0" - jest-regex-util "^29.4.3" - jest-util "^29.5.0" - micromatch "^4.0.4" - pirates "^4.0.4" - slash "^3.0.0" - write-file-atomic "^4.0.2" - -"@jest/types@^29.5.0": - version "29.5.0" - resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.5.0.tgz#f59ef9b031ced83047c67032700d8c807d6e1593" - integrity sha512-qbu7kN6czmVRc3xWFQcAN03RAUamgppVUdXrvl1Wr3jlNF93o9mJbGcDWrwGB6ht44u7efB1qCFgVQmca24Uog== - dependencies: - "@jest/schemas" "^29.4.3" - "@types/istanbul-lib-coverage" "^2.0.0" - "@types/istanbul-reports" "^3.0.0" - "@types/node" "*" - "@types/yargs" "^17.0.8" - chalk "^4.0.0" - -"@jridgewell/gen-mapping@^0.3.0", "@jridgewell/gen-mapping@^0.3.2": +"@jridgewell/gen-mapping@^0.3.2": version "0.3.3" resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098" integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ== @@ -687,7 +265,7 @@ resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32" integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== -"@jridgewell/trace-mapping@^0.3.12", "@jridgewell/trace-mapping@^0.3.15", "@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.9": +"@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.9": version "0.3.18" resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.18.tgz#25783b2086daf6ff1dcb53c9249ae480e4dd4cd6" integrity sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA== @@ -920,30 +498,11 @@ resolved "https://registry.yarnpkg.com/@sigstore/protobuf-specs/-/protobuf-specs-0.1.0.tgz#957cb64ea2f5ce527cc9cf02a096baeb0d2b99b4" integrity sha512-a31EnjuIDSX8IXBUib3cYLDRlPMU36AWX4xS8ysLaNu4ZzUesDiPt83pgrW2X1YLMe5L2HbDyaKK5BrL4cNKaQ== -"@sinclair/typebox@^0.25.16": - version "0.25.24" - resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.25.24.tgz#8c7688559979f7079aacaf31aa881c3aa410b718" - integrity sha512-XJfwUVUKDHF5ugKwIcxEgc9k8b7HbznCp6eUfWgu710hMPNIO4aw4/zB5RogDQz8nd6gyCDpU9O/m6qYEWY6yQ== - "@sindresorhus/is@^5.2.0": version "5.3.0" resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-5.3.0.tgz#0ec9264cf54a527671d990eb874e030b55b70dcc" integrity sha512-CX6t4SYQ37lzxicAqsBtxA3OseeoVrh9cSJ5PFYam0GksYlupRfy1A+Q4aYD3zvcfECLc0zO2u+ZnR2UYKvCrw== -"@sinonjs/commons@^3.0.0": - version "3.0.0" - resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-3.0.0.tgz#beb434fe875d965265e04722ccfc21df7f755d72" - integrity sha512-jXBtWAF4vmdNmZgD5FoKsVLv3rPgDnLgPbU84LIJ3otV44vJlDRokVng5v8NFJdCf/da9legHcKaRuZs4L7faA== - dependencies: - type-detect "4.0.8" - -"@sinonjs/fake-timers@^10.0.2": - version "10.2.0" - resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-10.2.0.tgz#b3e322a34c5f26e3184e7f6115695f299c1b1194" - integrity sha512-OPwQlEdg40HAj5KNF8WW6q2KG4Z+cBCZb3m4ninfTZKaBmbIJodviQsDBoYMPHkOyJJMHnOJo5j2+LKDOhOACg== - dependencies: - "@sinonjs/commons" "^3.0.0" - "@szmarczak/http-timer@^5.0.1": version "5.0.1" resolved "https://registry.yarnpkg.com/@szmarczak/http-timer/-/http-timer-5.0.1.tgz#c7c1bf1141cdd4751b0399c8fc7b8b664cd5be3a" @@ -969,33 +528,7 @@ "@tufjs/canonical-json" "1.0.0" minimatch "^9.0.0" -"@types/babel__core@^7.1.14": - version "7.20.0" - resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.20.0.tgz#61bc5a4cae505ce98e1e36c5445e4bee060d8891" - integrity sha512-+n8dL/9GWblDO0iU6eZAwEIJVr5DWigtle+Q6HLOrh/pdbXOhOtqzq8VPPE2zvNJzSKY4vH/z3iT3tn0A3ypiQ== - dependencies: - "@babel/parser" "^7.20.7" - "@babel/types" "^7.20.7" - "@types/babel__generator" "*" - "@types/babel__template" "*" - "@types/babel__traverse" "*" - -"@types/babel__generator@*": - version "7.6.4" - resolved "https://registry.yarnpkg.com/@types/babel__generator/-/babel__generator-7.6.4.tgz#1f20ce4c5b1990b37900b63f050182d28c2439b7" - integrity sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg== - dependencies: - "@babel/types" "^7.0.0" - -"@types/babel__template@*": - version "7.4.1" - resolved "https://registry.yarnpkg.com/@types/babel__template/-/babel__template-7.4.1.tgz#3d1a48fd9d6c0edfd56f2ff578daed48f36c8969" - integrity sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g== - dependencies: - "@babel/parser" "^7.1.0" - "@babel/types" "^7.0.0" - -"@types/babel__traverse@*", "@types/babel__traverse@7.18.2", "@types/babel__traverse@^7.0.6": +"@types/babel__traverse@7.18.2": version "7.18.2" resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.18.2.tgz#235bf339d17185bdec25e024ca19cce257cc7309" integrity sha512-FcFaxOr2V5KZCviw1TnutEMVUVsGt4D2hP1TAfXZAMKuHYW3xQhe3jTxNPWutgCJ3/X1c5yX8ZoGVEItxKbwBg== @@ -1010,37 +543,11 @@ "@types/minimatch" "^5.1.2" "@types/node" "*" -"@types/graceful-fs@^4.1.3": - version "4.1.6" - resolved "https://registry.yarnpkg.com/@types/graceful-fs/-/graceful-fs-4.1.6.tgz#e14b2576a1c25026b7f02ede1de3b84c3a1efeae" - integrity sha512-Sig0SNORX9fdW+bQuTEovKj3uHcUL6LQKbCrrqb1X7J6/ReAbhCXRAhc+SMejhLELFj2QcyuxmUooZ4bt5ReSw== - dependencies: - "@types/node" "*" - "@types/http-cache-semantics@^4.0.1": version "4.0.1" resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz#0ea7b61496902b95890dc4c3a116b60cb8dae812" integrity sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ== -"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0", "@types/istanbul-lib-coverage@^2.0.1": - version "2.0.4" - resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz#8467d4b3c087805d63580480890791277ce35c44" - integrity sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g== - -"@types/istanbul-lib-report@*": - version "3.0.0" - resolved "https://registry.yarnpkg.com/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz#c14c24f18ea8190c118ee7562b7ff99a36552686" - integrity sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg== - dependencies: - "@types/istanbul-lib-coverage" "*" - -"@types/istanbul-reports@^3.0.0": - version "3.0.1" - resolved "https://registry.yarnpkg.com/@types/istanbul-reports/-/istanbul-reports-3.0.1.tgz#9153fe98bba2bd565a63add9436d6f0d7f8468ff" - integrity sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw== - dependencies: - "@types/istanbul-lib-report" "*" - "@types/minimatch@^5.1.2": version "5.1.2" resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-5.1.2.tgz#07508b45797cb81ec3f273011b054cd0755eddca" @@ -1071,28 +578,30 @@ resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301" integrity sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw== -"@types/prettier@2.6.0", "@types/prettier@^2.1.5": +"@types/prettier@2.6.0": version "2.6.0" resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.6.0.tgz#efcbd41937f9ae7434c714ab698604822d890759" integrity sha512-G/AdOadiZhnJp0jXCaBQU449W2h716OW/EoXeYkCytxKL06X1WCXB4DZpp8TpZ8eyIJVS1cw4lrlkkSYU21cDw== -"@types/stack-utils@^2.0.0": - version "2.0.1" - resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c" - integrity sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw== - "@types/yargs-parser@*": version "21.0.0" resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-21.0.0.tgz#0c60e537fa790f5f9472ed2776c2b71ec117351b" integrity sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA== -"@types/yargs@17.0.13", "@types/yargs@^17.0.8": +"@types/yargs@17.0.13": version "17.0.13" resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.13.tgz#34cced675ca1b1d51fcf4d34c3c6f0fa142a5c76" integrity sha512-9sWaruZk2JGxIQU+IhI1fhPYRcQ0UuTNuKuCW9bR5fp7qi2Llf7WDzNa17Cy7TKnh3cdxDOiyTu6gaLS0eDatg== dependencies: "@types/yargs-parser" "*" +"@types/yauzl@^2.9.1": + version "2.10.0" + resolved "https://registry.yarnpkg.com/@types/yauzl/-/yauzl-2.10.0.tgz#b3248295276cf8c6f153ebe6a9aba0c988cb2599" + integrity sha512-Cn6WYCm0tXv8p6k+A8PvbDG763EDpBoTzHdA+Q/MF6H3sapGjCm9NzoaJncJS9tUKSuCoDs9XHxYYsQDgxR6kw== + dependencies: + "@types/node" "*" + "@types/yoga-layout@1.9.2": version "1.9.2" resolved "https://registry.yarnpkg.com/@types/yoga-layout/-/yoga-layout-1.9.2.tgz#efaf9e991a7390dc081a0b679185979a83a9639a" @@ -1121,6 +630,11 @@ add-stream@^1.0.0: resolved "https://registry.yarnpkg.com/add-stream/-/add-stream-1.0.0.tgz#6a7990437ca736d5e1288db92bd3266d5f5cb2aa" integrity sha512-qQLMr+8o0WC4FZGQTcJiKBVC59JylcPSrTtk6usvmIDFUOCKegapy1VHQwRbFMOFyb/inzUVqHs+eMYKDM1YeQ== +address@^1.0.1: + version "1.2.2" + resolved "https://registry.yarnpkg.com/address/-/address-1.2.2.tgz#2b5248dac5485a6390532c6a517fda2e3faac89e" + integrity sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA== + agent-base@6, agent-base@^6.0.2: version "6.0.2" resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77" @@ -1193,17 +707,12 @@ ansi-styles@^4.0.0, ansi-styles@^4.1.0: dependencies: color-convert "^2.0.1" -ansi-styles@^5.0.0: - version "5.2.0" - resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-5.2.0.tgz#07449690ad45777d1924ac2abb2fc8895dba836b" - integrity sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA== - ansi-styles@^6.1.0: version "6.2.1" resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5" integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug== -anymatch@^3.0.3: +anymatch@~3.1.2: version "3.1.3" resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.3.tgz#790c58b19ba1720a84205b57c618d5ad8524973e" integrity sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw== @@ -1232,7 +741,7 @@ archiver-utils@^2.1.0: normalize-path "^3.0.0" readable-stream "^2.0.0" -archiver@5.3.1: +archiver@5.3.1, archiver@^5.3.1: version "5.3.1" resolved "https://registry.yarnpkg.com/archiver/-/archiver-5.3.1.tgz#21e92811d6f09ecfce649fbefefe8c79e57cbbb6" integrity sha512-8KyabkmbYrH+9ibcTScQ1xCJC/CGcugdVIwB+53f5sZziXgwUh3iXlAlANMxcZyDEfTHMe6+Z5FofV8nopXP7w== @@ -1298,6 +807,11 @@ arrify@^1.0.1: resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d" integrity sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA== +astral-regex@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-2.0.0.tgz#483143c567aeed4785759c0865786dc77d7d2e31" + integrity sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ== + async@^3.2.3: version "3.2.4" resolved "https://registry.yarnpkg.com/async/-/async-3.2.4.tgz#2d22e00f8cddeb5fde5dd33522b56d1cf569a81c" @@ -1308,71 +822,16 @@ at-least-node@^1.0.0: resolved "https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2" integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg== +auto-bind@4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/auto-bind/-/auto-bind-4.0.0.tgz#e3589fc6c2da8f7ca43ba9f84fa52a744fc997fb" + integrity sha512-Hdw8qdNiqdJ8LqT0iK0sVzkFbzg6fhnQqqfWhBDxcHZvU75+B+ayzTy8x+k5Ix0Y92XOhOUlx74ps+bA6BeYMQ== + available-typed-arrays@^1.0.5: version "1.0.5" resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz#92f95616501069d07d10edb2fc37d3e1c65123b7" integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw== -babel-jest@^29.5.0: - version "29.5.0" - resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-29.5.0.tgz#3fe3ddb109198e78b1c88f9ebdecd5e4fc2f50a5" - integrity sha512-mA4eCDh5mSo2EcA9xQjVTpmbbNk32Zb3Q3QFQsNhaK56Q+yoXowzFodLux30HRgyOho5rsQ6B0P9QpMkvvnJ0Q== - dependencies: - "@jest/transform" "^29.5.0" - "@types/babel__core" "^7.1.14" - babel-plugin-istanbul "^6.1.1" - babel-preset-jest "^29.5.0" - chalk "^4.0.0" - graceful-fs "^4.2.9" - slash "^3.0.0" - -babel-plugin-istanbul@^6.1.1: - version "6.1.1" - resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz#fa88ec59232fd9b4e36dbbc540a8ec9a9b47da73" - integrity sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA== - dependencies: - "@babel/helper-plugin-utils" "^7.0.0" - "@istanbuljs/load-nyc-config" "^1.0.0" - "@istanbuljs/schema" "^0.1.2" - istanbul-lib-instrument "^5.0.4" - test-exclude "^6.0.0" - -babel-plugin-jest-hoist@^29.5.0: - version "29.5.0" - resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.5.0.tgz#a97db437936f441ec196990c9738d4b88538618a" - integrity sha512-zSuuuAlTMT4mzLj2nPnUm6fsE6270vdOfnpbJ+RmruU75UhLFvL0N2NgI7xpeS7NaB6hGqmd5pVpGTDYvi4Q3w== - dependencies: - "@babel/template" "^7.3.3" - "@babel/types" "^7.3.3" - "@types/babel__core" "^7.1.14" - "@types/babel__traverse" "^7.0.6" - -babel-preset-current-node-syntax@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz#b4399239b89b2a011f9ddbe3e4f401fc40cff73b" - integrity sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ== - dependencies: - "@babel/plugin-syntax-async-generators" "^7.8.4" - "@babel/plugin-syntax-bigint" "^7.8.3" - "@babel/plugin-syntax-class-properties" "^7.8.3" - "@babel/plugin-syntax-import-meta" "^7.8.3" - "@babel/plugin-syntax-json-strings" "^7.8.3" - "@babel/plugin-syntax-logical-assignment-operators" "^7.8.3" - "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" - "@babel/plugin-syntax-numeric-separator" "^7.8.3" - "@babel/plugin-syntax-object-rest-spread" "^7.8.3" - "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" - "@babel/plugin-syntax-optional-chaining" "^7.8.3" - "@babel/plugin-syntax-top-level-await" "^7.8.3" - -babel-preset-jest@^29.5.0: - version "29.5.0" - resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-29.5.0.tgz#57bc8cc88097af7ff6a5ab59d1cd29d52a5916e2" - integrity sha512-JOMloxOqdiBSxMAzjRaH023/vvcaSaec49zvg+2LmNsktC7ei39LTJGw02J+9uUtTZUq6xbLyJ4dxe9sSmIuAg== - dependencies: - babel-plugin-jest-hoist "^29.5.0" - babel-preset-current-node-syntax "^1.0.0" - balanced-match@^1.0.0: version "1.0.2" resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee" @@ -1383,7 +842,12 @@ base64-js@^1.3.1: resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a" integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA== -bl@^4.0.3: +binary-extensions@^2.0.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.2.0.tgz#75f502eeaf9ffde42fc98829645be4ea76bd9e2d" + integrity sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA== + +bl@^4.0.3, bl@^4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/bl/-/bl-4.1.0.tgz#451535264182bec2fbbc83a62ab98cf11d9f7b3a" integrity sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w== @@ -1421,38 +885,14 @@ brace-expansion@^2.0.1: dependencies: balanced-match "^1.0.0" -braces@^3.0.2: +braces@^3.0.2, braces@~3.0.2: version "3.0.2" resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107" integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== dependencies: fill-range "^7.0.1" -browserslist@^4.21.3: - version "4.21.5" - resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.5.tgz#75c5dae60063ee641f977e00edd3cfb2fb7af6a7" - integrity sha512-tUkiguQGW7S3IhB7N+c2MV/HZPSCPAAiYBZXLsBhFB/PCy6ZKKsZrmBayHV9fdGV/ARIfJ14NkxKzRDjvp7L6w== - dependencies: - caniuse-lite "^1.0.30001449" - electron-to-chromium "^1.4.284" - node-releases "^2.0.8" - update-browserslist-db "^1.0.10" - -bs-logger@0.x: - version "0.2.6" - resolved "https://registry.yarnpkg.com/bs-logger/-/bs-logger-0.2.6.tgz#eb7d365307a72cf974cc6cda76b68354ad336bd8" - integrity sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog== - dependencies: - fast-json-stable-stringify "2.x" - -bser@2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/bser/-/bser-2.1.1.tgz#e6787da20ece9d07998533cfd9de6f5c38f4bc05" - integrity sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ== - dependencies: - node-int64 "^0.4.0" - -buffer-crc32@^0.2.1, buffer-crc32@^0.2.13: +buffer-crc32@^0.2.1, buffer-crc32@^0.2.13, buffer-crc32@~0.2.3: version "0.2.13" resolved "https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz#0d333e3f00eac50aa1454abd30ef8c2a5d9a7242" integrity sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ== @@ -1545,11 +985,6 @@ call-bind@^1.0.0, call-bind@^1.0.2: function-bind "^1.1.1" get-intrinsic "^1.0.2" -callsites@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73" - integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ== - camel-case@^4.1.2: version "4.1.2" resolved "https://registry.yarnpkg.com/camel-case/-/camel-case-4.1.2.tgz#9728072a954f805228225a6deea6b38461e1bd5a" @@ -1572,7 +1007,7 @@ camelcase@^5.0.0, camelcase@^5.3.1: resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320" integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg== -camelcase@^6.2.0, camelcase@^6.3.0: +camelcase@^6.3.0: version "6.3.0" resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.3.0.tgz#5685b95eb209ac9c0c177467778c9c84df58ba9a" integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== @@ -1582,11 +1017,6 @@ camelcase@^7.0.1: resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-7.0.1.tgz#f02e50af9fd7782bc8b88a3558c32fd3a388f048" integrity sha512-xlx1yCK2Oc1APsPXDL2LdlNP6+uu8OCDdhOBSVT279M/S+y75O30C2VuD8T2ogdePBBl7PfPF4504tnLgX3zfw== -caniuse-lite@^1.0.30001449: - version "1.0.30001488" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001488.tgz#d19d7b6e913afae3e98f023db97c19e9ddc5e91f" - integrity sha512-NORIQuuL4xGpIy6iCCQGN4iFjlBXtfKWIenlUuyZJumLRIindLb7wXM+GO8erEhb7vXfcnf4BAg2PrSDN5TNLQ== - capital-case@^1.0.4: version "1.0.4" resolved "https://registry.yarnpkg.com/capital-case/-/capital-case-1.0.4.tgz#9d130292353c9249f6b00fa5852bee38a717e669" @@ -1601,17 +1031,17 @@ case@^1.6.3: resolved "https://registry.yarnpkg.com/case/-/case-1.6.3.tgz#0a4386e3e9825351ca2e6216c60467ff5f1ea1c9" integrity sha512-mzDSXIPaFwVDvZAHqZ9VlbyF4yyXRuX6IvB06WvPYkqJVO24kX1PPhv9bfpKNFZyxYFmmgo03HUiD8iklmJYRQ== -cdktf-cli@^0.16.0: - version "0.16.1" - resolved "https://registry.yarnpkg.com/cdktf-cli/-/cdktf-cli-0.16.1.tgz#a28a17db2d0cf6f71ff85310b58f04c1f85dda19" - integrity sha512-acsVTjRM/ECQBkntkcgDTs7tOLOvFmr/UeuIkQ3pmPnTck6FkFkpgRGuAmUl9kLXB2SsaAmQDjDMohP7vcYrNA== +cdktf-cli@^0.16.3: + version "0.16.3" + resolved "https://registry.yarnpkg.com/cdktf-cli/-/cdktf-cli-0.16.3.tgz#bd25fbf050c00229566da9757e8d785348124d57" + integrity sha512-VX0AQO89n06L2GOjxKX98Awzcak2NF0t9bCk7ITXwRcf5Rhq9wedcuu0rlRMO6MiBlYvbz+fjSAuQUGfVhj6BQ== dependencies: - "@cdktf/cli-core" "0.16.1" - "@cdktf/commons" "0.16.1" - "@cdktf/hcl2cdk" "0.16.1" - "@cdktf/hcl2json" "0.16.1" + "@cdktf/cli-core" "0.16.3" + "@cdktf/commons" "0.16.3" + "@cdktf/hcl2cdk" "0.16.3" + "@cdktf/hcl2json" "0.16.3" "@sentry/node" "^6.19.7" - cdktf "0.16.1" + cdktf "0.16.3" codemaker "^1.76.0" constructs "^10.0.25" cross-spawn "^7.0.3" @@ -1628,10 +1058,10 @@ cdktf-cli@^0.16.0: yoga-layout-prebuilt "^1.10.0" zod "^1.11.17" -cdktf@0.16.1, cdktf@^0.16.0: - version "0.16.1" - resolved "https://registry.yarnpkg.com/cdktf/-/cdktf-0.16.1.tgz#36011ae559e9451442cfb30c00dba9d4ca6ecd00" - integrity sha512-rXbpQcZWqBSvdeYP1MsyUnB/VBkLa8dTSlJQkhRqs7MwmsRypr2xUwxYZjmiIWotadbSq7lxp60nmm4L181+7g== +cdktf@0.16.3, cdktf@^0.16.3: + version "0.16.3" + resolved "https://registry.yarnpkg.com/cdktf/-/cdktf-0.16.3.tgz#c90494667e709c6db5af02a4cacfe2da5d1098b2" + integrity sha512-rE+/RVDaLfZsQlJB/ATMhe226pFfIzOXMYWXqWmIEiHPZXlkbdUCVM2rmJNBWJdMvs58yWmDLwFrqg+HakjA6Q== dependencies: archiver "5.3.1" json-stable-stringify "^1.0.2" @@ -1646,7 +1076,7 @@ chalk@^2.0.0, chalk@^2.4.2: escape-string-regexp "^1.0.5" supports-color "^5.3.0" -chalk@^4, chalk@^4.0.0, chalk@^4.1.2: +chalk@^4, chalk@^4.1.0, chalk@^4.1.1, chalk@^4.1.2: version "4.1.2" resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01" integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA== @@ -1677,10 +1107,25 @@ change-case@^4.1.2: snake-case "^3.0.4" tslib "^2.0.3" -char-regex@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf" - integrity sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw== +chardet@^0.7.0: + version "0.7.0" + resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e" + integrity sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA== + +chokidar@^3.5.3: + version "3.5.3" + resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.3.tgz#1cf37c8707b932bd1af1ae22c0432e2acd1903bd" + integrity sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw== + dependencies: + anymatch "~3.1.2" + braces "~3.0.2" + glob-parent "~5.1.2" + is-binary-path "~2.1.0" + is-glob "~4.0.1" + normalize-path "~3.0.0" + readdirp "~3.6.0" + optionalDependencies: + fsevents "~2.3.2" chownr@^1.1.1: version "1.1.4" @@ -1692,26 +1137,48 @@ chownr@^2.0.0: resolved "https://registry.yarnpkg.com/chownr/-/chownr-2.0.0.tgz#15bfbe53d2eab4cf70f18a8cd68ebe5b3cb1dece" integrity sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ== +ci-info@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46" + integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ== + ci-info@^3.2.0: version "3.8.0" resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.8.0.tgz#81408265a5380c929f0bc665d62256628ce9ef91" integrity sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw== -cjs-module-lexer@^1.0.0: - version "1.2.2" - resolved "https://registry.yarnpkg.com/cjs-module-lexer/-/cjs-module-lexer-1.2.2.tgz#9f84ba3244a512f3a54e5277e8eef4c489864e40" - integrity sha512-cOU9usZw8/dXIXKtwa8pM0OTJQuJkxMN6w30csNRUerHfeQ5R6U3kkU/FtJeIf3M202OHfY2U8ccInBG7/xogA== - clean-stack@^2.0.0: version "2.2.0" resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-2.2.0.tgz#ee8472dbb129e727b31e8a10a427dee9dfe4008b" integrity sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A== +cli-boxes@^2.2.0: + version "2.2.1" + resolved "https://registry.yarnpkg.com/cli-boxes/-/cli-boxes-2.2.1.tgz#ddd5035d25094fce220e9cab40a45840a440318f" + integrity sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw== + cli-boxes@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/cli-boxes/-/cli-boxes-3.0.0.tgz#71a10c716feeba005e4504f36329ef0b17cf3145" integrity sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g== +cli-cursor@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-3.1.0.tgz#264305a7ae490d1d03bf0c9ba7c925d1753af307" + integrity sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw== + dependencies: + restore-cursor "^3.1.0" + +cli-spinners@2.7.0: + version "2.7.0" + resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.7.0.tgz#f815fd30b5f9eaac02db604c7a231ed7cb2f797a" + integrity sha512-qu3pN8Y3qHNgE2AFweciB1IfMnmZ/fsNTEE+NOFjmGB2F/7rLhnhzppvpCnN4FovtP26k8lHyy9ptEbNwWFLzw== + +cli-spinners@^2.3.0, cli-spinners@^2.5.0: + version "2.9.0" + resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.9.0.tgz#5881d0ad96381e117bbe07ad91f2008fe6ffd8db" + integrity sha512-4/aL9X3Wh0yiMQlE+eeRhWP6vclO3QRtw1JHKIT0FFUs5FjpFmESqtMvYZ0+lbzBw900b95mS0hohy+qn2VK/g== + cli-table3@^0.6.3: version "0.6.3" resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.6.3.tgz#61ab765aac156b52f222954ffc607a6f01dbeeb2" @@ -1721,6 +1188,19 @@ cli-table3@^0.6.3: optionalDependencies: "@colors/colors" "1.5.0" +cli-truncate@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/cli-truncate/-/cli-truncate-2.1.0.tgz#c39e28bf05edcde5be3b98992a22deed5a2b93c7" + integrity sha512-n8fOixwDD6b/ObinzTrp1ZKFzbgvKZvuz/TvejnLn1aQfC6r52XEx85FmuC+3HI+JM7coBRXUvNqEU2PHVrHpg== + dependencies: + slice-ansi "^3.0.0" + string-width "^4.2.0" + +cli-width@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-3.0.0.tgz#a2f48437a2caa9a22436e794bf071ec9e61cedf6" + integrity sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw== + cliui@^6.0.0: version "6.0.0" resolved "https://registry.yarnpkg.com/cliui/-/cliui-6.0.0.tgz#511d702c0c4e41ca156d7d0e96021f23e13225b1" @@ -1748,15 +1228,22 @@ cliui@^8.0.1: strip-ansi "^6.0.1" wrap-ansi "^7.0.0" +clone@^1.0.2: + version "1.0.4" + resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz#da309cc263df15994c688ca902179ca3c7cd7c7e" + integrity sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg== + clone@^2.1.2: version "2.1.2" resolved "https://registry.yarnpkg.com/clone/-/clone-2.1.2.tgz#1b7f4b9f591f1e8f83670401600345a02887435f" integrity sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w== -co@^4.6.0: - version "4.6.0" - resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184" - integrity sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ== +code-excerpt@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/code-excerpt/-/code-excerpt-3.0.0.tgz#fcfb6748c03dba8431c19f5474747fad3f250f10" + integrity sha512-VHNTVhd7KsLGOqfX3SyeO8RyYPMp1GJOg194VITk04WMYCv4plV68YWe6TJZxd9MhobjtpMRnVky01gqZsalaw== + dependencies: + convert-to-spaces "^1.0.1" codemaker@^1.76.0, codemaker@^1.79.0, codemaker@^1.81.0: version "1.81.0" @@ -1767,11 +1254,6 @@ codemaker@^1.76.0, codemaker@^1.79.0, codemaker@^1.81.0: decamelize "^5.0.1" fs-extra "^10.1.0" -collect-v8-coverage@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz#cc2c8e94fc18bbdffe64d6534570c8a673b27f59" - integrity sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg== - color-convert@^1.9.0: version "1.9.3" resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8" @@ -2061,15 +1543,10 @@ conventional-recommended-bump@6.1.0: meow "^8.0.0" q "^1.5.1" -convert-source-map@^1.6.0, convert-source-map@^1.7.0: - version "1.9.0" - resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.9.0.tgz#7faae62353fb4213366d0ca98358d22e8368b05f" - integrity sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A== - -convert-source-map@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-2.0.0.tgz#4b560f649fc4e918dd0ab75cf4961e8bc882d82a" - integrity sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg== +convert-to-spaces@^1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/convert-to-spaces/-/convert-to-spaces-1.0.2.tgz#7e3e48bbe6d997b1417ddca2868204b4d3d85715" + integrity sha512-cj09EBuObp9gZNQCzc7hByQyrs6jVGE+o9kSJmeUoj+GiPiJvi5LYqEH/Hmme4+MTLHM+Ejtq+FChpjjEnsPdQ== cookie@^0.4.1: version "0.4.2" @@ -2094,6 +1571,13 @@ crc32-stream@^4.0.2: crc-32 "^1.2.0" readable-stream "^3.4.0" +cross-fetch@^3.1.5: + version "3.1.6" + resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.6.tgz#bae05aa31a4da760969756318feeee6e70f15d6c" + integrity sha512-riRvo06crlE8HiqOwIpQhxwdOk4fOeR7FVM/wXoxchFEqMNUjvbs3bfo4OTgMEMHzppd4DxFBDbyySj8Cv781g== + dependencies: + node-fetch "^2.6.11" + cross-spawn@^7.0.0, cross-spawn@^7.0.3: version "7.0.3" resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6" @@ -2157,11 +1641,6 @@ decompress-response@^6.0.0: dependencies: mimic-response "^3.1.0" -dedent@^0.7.0: - version "0.7.0" - resolved "https://registry.yarnpkg.com/dedent/-/dedent-0.7.0.tgz#2495ddbaf6eb874abb0e1be9df22d2e5a544326c" - integrity sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA== - deep-equal@^2.2.0: version "2.2.1" resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-2.2.1.tgz#c72ab22f3a7d3503a4ca87dde976fe9978816739" @@ -2196,6 +1675,13 @@ deepmerge@^4.2.2: resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-4.3.1.tgz#44b5f2147cd3b00d4b56137685966f26fd25dd4a" integrity sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A== +defaults@^1.0.3: + version "1.0.4" + resolved "https://registry.yarnpkg.com/defaults/-/defaults-1.0.4.tgz#b0b02062c1e2aa62ff5d9528f0f98baa90978d7a" + integrity sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A== + dependencies: + clone "^1.0.2" + defer-to-connect@^2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/defer-to-connect/-/defer-to-connect-2.0.1.tgz#8016bdb4143e4632b77a3449c6236277de520587" @@ -2239,15 +1725,18 @@ detect-newline@^2.1.0: resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-2.1.0.tgz#f41f1c10be4b00e87b5f13da680759f2c5bfd3e2" integrity sha512-CwffZFvlJffUg9zZA0uqrjQayUTC8ob94pnr5sFwaVv3IOmkfUHcWH+jXaQK3askE51Cqe8/9Ql/0uXNwqZ8Zg== -detect-newline@^3.0.0, detect-newline@^3.1.0: +detect-newline@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651" integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA== -diff-sequences@^29.4.3: - version "29.4.3" - resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-29.4.3.tgz#9314bc1fabe09267ffeca9cbafc457d8499a13f2" - integrity sha512-ofrBgwpPhCD85kMKtE9RYFFq6OC1A89oW2vvgWZNCwxrUpRUILopY7lsYyMDSjc8g6U6aiO0Qubg6r4Wgt5ZnA== +detect-port@^1.5.1: + version "1.5.1" + resolved "https://registry.yarnpkg.com/detect-port/-/detect-port-1.5.1.tgz#451ca9b6eaf20451acb0799b8ab40dff7718727b" + integrity sha512-aBzdj76lueB6uUst5iAs7+0H/oOjqI5D16XUWxlWMIMROhcM0rfsNVk93zTngq1dDNpoXRr++Sus7ETAExppAQ== + dependencies: + address "^1.0.1" + debug "4" dir-glob@^3.0.1: version "3.0.1" @@ -2300,16 +1789,6 @@ eastasianwidth@^0.2.0: resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb" integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA== -electron-to-chromium@^1.4.284: - version "1.4.402" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.402.tgz#9aa7bbb63081513127870af6d22f829344c5ba57" - integrity sha512-gWYvJSkohOiBE6ecVYXkrDgNaUjo47QEKK0kQzmWyhkH+yoYiG44bwuicTGNSIQRG3WDMsWVZJLRnJnLNkbWvA== - -emittery@^0.13.1: - version "0.13.1" - resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.13.1.tgz#c04b8c3457490e0847ae51fced3af52d338e3dad" - integrity sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ== - emoji-regex@^8.0.0: version "8.0.0" resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37" @@ -2406,7 +1885,7 @@ events@^3.3.0: resolved "https://registry.yarnpkg.com/events/-/events-3.3.0.tgz#31a95ad0a924e2d2c419a813aeb2c4e878ea7400" integrity sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q== -execa@^5.0.0: +execa@^5.1.1: version "5.1.1" resolved "https://registry.yarnpkg.com/execa/-/execa-5.1.1.tgz#f80ad9cbf4298f7bd1d4c9555c21e93741c411dd" integrity sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg== @@ -2421,26 +1900,30 @@ execa@^5.0.0: signal-exit "^3.0.3" strip-final-newline "^2.0.0" -exit@^0.1.2: - version "0.1.2" - resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c" - integrity sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ== - expand-template@^2.0.3: version "2.0.3" resolved "https://registry.yarnpkg.com/expand-template/-/expand-template-2.0.3.tgz#6e14b3fcee0f3a6340ecb57d2e8918692052a47c" integrity sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg== -expect@^29.5.0: - version "29.5.0" - resolved "https://registry.yarnpkg.com/expect/-/expect-29.5.0.tgz#68c0509156cb2a0adb8865d413b137eeaae682f7" - integrity sha512-yM7xqUrCO2JdpFo4XpM82t+PJBFybdqoQuJLDGeDX2ij8NZzqRHyu3Hp188/JX7SWqud+7t4MUdvcgGBICMHZg== +external-editor@^3.0.3: + version "3.1.0" + resolved "https://registry.yarnpkg.com/external-editor/-/external-editor-3.1.0.tgz#cb03f740befae03ea4d283caed2741a83f335495" + integrity sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew== dependencies: - "@jest/expect-utils" "^29.5.0" - jest-get-type "^29.4.3" - jest-matcher-utils "^29.5.0" - jest-message-util "^29.5.0" - jest-util "^29.5.0" + chardet "^0.7.0" + iconv-lite "^0.4.24" + tmp "^0.0.33" + +extract-zip@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/extract-zip/-/extract-zip-2.0.1.tgz#663dca56fe46df890d5f131ef4a06d22bb8ba13a" + integrity sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg== + dependencies: + debug "^4.1.1" + get-stream "^5.1.0" + yauzl "^2.10.0" + optionalDependencies: + "@types/yauzl" "^2.9.1" fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3: version "3.1.3" @@ -2463,11 +1946,6 @@ fast-json-patch@^3.1.1: resolved "https://registry.yarnpkg.com/fast-json-patch/-/fast-json-patch-3.1.1.tgz#85064ea1b1ebf97a3f7ad01e23f9337e72c66947" integrity sha512-vf6IHUX2SBcA+5/+4883dsIjpBTqmfBjmYiWK1savxQmFk4JfBMLa7ynTYOs1Rolp/T1betJxHiGD3g1Mn8lUQ== -fast-json-stable-stringify@2.x, fast-json-stable-stringify@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633" - integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw== - fast-memoize@^2.5.2: version "2.5.2" resolved "https://registry.yarnpkg.com/fast-memoize/-/fast-memoize-2.5.2.tgz#79e3bb6a4ec867ea40ba0e7146816f6cdce9b57e" @@ -2480,14 +1958,14 @@ fastq@^1.6.0: dependencies: reusify "^1.0.4" -fb-watchman@^2.0.0: - version "2.0.2" - resolved "https://registry.yarnpkg.com/fb-watchman/-/fb-watchman-2.0.2.tgz#e9524ee6b5c77e9e5001af0f85f3adbb8623255c" - integrity sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA== +fd-slicer@~1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/fd-slicer/-/fd-slicer-1.1.0.tgz#25c7c89cb1f9077f8891bbe61d8f390eae256f1e" + integrity sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g== dependencies: - bser "2.1.1" + pend "~1.2.0" -figures@^3.1.0, figures@^3.2.0: +figures@^3.0.0, figures@^3.1.0, figures@^3.2.0: version "3.2.0" resolved "https://registry.yarnpkg.com/figures/-/figures-3.2.0.tgz#625c18bd293c604dc4a8ddb2febf0c88341746af" integrity sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg== @@ -2523,7 +2001,7 @@ find-up@^3.0.0: dependencies: locate-path "^3.0.0" -find-up@^4.0.0, find-up@^4.1.0: +find-up@^4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19" integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw== @@ -2627,7 +2105,7 @@ fs.realpath@^1.0.0: resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw== -fsevents@^2.3.2: +fsevents@~2.3.2: version "2.3.2" resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a" integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA== @@ -2656,11 +2134,6 @@ gauge@^4.0.3: strip-ansi "^6.0.1" wide-align "^1.1.5" -gensync@^1.0.0-beta.2: - version "1.0.0-beta.2" - resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0" - integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg== - get-caller-file@^2.0.1, get-caller-file@^2.0.5: version "2.0.5" resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e" @@ -2676,11 +2149,6 @@ get-intrinsic@^1.0.2, get-intrinsic@^1.1.1, get-intrinsic@^1.1.3, get-intrinsic@ has-proto "^1.0.1" has-symbols "^1.0.3" -get-package-type@^0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/get-package-type/-/get-package-type-0.1.0.tgz#8de2d803cff44df3bc6c456e6668b36c3926e11a" - integrity sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q== - get-pkg-repo@^4.0.0: version "4.2.1" resolved "https://registry.yarnpkg.com/get-pkg-repo/-/get-pkg-repo-4.2.1.tgz#75973e1c8050c73f48190c52047c4cee3acbf385" @@ -2696,6 +2164,13 @@ get-stdin@^8.0.0: resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-8.0.0.tgz#cbad6a73feb75f6eeb22ba9e01f89aa28aa97a53" integrity sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg== +get-stream@^5.1.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-5.2.0.tgz#4966a1795ee5ace65e706c4b7beb71257d6e22d3" + integrity sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA== + dependencies: + pump "^3.0.0" + get-stream@^6.0.0, get-stream@^6.0.1: version "6.0.1" resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7" @@ -2740,7 +2215,7 @@ github-from-package@0.0.0: resolved "https://registry.yarnpkg.com/github-from-package/-/github-from-package-0.0.0.tgz#97fb5d96bfde8973313f20e8288ef9a167fa64ce" integrity sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw== -glob-parent@^5.1.2: +glob-parent@^5.1.2, glob-parent@~5.1.2: version "5.1.2" resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4" integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow== @@ -2805,11 +2280,6 @@ global-dirs@^3.0.0: dependencies: ini "2.0.0" -globals@^11.1.0: - version "11.12.0" - resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e" - integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== - globby@^11.0.4: version "11.1.0" resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b" @@ -2851,7 +2321,7 @@ graceful-fs@4.2.10: resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c" integrity sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA== -graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.6, graceful-fs@^4.2.9: +graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.6: version "4.2.11" resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3" integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ== @@ -2981,11 +2451,6 @@ hosted-git-info@^6.0.0: dependencies: lru-cache "^7.5.1" -html-escaper@^2.0.0: - version "2.0.2" - resolved "https://registry.yarnpkg.com/html-escaper/-/html-escaper-2.0.2.tgz#dfd60027da36a36dfcbe236262c00a5822681453" - integrity sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg== - http-cache-semantics@^4.1.0, http-cache-semantics@^4.1.1: version "4.1.1" resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz#abe02fcb2985460bf0323be664436ec3476a6d5a" @@ -3028,6 +2493,13 @@ humanize-ms@^1.2.1: dependencies: ms "^2.0.0" +iconv-lite@^0.4.24: + version "0.4.24" + resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b" + integrity sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA== + dependencies: + safer-buffer ">= 2.1.2 < 3" + iconv-lite@^0.6.2: version "0.6.3" resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.6.3.tgz#a52f80bf38da1952eb5c681790719871a1a72501" @@ -3057,14 +2529,6 @@ import-lazy@^4.0.0: resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-4.0.0.tgz#e8eb627483a0a43da3c03f3e35548be5cb0cc153" integrity sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw== -import-local@^3.0.2: - version "3.1.0" - resolved "https://registry.yarnpkg.com/import-local/-/import-local-3.1.0.tgz#b4479df8a5fd44f6cdce24070675676063c95cb4" - integrity sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg== - dependencies: - pkg-dir "^4.2.0" - resolve-cwd "^3.0.0" - imurmurhash@^0.1.4: version "0.1.4" resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea" @@ -3117,6 +2581,13 @@ ink-select-input@^4.2.1: figures "^3.2.0" lodash.isequal "^4.5.0" +ink-spinner@^4.0.3: + version "4.0.3" + resolved "https://registry.yarnpkg.com/ink-spinner/-/ink-spinner-4.0.3.tgz#0d0f4a787ae1a4270928e063d9c52527cb264feb" + integrity sha512-uJ4nbH00MM9fjTJ5xdw0zzvtXMkeGb0WV6dzSWvFv2/+ks6FIhpkt+Ge/eLdh0Ah6Vjw5pLMyNfoHQpRDRVFbQ== + dependencies: + cli-spinners "^2.3.0" + ink-table@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/ink-table/-/ink-table-3.0.0.tgz#109fb2ce0709567f0e38d14b2b82f311277a3628" @@ -3124,6 +2595,66 @@ ink-table@^3.0.0: dependencies: object-hash "^2.0.3" +ink-testing-library@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/ink-testing-library/-/ink-testing-library-2.1.0.tgz#b5ffd1ef1049550ae4d2f008b8770e7ece6e0313" + integrity sha512-7TNlOjJlJXB33vG7yVa+MMO7hCjaC1bCn+zdpSjknWoLbOWMaFdKc7LJvqVkZ0rZv2+akhjXPrcR/dbxissjUw== + +ink-use-stdout-dimensions@^1.0.5: + version "1.0.5" + resolved "https://registry.yarnpkg.com/ink-use-stdout-dimensions/-/ink-use-stdout-dimensions-1.0.5.tgz#7739876c00284840601c4150aa84eb7adc143de2" + integrity sha512-rVsqnw4tQEAJUoknU09+zHdDf30GJdkumkHr0iz/TOYMYEZJkYqziQSGJAM+Z+M603EDfO89+Nxyn/Ko2Zknfw== + +ink@^3.2.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/ink/-/ink-3.2.0.tgz#434793630dc57d611c8fe8fffa1db6b56f1a16bb" + integrity sha512-firNp1q3xxTzoItj/eOOSZQnYSlyrWks5llCTVX37nJ59K3eXbQ8PtzCguqo8YI19EELo5QxaKnJd4VxzhU8tg== + dependencies: + ansi-escapes "^4.2.1" + auto-bind "4.0.0" + chalk "^4.1.0" + cli-boxes "^2.2.0" + cli-cursor "^3.1.0" + cli-truncate "^2.1.0" + code-excerpt "^3.0.0" + indent-string "^4.0.0" + is-ci "^2.0.0" + lodash "^4.17.20" + patch-console "^1.0.0" + react-devtools-core "^4.19.1" + react-reconciler "^0.26.2" + scheduler "^0.20.2" + signal-exit "^3.0.2" + slice-ansi "^3.0.0" + stack-utils "^2.0.2" + string-width "^4.2.2" + type-fest "^0.12.0" + widest-line "^3.1.0" + wrap-ansi "^6.2.0" + ws "^7.5.5" + yoga-layout-prebuilt "^1.9.6" + +inquirer@^8.2.5: + version "8.2.5" + resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-8.2.5.tgz#d8654a7542c35a9b9e069d27e2df4858784d54f8" + integrity sha512-QAgPDQMEgrDssk1XiwwHoOGYF9BAbUcc1+j+FhEvaOt8/cKRqyLn0U5qA6F74fGhTMGxf92pOvPBeh29jQJDTQ== + dependencies: + ansi-escapes "^4.2.1" + chalk "^4.1.1" + cli-cursor "^3.1.0" + cli-width "^3.0.0" + external-editor "^3.0.3" + figures "^3.0.0" + lodash "^4.17.21" + mute-stream "0.0.8" + ora "^5.4.1" + run-async "^2.4.0" + rxjs "^7.5.5" + string-width "^4.1.0" + strip-ansi "^6.0.0" + through "^2.3.6" + wrap-ansi "^7.0.0" + internal-slot@^1.0.4: version "1.0.5" resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.5.tgz#f2a2ee21f668f8627a4667f309dc0f4fb6674986" @@ -3172,6 +2703,13 @@ is-bigint@^1.0.1: dependencies: has-bigints "^1.0.1" +is-binary-path@~2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-2.1.0.tgz#ea1f7f3b80f064236e83470f86c09c254fb45b09" + integrity sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw== + dependencies: + binary-extensions "^2.0.0" + is-boolean-object@^1.1.0: version "1.1.2" resolved "https://registry.yarnpkg.com/is-boolean-object/-/is-boolean-object-1.1.2.tgz#5c6dc200246dd9321ae4b885a114bb1f75f63719" @@ -3185,6 +2723,13 @@ is-callable@^1.1.3: resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055" integrity sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA== +is-ci@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-2.0.0.tgz#6bc6334181810e04b5c22b3d589fdca55026404c" + integrity sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w== + dependencies: + ci-info "^2.0.0" + is-ci@^3.0.1: version "3.0.1" resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-3.0.1.tgz#db6ecbed1bd659c43dac0f45661e7674103d1867" @@ -3206,6 +2751,11 @@ is-date-object@^1.0.5: dependencies: has-tostringtag "^1.0.0" +is-docker@^2.0.0: + version "2.2.1" + resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-2.2.1.tgz#33eeabe23cfe86f14bde4408a02c0cfb853acdaa" + integrity sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ== + is-extglob@^2.1.1: version "2.1.1" resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2" @@ -3216,12 +2766,7 @@ is-fullwidth-code-point@^3.0.0: resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d" integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg== -is-generator-fn@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/is-generator-fn/-/is-generator-fn-2.1.0.tgz#7d140adc389aaf3011a8f2a2a4cfa6faadffb118" - integrity sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ== - -is-glob@^4.0.1: +is-glob@^4.0.1, is-glob@~4.0.1: version "4.0.3" resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084" integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg== @@ -3236,6 +2781,11 @@ is-installed-globally@^0.4.0: global-dirs "^3.0.0" is-path-inside "^3.0.2" +is-interactive@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-interactive/-/is-interactive-1.0.0.tgz#cea6e6ae5c870a7b0a0004070b7b587e0252912e" + integrity sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w== + is-lambda@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/is-lambda/-/is-lambda-1.0.1.tgz#3d9877899e6a53efc0160504cde15f82e6f061d5" @@ -3340,6 +2890,11 @@ is-typedarray@^1.0.0: resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a" integrity sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA== +is-unicode-supported@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz#3f26c76a809593b52bfa2ecb5710ed2779b522a7" + integrity sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw== + is-valid-domain@^0.1.6: version "0.1.6" resolved "https://registry.yarnpkg.com/is-valid-domain/-/is-valid-domain-0.1.6.tgz#3c85469d2938f170c8f82ce6e52df8ad9fca8105" @@ -3360,6 +2915,13 @@ is-weakset@^2.0.1: call-bind "^1.0.2" get-intrinsic "^1.1.1" +is-wsl@^2.1.1: + version "2.2.0" + resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-2.2.0.tgz#74a4c76e77ca9fd3f932f290c17ea326cd157271" + integrity sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww== + dependencies: + is-docker "^2.0.0" + is-yarn-global@^0.4.0: version "0.4.1" resolved "https://registry.yarnpkg.com/is-yarn-global/-/is-yarn-global-0.4.1.tgz#b312d902b313f81e4eaf98b6361ba2b45cd694bb" @@ -3380,48 +2942,6 @@ isexe@^2.0.0: resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw== -istanbul-lib-coverage@^3.0.0, istanbul-lib-coverage@^3.2.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz#189e7909d0a39fa5a3dfad5b03f71947770191d3" - integrity sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw== - -istanbul-lib-instrument@^5.0.4, istanbul-lib-instrument@^5.1.0: - version "5.2.1" - resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz#d10c8885c2125574e1c231cacadf955675e1ce3d" - integrity sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg== - dependencies: - "@babel/core" "^7.12.3" - "@babel/parser" "^7.14.7" - "@istanbuljs/schema" "^0.1.2" - istanbul-lib-coverage "^3.2.0" - semver "^6.3.0" - -istanbul-lib-report@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz#7518fe52ea44de372f460a76b5ecda9ffb73d8a6" - integrity sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw== - dependencies: - istanbul-lib-coverage "^3.0.0" - make-dir "^3.0.0" - supports-color "^7.1.0" - -istanbul-lib-source-maps@^4.0.0: - version "4.0.1" - resolved "https://registry.yarnpkg.com/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz#895f3a709fcfba34c6de5a42939022f3e4358551" - integrity sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw== - dependencies: - debug "^4.1.1" - istanbul-lib-coverage "^3.0.0" - source-map "^0.6.1" - -istanbul-reports@^3.1.3: - version "3.1.5" - resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-3.1.5.tgz#cc9a6ab25cb25659810e4785ed9d9fb742578bae" - integrity sha512-nUsEMa9pBt/NOHqbcbeJEgqIlY/K7rVWUX6Lql2orY5e9roQOthbR3vtY4zzf2orPELg80fnxxk9zUyPlgwD1w== - dependencies: - html-escaper "^2.0.0" - istanbul-lib-report "^3.0.0" - jackspeak@^2.0.3: version "2.2.1" resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.2.1.tgz#655e8cf025d872c9c03d3eb63e8f0c024fef16a6" @@ -3431,378 +2951,17 @@ jackspeak@^2.0.3: optionalDependencies: "@pkgjs/parseargs" "^0.11.0" -jest-changed-files@^29.5.0: - version "29.5.0" - resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-29.5.0.tgz#e88786dca8bf2aa899ec4af7644e16d9dcf9b23e" - integrity sha512-IFG34IUMUaNBIxjQXF/iu7g6EcdMrGRRxaUSw92I/2g2YC6vCdTltl4nHvt7Ci5nSJwXIkCu8Ka1DKF+X7Z1Ag== - dependencies: - execa "^5.0.0" - p-limit "^3.1.0" - -jest-circus@^29.5.0: - version "29.5.0" - resolved "https://registry.yarnpkg.com/jest-circus/-/jest-circus-29.5.0.tgz#b5926989449e75bff0d59944bae083c9d7fb7317" - integrity sha512-gq/ongqeQKAplVxqJmbeUOJJKkW3dDNPY8PjhJ5G0lBRvu0e3EWGxGy5cI4LAGA7gV2UHCtWBI4EMXK8c9nQKA== - dependencies: - "@jest/environment" "^29.5.0" - "@jest/expect" "^29.5.0" - "@jest/test-result" "^29.5.0" - "@jest/types" "^29.5.0" - "@types/node" "*" - chalk "^4.0.0" - co "^4.6.0" - dedent "^0.7.0" - is-generator-fn "^2.0.0" - jest-each "^29.5.0" - jest-matcher-utils "^29.5.0" - jest-message-util "^29.5.0" - jest-runtime "^29.5.0" - jest-snapshot "^29.5.0" - jest-util "^29.5.0" - p-limit "^3.1.0" - pretty-format "^29.5.0" - pure-rand "^6.0.0" - slash "^3.0.0" - stack-utils "^2.0.3" - -jest-cli@^29.5.0: - version "29.5.0" - resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-29.5.0.tgz#b34c20a6d35968f3ee47a7437ff8e53e086b4a67" - integrity sha512-L1KcP1l4HtfwdxXNFCL5bmUbLQiKrakMUriBEcc1Vfz6gx31ORKdreuWvmQVBit+1ss9NNR3yxjwfwzZNdQXJw== - dependencies: - "@jest/core" "^29.5.0" - "@jest/test-result" "^29.5.0" - "@jest/types" "^29.5.0" - chalk "^4.0.0" - exit "^0.1.2" - graceful-fs "^4.2.9" - import-local "^3.0.2" - jest-config "^29.5.0" - jest-util "^29.5.0" - jest-validate "^29.5.0" - prompts "^2.0.1" - yargs "^17.3.1" - -jest-config@^29.5.0: - version "29.5.0" - resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-29.5.0.tgz#3cc972faec8c8aaea9ae158c694541b79f3748da" - integrity sha512-kvDUKBnNJPNBmFFOhDbm59iu1Fii1Q6SxyhXfvylq3UTHbg6o7j/g8k2dZyXWLvfdKB1vAPxNZnMgtKJcmu3kA== - dependencies: - "@babel/core" "^7.11.6" - "@jest/test-sequencer" "^29.5.0" - "@jest/types" "^29.5.0" - babel-jest "^29.5.0" - chalk "^4.0.0" - ci-info "^3.2.0" - deepmerge "^4.2.2" - glob "^7.1.3" - graceful-fs "^4.2.9" - jest-circus "^29.5.0" - jest-environment-node "^29.5.0" - jest-get-type "^29.4.3" - jest-regex-util "^29.4.3" - jest-resolve "^29.5.0" - jest-runner "^29.5.0" - jest-util "^29.5.0" - jest-validate "^29.5.0" - micromatch "^4.0.4" - parse-json "^5.2.0" - pretty-format "^29.5.0" - slash "^3.0.0" - strip-json-comments "^3.1.1" - -jest-diff@^29.5.0: - version "29.5.0" - resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-29.5.0.tgz#e0d83a58eb5451dcc1fa61b1c3ee4e8f5a290d63" - integrity sha512-LtxijLLZBduXnHSniy0WMdaHjmQnt3g5sa16W4p0HqukYTTsyTW3GD1q41TyGl5YFXj/5B2U6dlh5FM1LIMgxw== - dependencies: - chalk "^4.0.0" - diff-sequences "^29.4.3" - jest-get-type "^29.4.3" - pretty-format "^29.5.0" - -jest-docblock@^29.4.3: - version "29.4.3" - resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-29.4.3.tgz#90505aa89514a1c7dceeac1123df79e414636ea8" - integrity sha512-fzdTftThczeSD9nZ3fzA/4KkHtnmllawWrXO69vtI+L9WjEIuXWs4AmyME7lN5hU7dB0sHhuPfcKofRsUb/2Fg== - dependencies: - detect-newline "^3.0.0" - -jest-each@^29.5.0: - version "29.5.0" - resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-29.5.0.tgz#fc6e7014f83eac68e22b7195598de8554c2e5c06" - integrity sha512-HM5kIJ1BTnVt+DQZ2ALp3rzXEl+g726csObrW/jpEGl+CDSSQpOJJX2KE/vEg8cxcMXdyEPu6U4QX5eruQv5hA== - dependencies: - "@jest/types" "^29.5.0" - chalk "^4.0.0" - jest-get-type "^29.4.3" - jest-util "^29.5.0" - pretty-format "^29.5.0" - -jest-environment-node@^29.5.0: - version "29.5.0" - resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-29.5.0.tgz#f17219d0f0cc0e68e0727c58b792c040e332c967" - integrity sha512-ExxuIK/+yQ+6PRGaHkKewYtg6hto2uGCgvKdb2nfJfKXgZ17DfXjvbZ+jA1Qt9A8EQSfPnt5FKIfnOO3u1h9qw== - dependencies: - "@jest/environment" "^29.5.0" - "@jest/fake-timers" "^29.5.0" - "@jest/types" "^29.5.0" - "@types/node" "*" - jest-mock "^29.5.0" - jest-util "^29.5.0" - -jest-get-type@^29.4.3: - version "29.4.3" - resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-29.4.3.tgz#1ab7a5207c995161100b5187159ca82dd48b3dd5" - integrity sha512-J5Xez4nRRMjk8emnTpWrlkyb9pfRQQanDrvWHhsR1+VUfbwxi30eVcZFlcdGInRibU4G5LwHXpI7IRHU0CY+gg== - -jest-haste-map@^29.5.0: - version "29.5.0" - resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-29.5.0.tgz#69bd67dc9012d6e2723f20a945099e972b2e94de" - integrity sha512-IspOPnnBro8YfVYSw6yDRKh/TiCdRngjxeacCps1cQ9cgVN6+10JUcuJ1EabrgYLOATsIAigxA0rLR9x/YlrSA== - dependencies: - "@jest/types" "^29.5.0" - "@types/graceful-fs" "^4.1.3" - "@types/node" "*" - anymatch "^3.0.3" - fb-watchman "^2.0.0" - graceful-fs "^4.2.9" - jest-regex-util "^29.4.3" - jest-util "^29.5.0" - jest-worker "^29.5.0" - micromatch "^4.0.4" - walker "^1.0.8" - optionalDependencies: - fsevents "^2.3.2" - -jest-leak-detector@^29.5.0: - version "29.5.0" - resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-29.5.0.tgz#cf4bdea9615c72bac4a3a7ba7e7930f9c0610c8c" - integrity sha512-u9YdeeVnghBUtpN5mVxjID7KbkKE1QU4f6uUwuxiY0vYRi9BUCLKlPEZfDGR67ofdFmDz9oPAy2G92Ujrntmow== - dependencies: - jest-get-type "^29.4.3" - pretty-format "^29.5.0" - -jest-matcher-utils@^29.5.0: - version "29.5.0" - resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-29.5.0.tgz#d957af7f8c0692c5453666705621ad4abc2c59c5" - integrity sha512-lecRtgm/rjIK0CQ7LPQwzCs2VwW6WAahA55YBuI+xqmhm7LAaxokSB8C97yJeYyT+HvQkH741StzpU41wohhWw== - dependencies: - chalk "^4.0.0" - jest-diff "^29.5.0" - jest-get-type "^29.4.3" - pretty-format "^29.5.0" - -jest-message-util@^29.5.0: - version "29.5.0" - resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-29.5.0.tgz#1f776cac3aca332ab8dd2e3b41625435085c900e" - integrity sha512-Kijeg9Dag6CKtIDA7O21zNTACqD5MD/8HfIV8pdD94vFyFuer52SigdC3IQMhab3vACxXMiFk+yMHNdbqtyTGA== - dependencies: - "@babel/code-frame" "^7.12.13" - "@jest/types" "^29.5.0" - "@types/stack-utils" "^2.0.0" - chalk "^4.0.0" - graceful-fs "^4.2.9" - micromatch "^4.0.4" - pretty-format "^29.5.0" - slash "^3.0.0" - stack-utils "^2.0.3" - -jest-mock@^29.5.0: - version "29.5.0" - resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.5.0.tgz#26e2172bcc71d8b0195081ff1f146ac7e1518aed" - integrity sha512-GqOzvdWDE4fAV2bWQLQCkujxYWL7RxjCnj71b5VhDAGOevB3qj3Ovg26A5NI84ZpODxyzaozXLOh2NCgkbvyaw== - dependencies: - "@jest/types" "^29.5.0" - "@types/node" "*" - jest-util "^29.5.0" - -jest-pnp-resolver@^1.2.2: - version "1.2.3" - resolved "https://registry.yarnpkg.com/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz#930b1546164d4ad5937d5540e711d4d38d4cad2e" - integrity sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w== - -jest-regex-util@^29.4.3: - version "29.4.3" - resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-29.4.3.tgz#a42616141e0cae052cfa32c169945d00c0aa0bb8" - integrity sha512-O4FglZaMmWXbGHSQInfXewIsd1LMn9p3ZXB/6r4FOkyhX2/iP/soMG98jGvk/A3HAN78+5VWcBGO0BJAPRh4kg== - -jest-resolve-dependencies@^29.5.0: - version "29.5.0" - resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-29.5.0.tgz#f0ea29955996f49788bf70996052aa98e7befee4" - integrity sha512-sjV3GFr0hDJMBpYeUuGduP+YeCRbd7S/ck6IvL3kQ9cpySYKqcqhdLLC2rFwrcL7tz5vYibomBrsFYWkIGGjOg== - dependencies: - jest-regex-util "^29.4.3" - jest-snapshot "^29.5.0" - -jest-resolve@^29.5.0: - version "29.5.0" - resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-29.5.0.tgz#b053cc95ad1d5f6327f0ac8aae9f98795475ecdc" - integrity sha512-1TzxJ37FQq7J10jPtQjcc+MkCkE3GBpBecsSUWJ0qZNJpmg6m0D9/7II03yJulm3H/fvVjgqLh/k2eYg+ui52w== - dependencies: - chalk "^4.0.0" - graceful-fs "^4.2.9" - jest-haste-map "^29.5.0" - jest-pnp-resolver "^1.2.2" - jest-util "^29.5.0" - jest-validate "^29.5.0" - resolve "^1.20.0" - resolve.exports "^2.0.0" - slash "^3.0.0" - -jest-runner@^29.5.0: - version "29.5.0" - resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-29.5.0.tgz#6a57c282eb0ef749778d444c1d758c6a7693b6f8" - integrity sha512-m7b6ypERhFghJsslMLhydaXBiLf7+jXy8FwGRHO3BGV1mcQpPbwiqiKUR2zU2NJuNeMenJmlFZCsIqzJCTeGLQ== - dependencies: - "@jest/console" "^29.5.0" - "@jest/environment" "^29.5.0" - "@jest/test-result" "^29.5.0" - "@jest/transform" "^29.5.0" - "@jest/types" "^29.5.0" - "@types/node" "*" - chalk "^4.0.0" - emittery "^0.13.1" - graceful-fs "^4.2.9" - jest-docblock "^29.4.3" - jest-environment-node "^29.5.0" - jest-haste-map "^29.5.0" - jest-leak-detector "^29.5.0" - jest-message-util "^29.5.0" - jest-resolve "^29.5.0" - jest-runtime "^29.5.0" - jest-util "^29.5.0" - jest-watcher "^29.5.0" - jest-worker "^29.5.0" - p-limit "^3.1.0" - source-map-support "0.5.13" - -jest-runtime@^29.5.0: - version "29.5.0" - resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-29.5.0.tgz#c83f943ee0c1da7eb91fa181b0811ebd59b03420" - integrity sha512-1Hr6Hh7bAgXQP+pln3homOiEZtCDZFqwmle7Ew2j8OlbkIu6uE3Y/etJQG8MLQs3Zy90xrp2C0BRrtPHG4zryw== - dependencies: - "@jest/environment" "^29.5.0" - "@jest/fake-timers" "^29.5.0" - "@jest/globals" "^29.5.0" - "@jest/source-map" "^29.4.3" - "@jest/test-result" "^29.5.0" - "@jest/transform" "^29.5.0" - "@jest/types" "^29.5.0" - "@types/node" "*" - chalk "^4.0.0" - cjs-module-lexer "^1.0.0" - collect-v8-coverage "^1.0.0" - glob "^7.1.3" - graceful-fs "^4.2.9" - jest-haste-map "^29.5.0" - jest-message-util "^29.5.0" - jest-mock "^29.5.0" - jest-regex-util "^29.4.3" - jest-resolve "^29.5.0" - jest-snapshot "^29.5.0" - jest-util "^29.5.0" - slash "^3.0.0" - strip-bom "^4.0.0" - -jest-snapshot@^29.5.0: - version "29.5.0" - resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-29.5.0.tgz#c9c1ce0331e5b63cd444e2f95a55a73b84b1e8ce" - integrity sha512-x7Wolra5V0tt3wRs3/ts3S6ciSQVypgGQlJpz2rsdQYoUKxMxPNaoHMGJN6qAuPJqS+2iQ1ZUn5kl7HCyls84g== - dependencies: - "@babel/core" "^7.11.6" - "@babel/generator" "^7.7.2" - "@babel/plugin-syntax-jsx" "^7.7.2" - "@babel/plugin-syntax-typescript" "^7.7.2" - "@babel/traverse" "^7.7.2" - "@babel/types" "^7.3.3" - "@jest/expect-utils" "^29.5.0" - "@jest/transform" "^29.5.0" - "@jest/types" "^29.5.0" - "@types/babel__traverse" "^7.0.6" - "@types/prettier" "^2.1.5" - babel-preset-current-node-syntax "^1.0.0" - chalk "^4.0.0" - expect "^29.5.0" - graceful-fs "^4.2.9" - jest-diff "^29.5.0" - jest-get-type "^29.4.3" - jest-matcher-utils "^29.5.0" - jest-message-util "^29.5.0" - jest-util "^29.5.0" - natural-compare "^1.4.0" - pretty-format "^29.5.0" - semver "^7.3.5" - -jest-util@^29.0.0, jest-util@^29.5.0: - version "29.5.0" - resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.5.0.tgz#24a4d3d92fc39ce90425311b23c27a6e0ef16b8f" - integrity sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ== - dependencies: - "@jest/types" "^29.5.0" - "@types/node" "*" - chalk "^4.0.0" - ci-info "^3.2.0" - graceful-fs "^4.2.9" - picomatch "^2.2.3" - -jest-validate@^29.5.0: - version "29.5.0" - resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-29.5.0.tgz#8e5a8f36178d40e47138dc00866a5f3bd9916ffc" - integrity sha512-pC26etNIi+y3HV8A+tUGr/lph9B18GnzSRAkPaaZJIE1eFdiYm6/CewuiJQ8/RlfHd1u/8Ioi8/sJ+CmbA+zAQ== - dependencies: - "@jest/types" "^29.5.0" - camelcase "^6.2.0" - chalk "^4.0.0" - jest-get-type "^29.4.3" - leven "^3.1.0" - pretty-format "^29.5.0" - -jest-watcher@^29.5.0: - version "29.5.0" - resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-29.5.0.tgz#cf7f0f949828ba65ddbbb45c743a382a4d911363" - integrity sha512-KmTojKcapuqYrKDpRwfqcQ3zjMlwu27SYext9pt4GlF5FUgB+7XE1mcCnSm6a4uUpFyQIkb6ZhzZvHl+jiBCiA== - dependencies: - "@jest/test-result" "^29.5.0" - "@jest/types" "^29.5.0" - "@types/node" "*" - ansi-escapes "^4.2.1" - chalk "^4.0.0" - emittery "^0.13.1" - jest-util "^29.5.0" - string-length "^4.0.1" - -jest-worker@^29.5.0: - version "29.5.0" - resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-29.5.0.tgz#bdaefb06811bd3384d93f009755014d8acb4615d" - integrity sha512-NcrQnevGoSp4b5kg+akIpthoAFHxPBcb5P6mYPY0fUNT+sSvmtu6jlkEle3anczUKIKEbMxFimk9oTP/tpIPgA== - dependencies: - "@types/node" "*" - jest-util "^29.5.0" - merge-stream "^2.0.0" - supports-color "^8.0.0" - -jest@^29.5.0: - version "29.5.0" - resolved "https://registry.yarnpkg.com/jest/-/jest-29.5.0.tgz#f75157622f5ce7ad53028f2f8888ab53e1f1f24e" - integrity sha512-juMg3he2uru1QoXX078zTa7pO85QyB9xajZc6bU+d9yEGwrKX6+vGmJQ3UdVZsvTEUARIdObzH68QItim6OSSQ== - dependencies: - "@jest/core" "^29.5.0" - "@jest/types" "^29.5.0" - import-local "^3.0.2" - jest-cli "^29.5.0" - jju@^1.1.0: version "1.4.0" resolved "https://registry.yarnpkg.com/jju/-/jju-1.4.0.tgz#a3abe2718af241a2b2904f84a625970f389ae32a" integrity sha512-8wb9Yw966OSxApiCt0K3yNJL8pnNeIv+OEq2YMidz4FKP6nonSRoOXc80iXY4JaN2FC11B9qsNmDsm+ZOfMROA== -js-tokens@^4.0.0: +"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== -js-yaml@3.14.1, js-yaml@^3.13.1: +js-yaml@3.14.1: version "3.14.1" resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.1.tgz#dae812fdb3825fa306609a8717383c50c36a0537" integrity sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g== @@ -4010,7 +3169,7 @@ json-stringify-safe@^5.0.1: resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb" integrity sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA== -json5@^2.2.2, json5@^2.2.3: +json5@^2.2.2: version "2.2.3" resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283" integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg== @@ -4058,11 +3217,6 @@ kind-of@^6.0.3: resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd" integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw== -kleur@^3.0.3: - version "3.0.3" - resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e" - integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w== - kleur@^4.0.1: version "4.1.5" resolved "https://registry.yarnpkg.com/kleur/-/kleur-4.1.5.tgz#95106101795f7050c6c650f350c683febddb1780" @@ -4082,11 +3236,6 @@ lazystream@^1.0.0: dependencies: readable-stream "^2.0.5" -leven@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/leven/-/leven-3.1.0.tgz#77891de834064cccba82ae7842bb6b14a13ed7f2" - integrity sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A== - lines-and-columns@^1.1.6: version "1.2.4" resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632" @@ -4162,21 +3311,24 @@ lodash.isplainobject@^4.0.6: resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb" integrity sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA== -lodash.memoize@4.x: - version "4.1.2" - resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe" - integrity sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag== - lodash.union@^4.6.0: version "4.6.0" resolved "https://registry.yarnpkg.com/lodash.union/-/lodash.union-4.6.0.tgz#48bb5088409f16f1821666641c44dd1aaae3cd88" integrity sha512-c4pB2CdGrGdjMKYLA+XiRDO7Y0PRQbm/Gzg8qMj+QH+pFVAoTp5sBpO0odL3FjoPCGjK96p6qsP+yQoiLoOBcw== -lodash@^4.17.15, lodash@^4.17.21: +lodash@^4.17.15, lodash@^4.17.20, lodash@^4.17.21: version "4.17.21" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== +log-symbols@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.1.0.tgz#3fbdbb95b4683ac9fc785111e792e558d4abd503" + integrity sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg== + dependencies: + chalk "^4.1.0" + is-unicode-supported "^0.1.0" + log4js@^6.7.0, log4js@^6.9.1: version "6.9.1" resolved "https://registry.yarnpkg.com/log4js/-/log4js-6.9.1.tgz#aba5a3ff4e7872ae34f8b4c533706753709e38b6" @@ -4188,6 +3340,13 @@ log4js@^6.7.0, log4js@^6.9.1: rfdc "^1.3.0" streamroller "^3.1.5" +loose-envify@^1.1.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf" + integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q== + dependencies: + js-tokens "^3.0.0 || ^4.0.0" + lower-case@^2.0.2: version "2.0.2" resolved "https://registry.yarnpkg.com/lower-case/-/lower-case-2.0.2.tgz#6fa237c63dbdc4a82ca0fd882e4722dc5e634e28" @@ -4200,13 +3359,6 @@ lowercase-keys@^3.0.0: resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-3.0.0.tgz#c5e7d442e37ead247ae9db117a9d0a467c89d4f2" integrity sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ== -lru-cache@^5.1.1: - version "5.1.1" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920" - integrity sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w== - dependencies: - yallist "^3.0.2" - lru-cache@^6.0.0: version "6.0.0" resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94" @@ -4229,18 +3381,6 @@ lru_map@^0.3.3: resolved "https://registry.yarnpkg.com/lru_map/-/lru_map-0.3.3.tgz#b5c8351b9464cbd750335a79650a0ec0e56118dd" integrity sha512-Pn9cox5CsMYngeDbmChANltQl+5pi6XmTrraMSzhPmMBbmgcxmqWry0U3PGapCU1yB4/LqCcom7qhHZiF/jGfQ== -make-dir@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.1.0.tgz#415e967046b3a7f1d185277d84aa58203726a13f" - integrity sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw== - dependencies: - semver "^6.0.0" - -make-error@1.x: - version "1.3.6" - resolved "https://registry.yarnpkg.com/make-error/-/make-error-1.3.6.tgz#2eb2e37ea9b67c4891f684a1394799af484cf7a2" - integrity sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw== - make-fetch-happen@^10.0.3: version "10.2.1" resolved "https://registry.yarnpkg.com/make-fetch-happen/-/make-fetch-happen-10.2.1.tgz#f5e3835c5e9817b617f2770870d9492d28678164" @@ -4284,13 +3424,6 @@ make-fetch-happen@^11.0.0, make-fetch-happen@^11.0.1, make-fetch-happen@^11.1.0: socks-proxy-agent "^7.0.0" ssri "^10.0.0" -makeerror@1.0.12: - version "1.0.12" - resolved "https://registry.yarnpkg.com/makeerror/-/makeerror-1.0.12.tgz#3e5dd2079a82e812e983cc6610c4a2cb0eaa801a" - integrity sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg== - dependencies: - tmpl "1.0.5" - map-obj@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-1.0.1.tgz#d933ceb9205d82bdcf4886f6742bdc2b4dea146d" @@ -4516,6 +3649,11 @@ ms@^2.0.0: resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== +mute-stream@0.0.8: + version "0.0.8" + resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d" + integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA== + nan@^2.14.2: version "2.17.0" resolved "https://registry.yarnpkg.com/nan/-/nan-2.17.0.tgz#c0150a2368a182f033e9aa5195ec76ea41a199cb" @@ -4526,11 +3664,6 @@ napi-build-utils@^1.0.1: resolved "https://registry.yarnpkg.com/napi-build-utils/-/napi-build-utils-1.0.2.tgz#b1fddc0b2c46e380a0b7a76f984dd47c41a13806" integrity sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg== -natural-compare@^1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" - integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw== - ncp@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/ncp/-/ncp-2.0.0.tgz#195a21d6c46e361d2fb1281ba38b91e9df7bdbb3" @@ -4561,7 +3694,7 @@ node-abi@^3.3.0: dependencies: semver "^7.3.5" -node-fetch@^2.6.7: +node-fetch@^2.6.11, node-fetch@^2.6.7: version "2.6.11" resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.11.tgz#cde7fc71deef3131ef80a738919f999e6edfff25" integrity sha512-4I6pdBY1EthSqDmJkiNk3JIT8cswwR9nfeW/cPdUagJYEQG7R95WRH74wpz7ma8Gh/9dI9FP+OU+0E4FvtA55w== @@ -4591,16 +3724,6 @@ node-gyp@^9.0.0: tar "^6.1.2" which "^2.0.2" -node-int64@^0.4.0: - version "0.4.0" - resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b" - integrity sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw== - -node-releases@^2.0.8: - version "2.0.11" - resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.11.tgz#59d7cef999d13f908e43b5a70001cf3129542f0f" - integrity sha512-+M0PwXeU80kRohZ3aT4J/OnR+l9/KD2nVLNNoRgFtnf+umQVFdGBAO2N8+nCnEi0xlh/Wk3zOGC+vNNx+uM79Q== - nopt@^6.0.0: version "6.0.0" resolved "https://registry.yarnpkg.com/nopt/-/nopt-6.0.0.tgz#245801d8ebf409c6df22ab9d95b65e1309cdb16d" @@ -4638,7 +3761,7 @@ normalize-package-data@^5.0.0: semver "^7.3.5" validate-npm-package-license "^3.0.4" -normalize-path@^3.0.0: +normalize-path@^3.0.0, normalize-path@~3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65" integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== @@ -4760,6 +3883,11 @@ npmlog@^6.0.0: gauge "^4.0.3" set-blocking "^2.0.0" +object-assign@^4.1.1: + version "4.1.1" + resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" + integrity sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg== + object-hash@^2.0.3: version "2.2.0" resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-2.2.0.tgz#5ad518581eefc443bd763472b8ff2e9c2c0d54a5" @@ -4805,7 +3933,7 @@ once@^1.3.0, once@^1.3.1, once@^1.4.0: dependencies: wrappy "1" -onetime@^5.1.2: +onetime@^5.1.0, onetime@^5.1.2: version "5.1.2" resolved "https://registry.yarnpkg.com/onetime/-/onetime-5.1.2.tgz#d0e96ebb56b07476df1dd9c4806e5237985ca45e" integrity sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg== @@ -4817,6 +3945,34 @@ oo-ascii-tree@^1.81.0: resolved "https://registry.yarnpkg.com/oo-ascii-tree/-/oo-ascii-tree-1.81.0.tgz#e10a4e725ea697794f27d0dc0768493a809da032" integrity sha512-rfGg7tBvwiNrdP5MqVUGt/4Kwiy9y7Y6G3z6Nue5hhd0pHiAAyDVJ/GcwfW3cjMDrWlJ/itg+QuXREA1yfwynA== +open@^7.4.2: + version "7.4.2" + resolved "https://registry.yarnpkg.com/open/-/open-7.4.2.tgz#b8147e26dcf3e426316c730089fd71edd29c2321" + integrity sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q== + dependencies: + is-docker "^2.0.0" + is-wsl "^2.1.1" + +ora@^5.4.1: + version "5.4.1" + resolved "https://registry.yarnpkg.com/ora/-/ora-5.4.1.tgz#1b2678426af4ac4a509008e5e4ac9e9959db9e18" + integrity sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ== + dependencies: + bl "^4.1.0" + chalk "^4.1.0" + cli-cursor "^3.1.0" + cli-spinners "^2.5.0" + is-interactive "^1.0.0" + is-unicode-supported "^0.1.0" + log-symbols "^4.1.0" + strip-ansi "^6.0.0" + wcwidth "^1.0.1" + +os-tmpdir@~1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274" + integrity sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g== + p-cancelable@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-3.0.0.tgz#63826694b54d61ca1c20ebcb6d3ecf5e14cd8050" @@ -4836,7 +3992,7 @@ p-limit@^2.0.0, p-limit@^2.2.0: dependencies: p-try "^2.0.0" -p-limit@^3.0.2, p-limit@^3.1.0: +p-limit@^3.0.2: version "3.1.0" resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.1.0.tgz#e1daccbe78d0d1388ca18c64fea38e3e57e3706b" integrity sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ== @@ -4935,6 +4091,11 @@ parse-github-url@^1.0.2: resolved "https://registry.yarnpkg.com/parse-github-url/-/parse-github-url-1.0.2.tgz#242d3b65cbcdda14bb50439e3242acf6971db395" integrity sha512-kgBf6avCbO3Cn6+RnzRGLkUsv4ZVqv/VfAYkRsyBcgkshNvVBkRn1FEZcW0Jb+npXQWm2vHPnnOqFteZxRRGNw== +parse-gitignore@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/parse-gitignore/-/parse-gitignore-1.0.1.tgz#8b9dc57f17b810d495c5dfa62eb07caffe7758c7" + integrity sha512-UGyowyjtx26n65kdAMWhm6/3uy5uSrpcuH7tt+QEVudiBoVS+eqHxD5kbi9oWVRwj7sCzXqwuM+rUGw7earl6A== + parse-json@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-4.0.0.tgz#be35f5425be1f7f6c747184f98a788cb99477ee0" @@ -4943,7 +4104,7 @@ parse-json@^4.0.0: error-ex "^1.3.1" json-parse-better-errors "^1.0.1" -parse-json@^5.0.0, parse-json@^5.2.0: +parse-json@^5.0.0: version "5.2.0" resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.2.0.tgz#c76fc66dee54231c962b22bcc8a72cf2f99753cd" integrity sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg== @@ -4961,6 +4122,11 @@ pascal-case@^3.1.2: no-case "^3.0.4" tslib "^2.0.3" +patch-console@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/patch-console/-/patch-console-1.0.0.tgz#19b9f028713feb8a3c023702a8cc8cb9f7466f9d" + integrity sha512-nxl9nrnLQmh64iTzMfyylSlRozL7kAXIaxw1fVcLYdyhNkJCRUzirRZTikXGJsg+hc4fqpneTK6iU2H1Q8THSA== + path-case@^3.0.4: version "3.0.4" resolved "https://registry.yarnpkg.com/path-case/-/path-case-3.0.4.tgz#9168645334eb942658375c56f80b4c0cb5f82c6f" @@ -5014,12 +4180,12 @@ path-type@^4.0.0: resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b" integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== -picocolors@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c" - integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ== +pend@~1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/pend/-/pend-1.2.0.tgz#7a57eb550a6783f9115331fcf4663d5c8e007a50" + integrity sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg== -picomatch@^2.0.4, picomatch@^2.2.3, picomatch@^2.3.1: +picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1: version "2.3.1" resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== @@ -5034,17 +4200,12 @@ pify@^3.0.0: resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176" integrity sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg== -pirates@^4.0.4: - version "4.0.5" - resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.5.tgz#feec352ea5c3268fb23a37c702ab1699f35a5f3b" - integrity sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ== - -pkg-dir@^4.2.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3" - integrity sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ== +pkg-up@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/pkg-up/-/pkg-up-3.1.0.tgz#100ec235cc150e4fd42519412596a28512a0def5" + integrity sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA== dependencies: - find-up "^4.0.0" + find-up "^3.0.0" prebuild-install@^7.1.1: version "7.1.1" @@ -5069,15 +4230,6 @@ prettier@^2.8.6: resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da" integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q== -pretty-format@^29.5.0: - version "29.5.0" - resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-29.5.0.tgz#283134e74f70e2e3e7229336de0e4fce94ccde5a" - integrity sha512-V2mGkI31qdttvTFX7Mt4efOqHXqJWMu4/r66Xh3Z3BwZaPfPJgp6/gbwoujRpPUtfEF6AUUWx3Jim3GCw5g/Qw== - dependencies: - "@jest/schemas" "^29.4.3" - ansi-styles "^5.0.0" - react-is "^18.0.0" - proc-log@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/proc-log/-/proc-log-3.0.0.tgz#fb05ef83ccd64fd7b20bbe9c8c1070fc08338dd8" @@ -5093,10 +4245,10 @@ progress@^2.0.3: resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8" integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA== -projen@^0.71.81: - version "0.71.81" - resolved "https://registry.yarnpkg.com/projen/-/projen-0.71.81.tgz#07912230d9712c3be5183d74751faf2a3c3ab8d7" - integrity sha512-0ZejRGWymGVGWgkNII8IZEyzRot+38g58e2DNk1ORBLwDnQYnYaOorf0Fcm452RTUOf/jnQTfCaHhhSQ41zrZg== +projen@^0.71.82: + version "0.71.82" + resolved "https://registry.yarnpkg.com/projen/-/projen-0.71.82.tgz#0c2386e91aa4e7091f500b63c3baeccc42a4970e" + integrity sha512-GouaBIRvuBvZnR3y6vDDLFYaV/c4pefDRTtuhDtRM1o7tzxWmZJ15WxcQn2yz7FlmYQPAxRuiw4Q1cSgICGMlQ== dependencies: "@iarna/toml" "^2.2.5" case "^1.6.3" @@ -5133,14 +4285,6 @@ prompts-ncu@^3.0.0: kleur "^4.0.1" sisteransi "^1.0.5" -prompts@^2.0.1: - version "2.4.2" - resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.4.2.tgz#7b57e73b3a48029ad10ebd44f74b01722a4cb069" - integrity sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q== - dependencies: - kleur "^3.0.3" - sisteransi "^1.0.5" - proto-list@~1.2.1: version "1.2.4" resolved "https://registry.yarnpkg.com/proto-list/-/proto-list-1.2.4.tgz#212d5bfe1318306a420f6402b8e26ff39647a849" @@ -5166,11 +4310,6 @@ pupa@^3.1.0: dependencies: escape-goat "^4.0.0" -pure-rand@^6.0.0: - version "6.0.2" - resolved "https://registry.yarnpkg.com/pure-rand/-/pure-rand-6.0.2.tgz#a9c2ddcae9b68d736a8163036f088a2781c8b306" - integrity sha512-6Yg0ekpKICSjPswYOuC5sku/TSWaRYlA0qsXqJgM/d/4pLPHPuTxK7Nbf7jFKzAeedUhR8C7K9Uv63FBsSo8xQ== - q@^1.5.1: version "1.5.1" resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7" @@ -5211,10 +4350,22 @@ rc@1.2.8, rc@^1.2.7: minimist "^1.2.0" strip-json-comments "~2.0.1" -react-is@^18.0.0: - version "18.2.0" - resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.2.0.tgz#199431eeaaa2e09f86427efbb4f1473edb47609b" - integrity sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w== +react-devtools-core@^4.19.1: + version "4.27.8" + resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-4.27.8.tgz#b7b387b079c14ae9a214d4846a402da2b6efd164" + integrity sha512-KwoH8/wN/+m5wTItLnsgVraGNmFrcTWR3k1VimP1HjtMMw4CNF+F5vg4S/0tzTEKIdpCi2R7mPNTC+/dswZMgw== + dependencies: + shell-quote "^1.6.1" + ws "^7" + +react-reconciler@^0.26.2: + version "0.26.2" + resolved "https://registry.yarnpkg.com/react-reconciler/-/react-reconciler-0.26.2.tgz#bbad0e2d1309423f76cf3c3309ac6c96e05e9d91" + integrity sha512-nK6kgY28HwrMNwDnMui3dvm3rCFjZrcGiuwLc5COUipBK5hWHLOxMJhSnSomirqWwjPBJKV1QcbkI0VJr7Gl1Q== + dependencies: + loose-envify "^1.1.0" + object-assign "^4.1.1" + scheduler "^0.20.2" read-package-json-fast@^3.0.0: version "3.0.2" @@ -5299,6 +4450,13 @@ readdir-glob@^1.0.0: dependencies: minimatch "^5.1.0" +readdirp@~3.6.0: + version "3.6.0" + resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.6.0.tgz#74a370bd857116e245b29cc97340cd431a02a6c7" + integrity sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA== + dependencies: + picomatch "^2.2.1" + rechoir@^0.6.2: version "0.6.2" resolved "https://registry.yarnpkg.com/rechoir/-/rechoir-0.6.2.tgz#85204b54dba82d5742e28c96756ef43af50e3384" @@ -5372,24 +4530,7 @@ resolve-alpn@^1.2.0: resolved "https://registry.yarnpkg.com/resolve-alpn/-/resolve-alpn-1.2.1.tgz#b7adbdac3546aaaec20b45e7d8265927072726f9" integrity sha512-0a1F4l73/ZFZOakJnQ3FvkJ2+gSTQWz/r2KE5OdDY0TxPm5h4GkqkWWfM47T7HsbnOtcJVEF4epCVy6u7Q3K+g== -resolve-cwd@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-3.0.0.tgz#0f0075f1bb2544766cf73ba6a6e2adfebcb13f2d" - integrity sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg== - dependencies: - resolve-from "^5.0.0" - -resolve-from@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69" - integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw== - -resolve.exports@^2.0.0: - version "2.0.2" - resolved "https://registry.yarnpkg.com/resolve.exports/-/resolve.exports-2.0.2.tgz#f8c934b8e6a13f539e38b7098e2e36134f01e800" - integrity sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg== - -resolve@^1.1.6, resolve@^1.10.0, resolve@^1.20.0: +resolve@^1.1.6, resolve@^1.10.0: version "1.22.2" resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.2.tgz#0ed0943d4e301867955766c9f3e1ae6d01c6845f" integrity sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g== @@ -5405,6 +4546,14 @@ responselike@^3.0.0: dependencies: lowercase-keys "^3.0.0" +restore-cursor@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-3.1.0.tgz#39f67c54b3a7a58cea5236d95cf0034239631f7e" + integrity sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA== + dependencies: + onetime "^5.1.0" + signal-exit "^3.0.2" + retry@^0.12.0: version "0.12.0" resolved "https://registry.yarnpkg.com/retry/-/retry-0.12.0.tgz#1b42a6266a21f07421d1b0b54b7dc167b01c013b" @@ -5434,6 +4583,11 @@ rimraf@^5.0.0: dependencies: glob "^10.2.5" +run-async@^2.4.0: + version "2.4.1" + resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.4.1.tgz#8440eccf99ea3e70bd409d49aab88e10c189a455" + integrity sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ== + run-parallel@^1.1.9: version "1.2.0" resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee" @@ -5441,6 +4595,13 @@ run-parallel@^1.1.9: dependencies: queue-microtask "^1.2.2" +rxjs@^7.5.5: + version "7.8.1" + resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.1.tgz#6f6f3d99ea8044291efd92e7c7fcf562c4057543" + integrity sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg== + dependencies: + tslib "^2.1.0" + safe-buffer@^5.0.1, safe-buffer@~5.2.0: version "5.2.1" resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" @@ -5451,7 +4612,7 @@ safe-buffer@~5.1.0, safe-buffer@~5.1.1: resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== -"safer-buffer@>= 2.1.2 < 3.0.0": +"safer-buffer@>= 2.1.2 < 3", "safer-buffer@>= 2.1.2 < 3.0.0": version "2.1.2" resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== @@ -5461,6 +4622,14 @@ sax@^1.2.4: resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9" integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw== +scheduler@^0.20.2: + version "0.20.2" + resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.20.2.tgz#4baee39436e34aa93b4874bddcbf0fe8b8b50e91" + integrity sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ== + dependencies: + loose-envify "^1.1.0" + object-assign "^4.1.1" + semver-diff@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/semver-diff/-/semver-diff-4.0.0.tgz#3afcf5ed6d62259f5c72d0d5d50dffbdc9680df5" @@ -5485,18 +4654,18 @@ semver-utils@^1.1.4: resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7" integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== -semver@7.x, semver@^7.0.0, semver@^7.1.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8, semver@^7.4.0, semver@^7.5.0, semver@^7.5.1: +semver@^6.0.0: + version "6.3.0" + resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" + integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== + +semver@^7.0.0, semver@^7.1.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8, semver@^7.4.0, semver@^7.5.0, semver@^7.5.1: version "7.5.1" resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.1.tgz#c90c4d631cf74720e46b21c1d37ea07edfab91ec" integrity sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw== dependencies: lru-cache "^6.0.0" -semver@^6.0.0, semver@^6.3.0: - version "6.3.0" - resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" - integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== - sentence-case@^3.0.4: version "3.0.4" resolved "https://registry.yarnpkg.com/sentence-case/-/sentence-case-3.0.4.tgz#3645a7b8c117c787fde8702056225bb62a45131f" @@ -5523,6 +4692,11 @@ shebang-regex@^3.0.0: resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172" integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== +shell-quote@^1.6.1: + version "1.8.1" + resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.8.1.tgz#6dbf4db75515ad5bac63b4f1894c3a154c766680" + integrity sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA== + shelljs@^0.8.3, shelljs@^0.8.5: version "0.8.5" resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.5.tgz#de055408d8361bed66c669d2f000538ced8ee20c" @@ -5592,6 +4766,15 @@ slash@^3.0.0: resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634" integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q== +slice-ansi@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-3.0.0.tgz#31ddc10930a1b7e0b67b08c96c2f49b77a789787" + integrity sha512-pSyv7bSTC7ig9Dcgbw9AuRNUb5k5V6oDudjZoMBSr13qpLBG7tB+zgCkARjq7xIUgdz5P1Qe8u+rSGdouOOIyQ== + dependencies: + ansi-styles "^4.0.0" + astral-regex "^2.0.0" + is-fullwidth-code-point "^3.0.0" + smart-buffer@^4.2.0: version "4.2.0" resolved "https://registry.yarnpkg.com/smart-buffer/-/smart-buffer-4.2.0.tgz#6e1d71fa4f18c05f7d0ff216dd16a481d0e8d9ae" @@ -5631,14 +4814,6 @@ sort-json@^2.0.1: detect-newline "^2.1.0" minimist "^1.2.0" -source-map-support@0.5.13: - version "0.5.13" - resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.13.tgz#31b24a9c2e73c2de85066c0feb7d44767ed52932" - integrity sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w== - dependencies: - buffer-from "^1.0.0" - source-map "^0.6.0" - source-map-support@^0.5.21: version "0.5.21" resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f" @@ -5709,6 +4884,11 @@ sprintf-js@~1.0.2: resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c" integrity sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g== +sscaff@^1.2.274: + version "1.2.274" + resolved "https://registry.yarnpkg.com/sscaff/-/sscaff-1.2.274.tgz#3ae52042fbeb244b01b89542a56ce5b247284be9" + integrity sha512-sztRa50SL1LVxZnF1au6QT1SC2z0S1oEOyi2Kpnlg6urDns93aL32YxiJcNkLcY+VHFtVqm/SRv4cb+6LeoBQA== + ssri@^10.0.0: version "10.0.4" resolved "https://registry.yarnpkg.com/ssri/-/ssri-10.0.4.tgz#5a20af378be586df139ddb2dfb3bf992cf0daba6" @@ -5723,7 +4903,7 @@ ssri@^9.0.0: dependencies: minipass "^3.1.1" -stack-utils@^2.0.3: +stack-utils@^2.0.2: version "2.0.6" resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-2.0.6.tgz#aaf0748169c02fc33c8232abccf933f54a1cc34f" integrity sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ== @@ -5757,6 +4937,11 @@ stop-iteration-iterator@^1.0.0: dependencies: internal-slot "^1.0.4" +stream-buffers@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/stream-buffers/-/stream-buffers-3.0.2.tgz#5249005a8d5c2d00b3a32e6e0a6ea209dc4f3521" + integrity sha512-DQi1h8VEBA/lURbSwFtEHnSTb9s2/pwLEaFuNhXwy1Dx3Sa0lOuYT2yNUr4/j2fs8oCAMANtrZ5OrPZtyVs3MQ== + stream-chain@^2.2.5: version "2.2.5" resolved "https://registry.yarnpkg.com/stream-chain/-/stream-chain-2.2.5.tgz#b30967e8f14ee033c5b9a19bbe8a2cba90ba0d09" @@ -5778,15 +4963,7 @@ streamroller@^3.1.5: debug "^4.3.4" fs-extra "^8.1.0" -string-length@^4.0.1: - version "4.0.2" - resolved "https://registry.yarnpkg.com/string-length/-/string-length-4.0.2.tgz#a8a8dc7bd5c1a82b9b3c8b87e125f66871b6e57a" - integrity sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ== - dependencies: - char-regex "^1.0.2" - strip-ansi "^6.0.0" - -"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: +"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3: version "4.2.3" resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== @@ -5847,11 +5024,6 @@ strip-bom@^3.0.0: resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3" integrity sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA== -strip-bom@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-4.0.0.tgz#9c3505c1db45bcedca3d9cf7a16f5c5aa3901878" - integrity sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w== - strip-final-newline@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad" @@ -5864,11 +5036,6 @@ strip-indent@^3.0.0: dependencies: min-indent "^1.0.0" -strip-json-comments@^3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006" - integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig== - strip-json-comments@^5.0.0: version "5.0.0" resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-5.0.0.tgz#ec101b766476a703031bc607e3c712569de2aa06" @@ -5893,13 +5060,6 @@ supports-color@^7.1.0: dependencies: has-flag "^4.0.0" -supports-color@^8.0.0: - version "8.1.1" - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c" - integrity sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q== - dependencies: - has-flag "^4.0.0" - supports-preserve-symlinks-flag@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09" @@ -5938,15 +5098,6 @@ tar@^6.1.11, tar@^6.1.2: mkdirp "^1.0.3" yallist "^4.0.0" -test-exclude@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-6.0.0.tgz#04a8698661d805ea6fa293b6cb9e63ac044ef15e" - integrity sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w== - dependencies: - "@istanbuljs/schema" "^0.1.2" - glob "^7.1.4" - minimatch "^3.0.4" - text-extensions@^1.0.0: version "1.9.0" resolved "https://registry.yarnpkg.com/text-extensions/-/text-extensions-1.9.0.tgz#1853e45fee39c945ce6f6c36b2d659b5aabc2a26" @@ -5967,15 +5118,17 @@ through2@^4.0.0: dependencies: readable-stream "3" -through@2, "through@>=2.2.7 <3": +through@2, "through@>=2.2.7 <3", through@^2.3.6: version "2.3.8" resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5" integrity sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg== -tmpl@1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc" - integrity sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw== +tmp@^0.0.33: + version "0.0.33" + resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9" + integrity sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw== + dependencies: + os-tmpdir "~1.0.2" to-fast-properties@^2.0.0: version "2.0.0" @@ -5999,26 +5152,12 @@ trim-newlines@^3.0.0: resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144" integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw== -ts-jest@^29.0.5: - version "29.1.0" - resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.1.0.tgz#4a9db4104a49b76d2b368ea775b6c9535c603891" - integrity sha512-ZhNr7Z4PcYa+JjMl62ir+zPiNJfXJN6E8hSLnaUKhOgqcn8vb3e537cpkd0FuAfRK3sR1LSqM1MOhliXNgOFPA== - dependencies: - bs-logger "0.x" - fast-json-stable-stringify "2.x" - jest-util "^29.0.0" - json5 "^2.2.3" - lodash.memoize "4.x" - make-error "1.x" - semver "7.x" - yargs-parser "^21.0.1" - tslib@^1.9.3: version "1.14.1" resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00" integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== -tslib@^2.0.3: +tslib@^2.0.3, tslib@^2.1.0: version "2.5.2" resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.2.tgz#1b6f07185c881557b0ffa84b111a0106989e8338" integrity sha512-5svOrSA2w3iGFDs1HibEVBGbDrAY82bFQ3HZ3ixB+88nsbsWQoKqDRb5UBYAUPEzbBn6dAp5gRNXglySbx1MlA== @@ -6044,10 +5183,10 @@ tunnel@^0.0.6: resolved "https://registry.yarnpkg.com/tunnel/-/tunnel-0.0.6.tgz#72f1314b34a5b192db012324df2cc587ca47f92c" integrity sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg== -type-detect@4.0.8: - version "4.0.8" - resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c" - integrity sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g== +type-fest@^0.12.0: + version "0.12.0" + resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.12.0.tgz#f57a27ab81c68d136a51fd71467eff94157fa1ee" + integrity sha512-53RyidyjvkGpnWPMF9bQgFtWp+Sl8O2Rp13VavmJgfAP9WWG6q6TkrKU8iyJdnwnfgHI6k2hTlgqH4aSdjoTbg== type-fest@^0.18.0: version "0.18.1" @@ -6096,16 +5235,16 @@ typescript@^3.9.10, typescript@~3.9.10: resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.10.tgz#70f3910ac7a51ed6bef79da7800690b19bf778b8" integrity sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q== -typescript@^5.0.2, typescript@~5.0.4: - version "5.0.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.4.tgz#b217fd20119bd61a94d4011274e0ab369058da3b" - integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw== - typescript@next: version "5.2.0-dev.20230521" resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.0-dev.20230521.tgz#62bfb35285e1dea154827507541a1bd7dc93d950" integrity sha512-FY/YyQs1rvpUaX5PaZ4HZQnzBqlgjNYeQIOCF9208PLZvMsPwiJsZS5wbf5fvdepXkzpQK6ZpjGSJTXa7Gsp3Q== +typescript@~5.0.4: + version "5.0.4" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.4.tgz#b217fd20119bd61a94d4011274e0ab369058da3b" + integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw== + uglify-js@^3.1.4: version "3.17.4" resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.17.4.tgz#61678cf5fa3f5b7eb789bb345df29afb8257c22c" @@ -6161,14 +5300,6 @@ untildify@^4.0.0: resolved "https://registry.yarnpkg.com/untildify/-/untildify-4.0.0.tgz#2bc947b953652487e4600949fb091e3ae8cd919b" integrity sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw== -update-browserslist-db@^1.0.10: - version "1.0.11" - resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz#9a2a641ad2907ae7b3616506f4b977851db5b940" - integrity sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA== - dependencies: - escalade "^3.1.1" - picocolors "^1.0.0" - update-notifier@^6.0.2: version "6.0.2" resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-6.0.2.tgz#a6990253dfe6d5a02bd04fbb6a61543f55026b60" @@ -6220,15 +5351,6 @@ uuid@^8.3.2: resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2" integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg== -v8-to-istanbul@^9.0.1: - version "9.1.0" - resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-9.1.0.tgz#1b83ed4e397f58c85c266a570fc2558b5feb9265" - integrity sha512-6z3GW9x8G1gd+JIIgQQQxXuiJtCXeAjp6RaPEPLv62mH3iPHPxV6W3robxtCzNErRo6ZwTmzWhsbNvjyEBKzKA== - dependencies: - "@jridgewell/trace-mapping" "^0.3.12" - "@types/istanbul-lib-coverage" "^2.0.1" - convert-source-map "^1.6.0" - validate-npm-package-license@^3.0.1, validate-npm-package-license@^3.0.4: version "3.0.4" resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a" @@ -6244,12 +5366,12 @@ validate-npm-package-name@^5.0.0: dependencies: builtins "^5.0.0" -walker@^1.0.8: - version "1.0.8" - resolved "https://registry.yarnpkg.com/walker/-/walker-1.0.8.tgz#bd498db477afe573dc04185f011d3ab8a8d7653f" - integrity sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ== +wcwidth@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/wcwidth/-/wcwidth-1.0.1.tgz#f0b0dcf915bc5ff1528afadb2c0e17b532da2fe8" + integrity sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg== dependencies: - makeerror "1.0.12" + defaults "^1.0.3" webidl-conversions@^3.0.0: version "3.0.1" @@ -6323,6 +5445,13 @@ wide-align@^1.1.5: dependencies: string-width "^1.0.2 || 2 || 3 || 4" +widest-line@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/widest-line/-/widest-line-3.1.0.tgz#8292333bbf66cb45ff0de1603b136b7ae1496eca" + integrity sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg== + dependencies: + string-width "^4.0.0" + widest-line@^4.0.1: version "4.0.1" resolved "https://registry.yarnpkg.com/widest-line/-/widest-line-4.0.1.tgz#a0fc673aaba1ea6f0a0d35b3c2795c9a9cc2ebf2" @@ -6382,13 +5511,10 @@ write-file-atomic@^3.0.3: signal-exit "^3.0.2" typedarray-to-buffer "^3.1.5" -write-file-atomic@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-4.0.2.tgz#a9df01ae5b77858a027fd2e80768ee433555fcfd" - integrity sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg== - dependencies: - imurmurhash "^0.1.4" - signal-exit "^3.0.7" +ws@^7, ws@^7.5.5: + version "7.5.9" + resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.9.tgz#54fa7db29f4c7cec68b1ddd3a89de099942bb591" + integrity sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q== xdg-basedir@^5.0.1, xdg-basedir@^5.1.0: version "5.1.0" @@ -6437,11 +5563,6 @@ y18n@^5.0.5: resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55" integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA== -yallist@^3.0.2: - version "3.1.1" - resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd" - integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g== - yallist@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72" @@ -6465,7 +5586,7 @@ yargs-parser@^20.2.2, yargs-parser@^20.2.3: resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee" integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w== -yargs-parser@^21.0.1, yargs-parser@^21.1.1: +yargs-parser@^21.1.1: version "21.1.1" resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35" integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw== @@ -6500,7 +5621,7 @@ yargs@^16.0.0, yargs@^16.2.0: y18n "^5.0.5" yargs-parser "^20.2.2" -yargs@^17.3.1, yargs@^17.6, yargs@^17.7.2: +yargs@^17.6, yargs@^17.7.2: version "17.7.2" resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.2.tgz#991df39aca675a192b816e1e0363f9d75d2aa269" integrity sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w== @@ -6513,12 +5634,20 @@ yargs@^17.3.1, yargs@^17.6, yargs@^17.7.2: y18n "^5.0.5" yargs-parser "^21.1.1" +yauzl@^2.10.0: + version "2.10.0" + resolved "https://registry.yarnpkg.com/yauzl/-/yauzl-2.10.0.tgz#c7eb17c93e112cb1086fa6d8e51fb0667b79a5f9" + integrity sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g== + dependencies: + buffer-crc32 "~0.2.3" + fd-slicer "~1.1.0" + yocto-queue@^0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b" integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q== -yoga-layout-prebuilt@^1.10.0: +yoga-layout-prebuilt@^1.10.0, yoga-layout-prebuilt@^1.9.6: version "1.10.0" resolved "https://registry.yarnpkg.com/yoga-layout-prebuilt/-/yoga-layout-prebuilt-1.10.0.tgz#2936fbaf4b3628ee0b3e3b1df44936d6c146faa6" integrity sha512-YnOmtSbv4MTf7RGJMK0FvZ+KD8OEe/J5BNnR0GHhD8J/XcG/Qvxgszm0Un6FTHWW4uHlTgP0IztiXQnGyIR45g==